/[PAMELA software]/DarthVader/TriggerLevel2/inc/TrigLevel2.h
ViewVC logotype

Annotation of /DarthVader/TriggerLevel2/inc/TrigLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Fri Jun 30 09:22:05 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r01beta
Changes since 1.2: +1 -0 lines
File MIME type: text/plain
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