Parent Directory
|
Revision Log
TriggerLevel2 upgraded
| 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 | |
| 25 | // |
| 26 | // constructor |
| 27 | // |
| 28 | TrigLevel2(); |
| 29 | // |
| 30 | // 16 June 06: Included GetTrigLevel2 |
| 31 | TrigLevel2* GetTrigLevel2(){return this;}; |
| 32 | |
| 33 | ClassDef(TrigLevel2,1); |
| 34 | }; |
| 35 | |
| 36 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |