|
Heavy ion Analysis Libriares
|
Public Member Functions | |
| PropertyMonitorXY (TString xLabel="", TString yLabel="", ECutUpdate update=ECutUpdate::kEvent) | |
| PropertyMonitorXY (const PropertyMonitorXY &other) | |
| PropertyMonitorXY & | operator= (const PropertyMonitorXY &other) |
| virtual Bool_t | Init (Int_t task_id) |
| virtual Bool_t | ObjMonitor () const |
| virtual Package * | Report () const |
| virtual CutMonitor * | MakeCopy () const |
Public Member Functions inherited from Hal::CutMonitorXY | |
| 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) |
| virtual void | Update (Bool_t passed, TObject *obj) |
Public Member Functions inherited from Hal::CutMonitor | |
| 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 |
Protected Member Functions | |
| virtual void | CreateHistograms () |
Protected Member Functions inherited from Hal::CutMonitorXY | |
| void | TrueUpdate (Bool_t passed) |
Protected Member Functions inherited from Hal::CutMonitor | |
| void | SetAxis (Int_t bins, Double_t min, Double_t max, Int_t opt) |
| void | SetAxisList (std::initializer_list< Double_t > axis, Char_t opt) |
| Cut * | GetCut (Int_t i) const |
Protected Attributes | |
| TString | fXaxisName |
| TString | fYaxisName |
| EFormatType | fFormatType |
Protected Attributes inherited from Hal::CutMonitor | |
| const Int_t | fAxisNo |
| Int_t | fCuts |
| Int_t | fCollectionID |
| Int_t * | fAxisBins |
| Int_t * | fOptionAxis |
| TH1 * | fHistoPassed |
| TH1 * | fHistoFailed |
| Double_t * | fAxisMin |
| Double_t * | fAxisMax |
| Bool_t | fInit |
| Bool_t | fExUpdate |
| Cut ** | fCut |
| TString * | fCutNames |
| ECutUpdate | fUpdateRatio |
Definition at line 18 of file PropertyMonitorXY.h.
| Hal::PropertyMonitorXY::PropertyMonitorXY | ( | TString | xLabel = "", |
| TString | yLabel = "", | ||
| ECutUpdate | update = ECutUpdate::kEvent ) |
| xLabel | x-axis name |
| yLabel | y-axis name |
| update | update ratio |
Definition at line 48 of file PropertyMonitorXY.cxx.
| Hal::PropertyMonitorXY::PropertyMonitorXY | ( | const PropertyMonitorXY & | other | ) |
Definition at line 53 of file PropertyMonitorXY.cxx.
|
virtual |
Definition at line 102 of file PropertyMonitorXY.cxx.
|
protectedvirtual |
allocate histograms
Reimplemented from Hal::CutMonitorXY.
Definition at line 31 of file PropertyMonitorXY.cxx.
|
virtual |
initialize this cut monitor
| task_id | task number |
Reimplemented from Hal::CutMonitorXY.
Reimplemented in Hal::EventFieldMonitorXY, Hal::TrackFieldMonitorXY, and MyHal::PropertyMonitorTemplateXY.
Definition at line 59 of file PropertyMonitorXY.cxx.
|
inlinevirtual |
make copy of this object
Reimplemented from Hal::CutMonitorXY.
Reimplemented in Hal::DCAPropertyMonitor, Hal::EventFieldMonitorXY, Hal::TofPropertyMonitor, and Hal::TrackFieldMonitorXY.
Definition at line 44 of file PropertyMonitorXY.h.
|
inlinevirtual |
Reimplemented from Hal::CutMonitor.
Definition at line 42 of file PropertyMonitorXY.h.
| PropertyMonitorXY & Hal::PropertyMonitorXY::operator= | ( | const PropertyMonitorXY & | other | ) |
|
virtual |
Reimplemented from Hal::CutMonitor.
Definition at line 75 of file PropertyMonitorXY.cxx.
|
protected |
Definition at line 23 of file PropertyMonitorXY.h.
|
protected |
Definition at line 21 of file PropertyMonitorXY.h.
|
protected |
Definition at line 22 of file PropertyMonitorXY.h.