| 357 |
Int_t GetNHitPaddles(Int_t plane); |
Int_t GetNHitPaddles(Int_t plane); |
| 358 |
Int_t GetTrueNHitPaddles(Int_t plane); |
Int_t GetTrueNHitPaddles(Int_t plane); |
| 359 |
void Clear(Option_t *t=""); |
void Clear(Option_t *t=""); |
| 360 |
|
|
| 361 |
|
// |
| 362 |
|
TClonesArray *GetTrackArray(){return ToFTrk;} ///< returns a pointer to the track related variables array |
| 363 |
|
TClonesArray** GetPointerToTrackArray(){return &ToFTrk;}///< returns pointer to pointer to the track array |
| 364 |
|
|
| 365 |
|
|
| 366 |
// |
// |
| 367 |
ClassDef(ToFLevel2,6); |
ClassDef(ToFLevel2,6); |
| 368 |
}; |
}; |