63 |
*/ |
*/ |
64 |
CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this |
CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this |
65 |
// |
// |
66 |
void Clear(); ///< clear variables |
void Clear(Option_t *t=""); ///< clear variables |
67 |
CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object |
CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object |
68 |
// |
// |
69 |
ClassDef(CaloTrkVar,2); |
ClassDef(CaloTrkVar,2); |
136 |
// |
// |
137 |
void GetLevel2Struct(cCaloLevel2 *l2) const; |
void GetLevel2Struct(cCaloLevel2 *l2) const; |
138 |
// |
// |
139 |
void Clear(); |
void Clear(Option_t *t=""); |
140 |
void Delete(); //ELENA |
void Delete(Option_t *t=""); //ELENA |
141 |
void Set(); //ELENA |
void Set(); //ELENA |
142 |
// |
// |
143 |
// constructor |
// constructor |