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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show 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 #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 void Clear(); //emiliano
33
34 ClassDef(TrigLevel2,1);
35 };
36
37 #endif

  ViewVC Help
Powered by ViewVC 1.1.23