/[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.6 - (show annotations) (download)
Tue Sep 5 14:49:50 2006 UTC (18 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: v2r00BETA
Changes since 1.5: +10 -10 lines
File MIME type: text/plain
_NOT_ COMPILING yet, fixed AC, ND, S4, RunInfo, OrbitalInfo and Trigger

1 #ifndef TrigLevel2_h
2 #define TrigLevel2_h
3 //
4 #include <TObject.h>
5 #include <TClonesArray.h>
6
7 #include <TrigStruct.h>
8
9 class TrigLevel2 : public TObject {
10 private:
11
12 public:
13 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 //
24 // here you can define methods to make life simplier during the analysis
25 //
26
27 //
28 // constructor
29 //
30 TrigLevel2();
31 //
32 // 16 June 06: Included GetTrigLevel2
33 TrigLevel2* GetTrigLevel2(){return this;};
34 void SetFromLevel2Struct(cTrigLevel2 *l2);
35 void GetLevel2Struct(cTrigLevel2 *l2) const;
36
37
38 void Clear(); //emiliano
39
40 ClassDef(TrigLevel2,1);
41 };
42
43 #endif

  ViewVC Help
Powered by ViewVC 1.1.23