| 34 |
|
|
| 35 |
// constructor |
// constructor |
| 36 |
AcLevel2(); ///< constructor |
AcLevel2(); ///< constructor |
| 37 |
AcLevel2* GetAcLevel2(){return this;}; ///< returns pointer to this object |
AcLevel2* GetAcLevel2(){return this;} ///< returns pointer to this object |
| 38 |
void GetLevel2Struct(cAcLevel2 *) const; |
void GetLevel2Struct(cAcLevel2 *) const; |
| 39 |
void SetFromLevel2Struct(cAcLevel2 *); |
void SetFromLevel2Struct(cAcLevel2 *); |
| 40 |
|
|
| 41 |
void Clear(); ///< clear variables |
void Clear(Option_t *t=""); ///< clear variables |
| 42 |
// |
// |
| 43 |
ClassDef(AcLevel2, 2); |
ClassDef(AcLevel2, 2); |
| 44 |
}; |
}; |