StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
RTS
include
DB
conditions
rtsCndPwCondition.h
1
#ifndef _RTSCNDPWCONDITION_H_
2
#define _RTSCNDPWCONDITION_H_
3
4
struct
rtsCndPwCondition
5
{
7
int
idx_rn;
8
int
idx_which;
// 1-pwc, 2-contamination, 3-trigger.L0Condition
9
int
idx_idx;
11
12
unsigned
int
onbits;
13
unsigned
int
offbits;
14
15
unsigned
int
onbits1;
// Support 128 bit conditions. onbits is lsw, onbits3 is msw
16
unsigned
int
onbits2;
17
unsigned
int
onbits3;
18
19
unsigned
int
offbits1;
20
unsigned
int
offbits2;
21
unsigned
int
offbits3;
22
};
23
24
#endif
rtsCndPwCondition
Definition:
rtsCndPwCondition.h:4
Generated by
1.8.5