|
| | TofPropertyMonitor (Bool_t complex=kFALSE) |
| |
| virtual CutMonitor * | MakeCopy () const |
| |
| | TrackFieldMonitorXY (Int_t fieldIDX=0, Int_t fieldIDY=0) |
| |
| | TrackFieldMonitorXY (Int_t fieldIDX, std::initializer_list< Double_t > xAxis, Int_t fieldIDY, std::initializer_list< Double_t > yAxis) |
| |
| virtual void | Update (Bool_t passed, TObject *obj) |
| |
| virtual Bool_t | Init (Int_t task_id) |
| |
| | PropertyMonitorXY (TString xLabel="", TString yLabel="", ECutUpdate update=ECutUpdate::kEvent) |
| |
| | PropertyMonitorXY (const PropertyMonitorXY &other) |
| |
| PropertyMonitorXY & | operator= (const PropertyMonitorXY &other) |
| |
| virtual Bool_t | ObjMonitor () const |
| |
| virtual Package * | Report () const |
| |
| | CutMonitorXY (TString cut_A, TString cut_B) |
| |
| | CutMonitorXY (TString cut_A, Int_t parameter_A, std::initializer_list< Double_t > xAxis, TString cut_B, Int_t parameter_B, std::initializer_list< Double_t > yAxis) |
| |
| | CutMonitorXY (TString cut_A, Int_t parameter_A, TString cut_B, Int_t parameter_B) |
| |
| | CutMonitorXY (const CutMonitorXY &other) |
| |
| CutMonitorXY & | operator= (const CutMonitorXY &other) |
| |
| | CutMonitor (Int_t size=0) |
| |
| | CutMonitor (const CutMonitor &other) |
| |
| CutMonitor & | operator= (const CutMonitor &other) |
| |
| void | Reset () |
| |
| void | AddCut (TString cut, Int_t parameter_no=0) |
| |
| void | SetXaxis (Int_t bins, Double_t min, Double_t max) |
| |
| void | SetYaxis (Int_t bins, Double_t min, Double_t max) |
| |
| void | SetZaxis (Int_t bins, Double_t min, Double_t max) |
| |
| void | AddForcedCut (Cut *cut, Int_t no) |
| |
| void | CopySettings (const CutMonitor *original) |
| |
| void | SetCollectionID (Int_t i) |
| |
| void | EnableExclusiveUpdate () |
| |
| Int_t | GetCollectionID () const |
| |
| Int_t | GetAxisNo () const |
| |
| Int_t | GetCutParameter (Int_t i) const |
| |
| Bool_t | AreSimilar (CutMonitor *other) const |
| |
| TString | GetCutName (Int_t i) const |
| |
| ECutUpdate | GetUpdateRatio () const |
| |
| Cut * | GetCutLink (Int_t i) const |
| |
Definition at line 16 of file TofPropertyMonitor.h.