119 |
TrigLevel2* GetTrigLevel2(){return this;}; |
TrigLevel2* GetTrigLevel2(){return this;}; |
120 |
void SetFromLevel2Struct(cTrigLevel2 *l2); |
void SetFromLevel2Struct(cTrigLevel2 *l2); |
121 |
void GetLevel2Struct(cTrigLevel2 *l2) const; |
void GetLevel2Struct(cTrigLevel2 *l2) const; |
122 |
|
void printpatterntrig(); |
123 |
|
bool checkPMTpatterntrig(); |
124 |
|
bool bit(int decimal, char pos); |
125 |
|
|
126 |
|
|
127 |
void Clear(Option_t *t=""); //emiliano |
void Clear(Option_t *t=""); //emiliano |
128 |
|
|
129 |
ClassDef(TrigLevel2,2); |
ClassDef(TrigLevel2,3); |
130 |
}; |
}; |
131 |
|
|
132 |
#endif |
#endif |