| 3 |
#define AcLevel2_h |
#define AcLevel2_h |
| 4 |
// |
// |
| 5 |
#include <TObject.h> |
#include <TObject.h> |
| 6 |
|
|
| 7 |
|
#include <AcStruct.h> |
| 8 |
//#include <TClonesArray.h> |
//#include <TClonesArray.h> |
| 9 |
// |
// |
| 10 |
class AcLevel2 : public TObject { |
class AcLevel2 : public TObject { |
| 15 |
Int_t hitmap[2]; |
Int_t hitmap[2]; |
| 16 |
Int_t hitstatus[2]; |
Int_t hitstatus[2]; |
| 17 |
Int_t trigger[2]; |
Int_t trigger[2]; |
|
//ULong64_t OBT; |
|
|
//Int_t pro_num; |
|
|
//ULong64_t pkt_num; |
|
| 18 |
// constructor |
// constructor |
| 19 |
AcLevel2(); |
AcLevel2(); |
| 20 |
AcLevel2* GetAcLevel2(){return this;}; // Elena |
AcLevel2* GetAcLevel2(){return this;}; // Elena |
| 21 |
|
void GetLevel2Struct(cAcLevel2 *) const; |
| 22 |
|
void SetFromLevel2Struct(cAcLevel2 *); |
| 23 |
|
|
| 24 |
void Clear(); // emiliano |
void Clear(); // emiliano |
| 25 |
// |
// |
| 26 |
ClassDef(AcLevel2, 1); |
ClassDef(AcLevel2, 1); |