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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri May 19 13:16:00 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: DarthVader
CVS Tags: v0r01, start
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
Imported sources

1 // Author E.Mocchiutti, modified 20060511 S.Orsi
2 #ifndef AcLevel2_h
3 #define AcLevel2_h
4 //
5 #include <TObject.h>
6 //#include <TClonesArray.h>
7 //
8 class AcLevel2 : public TObject {
9 private:
10
11 public:
12 UShort_t status[2];
13 UShort_t hitmap[2];
14 UShort_t hitstatus[2];
15 UShort_t trigger[2];
16 //ULong64_t OBT;
17 //Int_t pro_num;
18 //ULong64_t pkt_num;
19 // constructor
20 AcLevel2();
21 //
22 ClassDef(AcLevel2, 1);
23 };
24
25
26 #endif

  ViewVC Help
Powered by ViewVC 1.1.23