| 46 |
PamLevel2 *L2; |
PamLevel2 *L2; |
| 47 |
Bool_t debug; |
Bool_t debug; |
| 48 |
// |
// |
| 49 |
|
Bool_t usepl18x; |
| 50 |
|
// |
| 51 |
// needed to avoid reprocessing the same event over and over to obtain the variables; |
// needed to avoid reprocessing the same event over and over to obtain the variables; |
| 52 |
// |
// |
| 53 |
UInt_t OBT; |
UInt_t OBT; |
| 88 |
void Process(); ///< Process data for track number 0 |
void Process(); ///< Process data for track number 0 |
| 89 |
void Print(UInt_t tr); |
void Print(UInt_t tr); |
| 90 |
void Print(); |
void Print(); |
| 91 |
// void Print(Option_t *option){Print(0);}; |
// void Print(Option_t *option){Print(0);}; |
| 92 |
|
|
| 93 |
|
void UsePlane18X(Bool_t use){usepl18x = use;}; |
| 94 |
|
// |
| 95 |
// |
// |
| 96 |
void LoadMagneticField(); |
void LoadMagneticField(); |
| 97 |
// |
// |
| 98 |
ClassDef(CaloDoubleShower,1); |
ClassDef(CaloDoubleShower,2); |
| 99 |
}; |
}; |
| 100 |
|
|
| 101 |
#endif |
#endif |