BmnRoot
Loading...
Searching...
No Matches
BmnTrigChannelConfig.h
Go to the documentation of this file.
1
6
#ifndef TRIGCHANNELCONFIG_H
7
#define TRIGCHANNELCONFIG_H
8
9
#include "TObject.h"
10
11
struct
BmnTrigChannelConfig
:
public
TObject
12
{
13
BmnTrigChannelConfig
()
14
:
after_protect_en
{}
15
,
after_protect_time
{}
16
,
before_protect_en
{}
17
,
before_protect_time
{}
18
,
delay
{}
19
,
reduction_en
{}
20
,
reduction_factor
{}
21
{}
22
23
bool
after_protect_en
;
24
uint32_t
after_protect_time
;
25
bool
before_protect_en
;
26
uint32_t
before_protect_time
;
27
uint32_t
delay
;
28
bool
reduction_en
;
29
uint32_t
reduction_factor
;
30
31
void
print
()
32
{
33
printf(
" after_prot en %4u\n"
,
after_protect_en
);
34
printf(
" after_prot t %4u\n"
,
after_protect_time
);
35
printf(
"before_prot en %4u\n"
,
before_protect_en
);
36
printf(
"before_prot t %4u\n"
,
before_protect_time
);
37
printf(
" delay %4u\n"
,
delay
);
38
printf(
" reduction en %4u\n"
,
reduction_en
);
39
printf(
"reduct factor %4u\n"
,
reduction_factor
);
40
}
41
42
ClassDef(
BmnTrigChannelConfig
, 1)
43
};
44
45
#endif
/* TRIGCHANNELCONFIG_H */
BmnTrigChannelConfig
Definition
BmnTrigChannelConfig.h:12
BmnTrigChannelConfig::print
void print()
Definition
BmnTrigChannelConfig.h:31
BmnTrigChannelConfig::reduction_en
bool reduction_en
Definition
BmnTrigChannelConfig.h:28
BmnTrigChannelConfig::after_protect_en
bool after_protect_en
Definition
BmnTrigChannelConfig.h:23
BmnTrigChannelConfig::reduction_factor
uint32_t reduction_factor
Definition
BmnTrigChannelConfig.h:29
BmnTrigChannelConfig::before_protect_time
uint32_t before_protect_time
Definition
BmnTrigChannelConfig.h:26
BmnTrigChannelConfig::BmnTrigChannelConfig
BmnTrigChannelConfig()
Definition
BmnTrigChannelConfig.h:13
BmnTrigChannelConfig::after_protect_time
uint32_t after_protect_time
Definition
BmnTrigChannelConfig.h:24
BmnTrigChannelConfig::delay
uint32_t delay
Definition
BmnTrigChannelConfig.h:27
BmnTrigChannelConfig::before_protect_en
bool before_protect_en
Definition
BmnTrigChannelConfig.h:25
base
raw
BmnTrigChannelConfig.h
Generated on Fri May 15 2026 10:40:55 for BmnRoot by
1.9.8