| 89 |
// |
// |
| 90 |
void SetSuffix(TString suffix){ suf = suffix;}; |
void SetSuffix(TString suffix){ suf = suffix;}; |
| 91 |
// |
// |
| 92 |
ClassDef(CaloLat,2); |
ClassDef(CaloLat,3); |
| 93 |
}; |
}; |
| 94 |
|
|
| 95 |
/** |
/** |
| 237 |
void Print(); |
void Print(); |
| 238 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
| 239 |
// |
// |
| 240 |
ClassDef(CaloLong,3); |
ClassDef(CaloLong,4); |
| 241 |
}; |
}; |
| 242 |
|
|
| 243 |
/** |
/** |
| 289 |
void Print(); |
void Print(); |
| 290 |
void Print(Option_t *option){Print();}; |
void Print(Option_t *option){Print();}; |
| 291 |
// |
// |
| 292 |
ClassDef(Calo2D,2); |
ClassDef(Calo2D,3); |
| 293 |
}; |
}; |
| 294 |
|
|
| 295 |
#endif |
#endif |