Parent Directory | Revision Log
Added unpackError in all classes, ToF .rz bug fixed, install_GL_PARAM time screw bug fixed
1 | mocchiut | 1.1 | #ifndef TrigLevel2_h |
2 | mocchiut | 1.5 | #define TrigLevel2_h |
3 | mocchiut | 1.1 | // |
4 | #include <TObject.h> | ||
5 | #include <TClonesArray.h> | ||
6 | |||
7 | pam-fi | 1.4 | #include <TrigStruct.h> |
8 | |||
9 | mocchiut | 1.1 | class TrigLevel2 : public TObject { |
10 | private: | ||
11 | |||
12 | public: | ||
13 | mocchiut | 1.6 | UInt_t evcount; |
14 | UInt_t pmtpl[3]; | ||
15 | UInt_t trigrate[6]; | ||
16 | UInt_t dltime[2]; | ||
17 | UInt_t s4calcount[2]; | ||
18 | UInt_t pmtcount1[24]; | ||
19 | UInt_t pmtcount2[24]; | ||
20 | UInt_t patternbusy[3]; | ||
21 | UInt_t patterntrig[6]; | ||
22 | UInt_t trigconf; | ||
23 | mocchiut | 1.7 | Int_t unpackError; |
24 | mocchiut | 1.1 | // |
25 | // here you can define methods to make life simplier during the analysis | ||
26 | // | ||
27 | mocchiut | 1.2 | |
28 | mocchiut | 1.1 | // |
29 | // constructor | ||
30 | // | ||
31 | TrigLevel2(); | ||
32 | // | ||
33 | // 16 June 06: Included GetTrigLevel2 | ||
34 | TrigLevel2* GetTrigLevel2(){return this;}; | ||
35 | pam-fi | 1.4 | void SetFromLevel2Struct(cTrigLevel2 *l2); |
36 | void GetLevel2Struct(cTrigLevel2 *l2) const; | ||
37 | |||
38 | |||
39 | mocchiut | 1.3 | void Clear(); //emiliano |
40 | mocchiut | 1.1 | |
41 | mocchiut | 1.7 | ClassDef(TrigLevel2,2); |
42 | mocchiut | 1.1 | }; |
43 | |||
44 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |