| 263 | Int_t default_calib; ///< one if the default calibration has been used to process the data, zero otherwise | Int_t default_calib; ///< one if the default calibration has been used to process the data, zero otherwise | 
| 264 | // | // | 
| 265 | Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07 | Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07 | 
| 266 |  | Float_t GetdEdx(ToFTrkVar *trk, Int_t plane, Int_t adcfl); // gf Apr 07 | 
| 267 |  |  | 
| 268 | Float_t CalcBeta(Int_t notrack, Float_t resmax, Float_t qualitycut, Float_t chi2cut);  //  wm feb 08 | Float_t CalcBeta(Int_t notrack, Float_t resmax, Float_t qualitycut, Float_t chi2cut);  //  wm feb 08 | 
| 269 |  |  | 
| 289 |  |  | 
| 290 | // gf Apr 07 | // gf Apr 07 | 
| 291 | void GetdEdxPaddle(Int_t notrack, Int_t paddleid, Int_t adcfl, Float_t &PadEdx, Int_t &SatWarning); // gf Apr 07 | void GetdEdxPaddle(Int_t notrack, Int_t paddleid, Int_t adcfl, Float_t &PadEdx, Int_t &SatWarning); // gf Apr 07 | 
| 292 |  | void GetdEdxPaddle(ToFTrkVar *trk, Int_t paddleid, Int_t adcfl, Float_t &PadEdx, Int_t &SatWarning); // gf Apr 07 | 
| 293 | TString GetPMTName(Int_t ind, Int_t &iplane, Int_t &ipaddle,Int_t &ipmt); | TString GetPMTName(Int_t ind, Int_t &iplane, Int_t &ipaddle,Int_t &ipmt); | 
| 294 | Int_t GetPaddleIdOfTrack(Float_t xtr, Float_t ytr, Int_t plane); // gf Apr 07 | Int_t GetPaddleIdOfTrack(Float_t xtr, Float_t ytr, Int_t plane); // gf Apr 07 //EMXX | 
| 295 | Int_t GetPaddleIdOfTrack(Float_t xtr, Float_t ytr, Int_t plane, Float_t margin); // wm jun 2008 | Int_t GetPaddleIdOfTrack(Float_t xtr, Float_t ytr, Int_t plane, Float_t margin); // wm jun 2008 | 
| 296 | void GetPMTPaddle(Int_t pmt_id, Int_t &plane, Int_t &paddle); // gf Apr 07 | void GetPMTPaddle(Int_t pmt_id, Int_t &plane, Int_t &paddle); // gf Apr 07 | 
| 297 | void GetPaddlePMT(Int_t paddle, Int_t &pmtleft, Int_t &pmtright); // gf Apr 07 | void GetPaddlePMT(Int_t paddle, Int_t &pmtleft, Int_t &pmtright); // gf Apr 07 | 
| 353 |  |  | 
| 354 | Int_t  GetToFPlaneID(Int_t ip); | Int_t  GetToFPlaneID(Int_t ip); | 
| 355 | Int_t  GetToFPlaneIndex(Int_t plane_id); | Int_t  GetToFPlaneIndex(Int_t plane_id); | 
| 356 | Bool_t HitPaddle(Int_t ,Int_t); | Bool_t HitPaddle(Int_t ,Int_t); // EMXX | 
| 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,5); | ClassDef(ToFLevel2,6); | 
| 368 | }; | }; | 
| 369 |  |  | 
| 370 | #endif | #endif |