|
| PropertyMonitorTemplateXYZ (std::initializer_list< Double_t > x, std::initializer_list< Double_t > y, std::initializer_list< Double_t > z) |
|
virtual void | Update (Bool_t passed, TObject *obj) |
|
virtual Bool_t | Init (Int_t task_id) |
|
| PropertyMonitorXYZ (TString xLabel="", TString yLabel="", TString zLabel="", ECutUpdate update=ECutUpdate::kEvent) |
|
| PropertyMonitorXYZ (const PropertyMonitorXYZ &other) |
|
PropertyMonitorXYZ & | operator= (const PropertyMonitorXYZ &other) |
|
virtual Bool_t | ObjMonitor () const |
|
virtual Package * | Report () const |
|
virtual CutMonitor * | MakeCopy () const |
|
| CutMonitorXYZ (TString cut_A, TString cut_B, TString cut_C) |
|
| CutMonitorXYZ (TString cut_A, Int_t par_A, std::initializer_list< Double_t > xAxis, TString cut_B, Int_t par_B, std::initializer_list< Double_t > yAxis, TString cut_C, Int_t par_C, std::initializer_list< Double_t > zAxis) |
|
| CutMonitorXYZ (TString cut_A, Int_t par_A, TString cut_B, Int_t par_B, TString cut_C, Int_t par_C) |
|
| CutMonitorXYZ (const CutMonitorXYZ &other) |
|
CutMonitorXYZ & | operator= (const CutMonitorXYZ &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 |
|