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

Contents of /DarthVader/S4Level2/inc/S4Level2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Fri Jul 21 11:01:40 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v1r01, v2r00BETA
Changes since 1.2: +5 -0 lines
File MIME type: text/plain
modified for C3PO

1 #ifndef S4Level2_h
2
3 #define S4Level2_h
4 #include <TObject.h>
5 #include <S4Struct.h>
6
7 class S4Level2 : public TObject {
8 public:
9 S4Level2();
10 S4Level2* GetS4Level2(){return this;}; // <<<ELENA
11
12 void SetFromLevel2Struct(cS4Level2 *l2);
13 void GetLevel2Struct(cS4Level2 *l2) const;
14
15 void Clear();
16
17 Float_t S4calibrated;
18 Float_t S4adc;
19 ClassDef(S4Level2, 1)
20 };
21 #endif

  ViewVC Help
Powered by ViewVC 1.1.23