80 |
void Clear(); |
void Clear(); |
81 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
82 |
void Delete(); |
void Delete(); |
83 |
|
void Delete(Option_t *option){Delete();}; |
84 |
// |
// |
85 |
void Process(UInt_t tr); ///< Process data for track number tr |
void Process(UInt_t tr); ///< Process data for track number tr |
86 |
void Process(); ///< Process data for track number 0 |
void Process(); ///< Process data for track number 0 |
87 |
void Print(UInt_t tr); |
void Print(UInt_t tr); |
88 |
void Print(); |
void Print(); |
89 |
|
// void Print(Option_t *option){Print(0);}; |
90 |
// |
// |
91 |
void LoadMagneticField(); |
void LoadMagneticField(); |
92 |
// |
// |