 Parent Directory
|
 Parent Directory
|  Revision Log
 Revision Log
Memory leak bug fixed
| 1 | mocchiut | 1.1 | #ifndef TrigLevel2_h | 
| 2 | #define TrigLevev2_h | ||
| 3 | // | ||
| 4 | #include <TObject.h> | ||
| 5 | #include <TClonesArray.h> | ||
| 6 | |||
| 7 | class TrigLevel2 : public TObject { | ||
| 8 | private: | ||
| 9 | |||
| 10 | public: | ||
| 11 | int evcount; | ||
| 12 | int pmtpl[3]; | ||
| 13 | int trigrate[6]; | ||
| 14 | int dltime[2]; | ||
| 15 | int s4calcount[2]; | ||
| 16 | int pmtcount1[24]; | ||
| 17 | int pmtcount2[24]; | ||
| 18 | int patternbusy[3]; | ||
| 19 | int patterntrig[6]; | ||
| 20 | int trigconf; | ||
| 21 | // | ||
| 22 | // here you can define methods to make life simplier during the analysis | ||
| 23 | // | ||
| 24 | mocchiut | 1.2 | |
| 25 | mocchiut | 1.1 | // | 
| 26 | // constructor | ||
| 27 | // | ||
| 28 | TrigLevel2(); | ||
| 29 | // | ||
| 30 | // 16 June 06: Included GetTrigLevel2 | ||
| 31 | TrigLevel2* GetTrigLevel2(){return this;}; | ||
| 32 | mocchiut | 1.3 | void Clear(); //emiliano | 
| 33 | mocchiut | 1.1 | |
| 34 | ClassDef(TrigLevel2,1); | ||
| 35 | }; | ||
| 36 | |||
| 37 | #endif | 
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |