|
| | TrackTpcToFThresholdlessCut (TrackTpcCut *tpc=NULL, TrackToFMass2Cut *tof=NULL) |
| |
| virtual Bool_t | Pass (Track *tr) |
| |
| | TrackTpcToFCut (TrackTpcCut *tpc=NULL, TrackToFMass2Cut *tof=NULL) |
| |
| | TrackTpcToFCut (const TrackTpcToFCut &other) |
| |
| void | SetModeGood () |
| |
| void | SetModeNotBad () |
| |
| void | SetSigma (Double_t min, Double_t max, TString type) |
| |
| void | SetCharge (Int_t i) |
| |
| void | SetNHits (Int_t min, Int_t max) |
| |
| void | SetActiveSigma (TString flag) |
| |
|
void | SetDeDx (Double_t min, Double_t max) |
| |
| void | SetM2 (Double_t min, Double_t max) |
| |
| void | SetToFPolyLineDown (Double_t a, Double_t b, Double_t c) |
| |
| void | SetToFPolyLIneUp (Double_t a, Double_t b, Double_t c) |
| |
| void | GetPolyUp (Double_t &a, Double_t &b, Double_t &c) const |
| |
| void | GetPolyDown (Double_t &a, Double_t &b, Double_t &c) const |
| |
| void | SetThreshold (Double_t threshold) |
| |
| void | SetUpPoints (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t x3, Double_t y3) |
| |
| void | SetDownPoints (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t x3, Double_t y3) |
| |
| void | UseToF () |
| |
| Bool_t | Init (Int_t format_id) |
| |
| virtual Package * | Report () const |
| |
| | TrackExpCut (Int_t size=1) |
| |
| | TrackCut (const Int_t i=1) |
| |
| TrackComplexCut * | MakeComplexCut (Option_t *opt) const |
| |
| | Cut (const Int_t size=1, ECutUpdate update=ECutUpdate::kNo, TString groupFlag="") |
| |
| | Cut (const Cut &cut) |
| |
| Cut & | operator= (const Cut &other) |
| |
| void | SetLabel (Int_t label) |
| |
| void | Finish () |
| |
| void | Reset () |
| |
| void | SetMinAndMax (Double_t val, Int_t i=0) |
| |
| void | SetMinMax (Double_t min, Double_t max, Int_t i=0) |
| |
| TString | GetGroupFlag () const |
| |
| ECutUpdate | GetUpdateRatio () const |
| |
| Cut ** | MultiClone (Int_t no, Bool_t increment_collections=kFALSE) |
| |
| void | SetMinimum (Double_t min, Int_t i=0) |
| |
| void | SetMaximum (Double_t max, Int_t i=0) |
| |
| void | SetValue (Double_t val, Int_t i=0) |
| |
| void | SetUnitName (TString name, Int_t i=0) |
| |
| void | SetCollectionID (Int_t i) |
| |
| Int_t | GetCutSize () const |
| |
| Int_t | GetCollectionID () const |
| |
| Bool_t | HasPassed () const |
| |
| Bool_t | IsCloned () const |
| |
| Double_t | GetMin (Int_t i=0) const |
| |
| Double_t | GetMax (Int_t i=0) const |
| |
| Double_t | GetValue (Int_t i=0) const |
| |
| Double_t | GetWeight () |
| |
| ULong64_t | GetPassed () const |
| |
| ULong64_t | GetTotal () const |
| |
| ULong64_t | GetFailed () const |
| |
| TString | GetUnit (Int_t i) const |
| |
| virtual Cut * | MakeCopy () const |
| |
| virtual void | Print (Option_t *option="") const |
| |
| TObjArray * | Split (Int_t n, Int_t i=0, Double_t shift=0) const |
| |
| virtual TString | CutName (Option_t *opt="") const |
| |
| virtual std::vector< std::pair< TString, Double_t > > | GetBinLabels (Int_t par=0) const |
| |