45 void SetSigma(Double_t min, Double_t max, TString type) { fTpc->
SetSigma(min, max, type); };
62 void SetDeDx(Double_t min, Double_t max);
63 void SetM2(Double_t min, Double_t max) { fToF->
SetMinMax(min, max); }
99 static inline Int_t M2() {
return 7; };
100 void SetToFPolyLineDown(Double_t a, Double_t b, Double_t c) { fToF->SetPolyLineDown(a, b, c); };
101 void SetToFPolyLIneUp(Double_t a, Double_t b, Double_t c) { fToF->SetPolyLineUp(a, b, c); };
102 void GetPolyUp(Double_t& a, Double_t& b, Double_t& c)
const { fToF->GetPolyUp(a, b, c); };
103 void GetPolyDown(Double_t& a, Double_t& b, Double_t& c)
const { fToF->GetPolyDown(a, b, c); };
104 void SetThreshold(Double_t threshold) { fThreshold = threshold; };
105 void SetUpPoints(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t x3, Double_t y3) {
106 fToF->SetUpPoints(x1, y1, x2, y2, x3, y3);
108 void SetDownPoints(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t x3, Double_t y3) {
109 fToF->SetDownPoints(x1, y1, x2, y2, x3, y3);
115 Bool_t
Init(Int_t format_id);