+ // track cuts
+ //
+ Int_t fCutCrossRows; // minimum number of crossed rows
+ Float_t fCutEtaWindow; // maximum eta of tracks
+ Bool_t fCutRequireITSrefit; // if ITSrefit should be required (dangerous in cpass0)
+ Float_t fCutMaxDcaXY; // max dca_xy (only TPConly resolution is guaranteed!)
+ Float_t fCutMaxDcaZ; // max dca_z (dangerous if vDrift is not calibrated)
+ //
+ // definition of MIP window
+ //
+ Float_t fMinMomentumMIP; // minimum momentum of MIP region, e.g. 400 MeV
+ Float_t fMaxMomentumMIP; // maximum momentum of MIP region, e.g. 600 MeV
+ Float_t fAlephParameters[5]; // parameters for equalization in MIP window, parameter set should be =1 at MIP
+ //