Parent Directory | Revision Log | Patch
revision 1.5 by mocchiut, Thu Aug 10 12:48:10 2006 UTC | revision 1.6 by mocchiut, Tue Sep 5 14:49:50 2006 UTC | |
---|---|---|
# | Line 10 class TrigLevel2 : public TObject { | Line 10 class TrigLevel2 : public TObject { |
10 | private: | private: |
11 | ||
12 | public: | public: |
13 | int evcount; | UInt_t evcount; |
14 | int pmtpl[3]; | UInt_t pmtpl[3]; |
15 | int trigrate[6]; | UInt_t trigrate[6]; |
16 | int dltime[2]; | UInt_t dltime[2]; |
17 | int s4calcount[2]; | UInt_t s4calcount[2]; |
18 | int pmtcount1[24]; | UInt_t pmtcount1[24]; |
19 | int pmtcount2[24]; | UInt_t pmtcount2[24]; |
20 | int patternbusy[3]; | UInt_t patternbusy[3]; |
21 | int patterntrig[6]; | UInt_t patterntrig[6]; |
22 | int trigconf; | UInt_t trigconf; |
23 | // | // |
24 | // here you can define methods to make life simplier during the analysis | // here you can define methods to make life simplier during the analysis |
25 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |