/[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.4 - (hide annotations) (download)
Fri Jul 21 11:05:01 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v1r01
Changes since 1.3: +6 -0 lines
File MIME type: text/plain
modified for C3PO

1 mocchiut 1.1 #ifndef TrigLevel2_h
2     #define TrigLevev2_h
3     //
4     #include <TObject.h>
5     #include <TClonesArray.h>
6    
7 pam-fi 1.4 #include <TrigStruct.h>
8    
9 mocchiut 1.1 class TrigLevel2 : public TObject {
10     private:
11    
12     public:
13     int evcount;
14     int pmtpl[3];
15     int trigrate[6];
16     int dltime[2];
17     int s4calcount[2];
18     int pmtcount1[24];
19     int pmtcount2[24];
20     int patternbusy[3];
21     int patterntrig[6];
22     int trigconf;
23     //
24     // here you can define methods to make life simplier during the analysis
25     //
26 mocchiut 1.2
27 mocchiut 1.1 //
28     // constructor
29     //
30     TrigLevel2();
31     //
32     // 16 June 06: Included GetTrigLevel2
33     TrigLevel2* GetTrigLevel2(){return this;};
34 pam-fi 1.4 void SetFromLevel2Struct(cTrigLevel2 *l2);
35     void GetLevel2Struct(cTrigLevel2 *l2) const;
36    
37    
38 mocchiut 1.3 void Clear(); //emiliano
39 mocchiut 1.1
40     ClassDef(TrigLevel2,1);
41     };
42    
43     #endif

  ViewVC Help
Powered by ViewVC 1.1.23