/[PAMELA software]/DarthVader/AnticounterLevel2/inc/AcLevel2.h
ViewVC logotype

Annotation of /DarthVader/AnticounterLevel2/inc/AcLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Thu Nov 9 17:05:42 2006 UTC (18 years ago) by mocchiut
Branch: MAIN
CVS Tags: v2r01, v3r00
Changes since 1.5: +3 -3 lines
File MIME type: text/plain
Added unpackError in all classes, ToF .rz bug fixed, install_GL_PARAM time screw bug fixed

1 mocchiut 1.1 // Author E.Mocchiutti, modified 20060511 S.Orsi
2     #ifndef AcLevel2_h
3     #define AcLevel2_h
4     //
5     #include <TObject.h>
6 mocchiut 1.6 //
7 pam-fi 1.4 #include <AcStruct.h>
8 mocchiut 1.1 //
9     class AcLevel2 : public TObject {
10     private:
11    
12     public:
13 pam-se 1.2 Int_t status[2];
14     Int_t hitmap[2];
15     Int_t hitstatus[2];
16     Int_t trigger[2];
17 mocchiut 1.6 Int_t unpackError; // Emiliano
18 mocchiut 1.1 // constructor
19     AcLevel2();
20 pam-se 1.2 AcLevel2* GetAcLevel2(){return this;}; // Elena
21 pam-fi 1.4 void GetLevel2Struct(cAcLevel2 *) const;
22     void SetFromLevel2Struct(cAcLevel2 *);
23    
24 mocchiut 1.3 void Clear(); // emiliano
25 mocchiut 1.1 //
26 mocchiut 1.6 ClassDef(AcLevel2, 2);
27 mocchiut 1.1 };
28    
29    
30     #endif

  ViewVC Help
Powered by ViewVC 1.1.23