/[PAMELA software]/DarthVader/S4Level2/inc/S4Level2.h
ViewVC logotype

Annotation of /DarthVader/S4Level2/inc/S4Level2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Thu Nov 9 17:05:46 2006 UTC (18 years ago) by mocchiut
Branch: MAIN
CVS Tags: v2r01, v3r00
Changes since 1.3: +2 -1 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.2 #ifndef S4Level2_h
2    
3     #define S4Level2_h
4     #include <TObject.h>
5 pam-fi 1.3 #include <S4Struct.h>
6 mocchiut 1.2
7     class S4Level2 : public TObject {
8     public:
9     S4Level2();
10     S4Level2* GetS4Level2(){return this;}; // <<<ELENA
11 pam-fi 1.3
12     void SetFromLevel2Struct(cS4Level2 *l2);
13     void GetLevel2Struct(cS4Level2 *l2) const;
14    
15 mocchiut 1.2 void Clear();
16    
17     Float_t S4calibrated;
18     Float_t S4adc;
19 mocchiut 1.4 Int_t unpackError;
20     ClassDef(S4Level2, 2)
21 mocchiut 1.2 };
22     #endif

  ViewVC Help
Powered by ViewVC 1.1.23