/[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.1 - (show annotations) (download)
Sat Jun 17 12:14:34 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
Branch point for: TriggerLevel2
File MIME type: text/plain
Initial revision

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 TrigLevel2 *GetTrigLevel2(){return this;};
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