Heavy ion Analysis Libriares
|
#include <PropertyMonitorX.h>
Public Member Functions | |
TrackFieldMonitorX (Int_t fieldID=0) | |
TrackFieldMonitorX (Int_t fieldID, std::initializer_list< Double_t > xAxis) | |
virtual void | Update (Bool_t passed, TObject *obj) |
virtual Bool_t | Init (Int_t task_id) |
virtual CutMonitor * | MakeCopy () const |
Public Member Functions inherited from Hal::PropertyMonitorX | |
PropertyMonitorX (TString xLabel="", TString yLabel="", ECutUpdate ratio=ECutUpdate::kEvent) | |
PropertyMonitorX (const PropertyMonitorX &other) | |
PropertyMonitorX & | operator= (const PropertyMonitorX &other) |
virtual Bool_t | ObjMonitor () const |
virtual Package * | Report () const |
Public Member Functions inherited from Hal::CutMonitorX | |
CutMonitorX (TString cut_name, Int_t parameter_no, std::initializer_list< Double_t > list) | |
CutMonitorX (TString cut_name, Int_t parameter_no=0) | |
CutMonitorX (const CutMonitorX &other) | |
CutMonitorX & | operator= (const CutMonitorX &other) |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::PropertyMonitorX | |
virtual void | CreateHistograms () |
Protected Member Functions inherited from Hal::CutMonitorX | |
void | TrueUpdate (Bool_t) |
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 inherited from Hal::PropertyMonitorX | |
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 |
class for monitoring properties of tracks by using field ID
Definition at line 80 of file PropertyMonitorX.h.
Hal::TrackFieldMonitorX::TrackFieldMonitorX | ( | Int_t | fieldID = 0 | ) |
fieldID | filed to monitor |
upd | update ration |
Definition at line 117 of file PropertyMonitorX.cxx.
Hal::TrackFieldMonitorX::TrackFieldMonitorX | ( | Int_t | fieldID, |
std::initializer_list< Double_t > | xAxis ) |
fieldID | |
list | axis conf |
Definition at line 120 of file PropertyMonitorX.cxx.
|
inlinevirtual |
Definition at line 99 of file PropertyMonitorX.h.
|
virtual |
initialize this cut monitor
task_id | task number |
Reimplemented from Hal::PropertyMonitorX.
Definition at line 133 of file PropertyMonitorX.cxx.
|
inlinevirtual |
make copy of this object
Reimplemented from Hal::PropertyMonitorX.
Definition at line 98 of file PropertyMonitorX.h.
|
virtual |
make update of cut monitor
passed | state used for update |
obj | - passed object (not used in non-obj cuts |
Reimplemented from Hal::CutMonitorX.
Definition at line 124 of file PropertyMonitorX.cxx.