Parent Directory
| 
 Revision Log
_NOT_ COMPILING yet, fixed AC, ND, S4, RunInfo, OrbitalInfo and Trigger
| 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 | pam-fi | 1.4 | |
| 7 | #include <AcStruct.h> | ||
| 8 | mocchiut | 1.1 | //#include <TClonesArray.h> | 
| 9 | // | ||
| 10 | class AcLevel2 : public TObject { | ||
| 11 | private: | ||
| 12 | |||
| 13 | public: | ||
| 14 | pam-se | 1.2 | Int_t status[2]; | 
| 15 | Int_t hitmap[2]; | ||
| 16 | Int_t hitstatus[2]; | ||
| 17 | Int_t trigger[2]; | ||
| 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 | ClassDef(AcLevel2, 1); | ||
| 27 | }; | ||
| 28 | |||
| 29 | |||
| 30 | #endif | 
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |