StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsCndPwCondition.h
1 #ifndef _RTSCNDPWCONDITION_H_
2 #define _RTSCNDPWCONDITION_H_
3 
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