Parent Directory | Revision Log
Memory leak 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 | //#include <TClonesArray.h> | ||
7 | // | ||
8 | class AcLevel2 : public TObject { | ||
9 | private: | ||
10 | |||
11 | public: | ||
12 | pam-se | 1.2 | Int_t status[2]; |
13 | Int_t hitmap[2]; | ||
14 | Int_t hitstatus[2]; | ||
15 | Int_t trigger[2]; | ||
16 | mocchiut | 1.1 | //ULong64_t OBT; |
17 | //Int_t pro_num; | ||
18 | //ULong64_t pkt_num; | ||
19 | // constructor | ||
20 | AcLevel2(); | ||
21 | pam-se | 1.2 | AcLevel2* GetAcLevel2(){return this;}; // Elena |
22 | mocchiut | 1.3 | void Clear(); // emiliano |
23 | mocchiut | 1.1 | // |
24 | ClassDef(AcLevel2, 1); | ||
25 | }; | ||
26 | |||
27 | |||
28 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |