Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::CutMonitorXYZ Class Reference
Inheritance diagram for Hal::CutMonitorXYZ:
Hal::CutMonitor Hal::PropertyMonitorXYZ Hal::EventFieldMonitorXYZ Hal::TrackFieldMonitorXYZ MyHal::PropertyMonitorTemplateXYZ

Public Member Functions

 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)
 
CutMonitorXYZoperator= (const CutMonitorXYZ &other)
 
virtual Bool_t Init (Int_t task_id)
 
virtual void Update (Bool_t pass, TObject *obj)
 
virtual CutMonitorMakeCopy () const
 
- Public Member Functions inherited from Hal::CutMonitor
 CutMonitor (Int_t size=0)
 
 CutMonitor (const CutMonitor &other)
 
CutMonitoroperator= (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
 
virtual Bool_t ObjMonitor () const
 
virtual PackageReport () const
 
CutGetCutLink (Int_t i) const
 

Protected Member Functions

void TrueUpdate (Bool_t pass)
 
void CreateHistograms ()
 
- 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)
 
CutGetCut (Int_t i) const
 

Additional Inherited Members

- 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
 

Detailed Description

Definition at line 17 of file CutMonitorXYZ.h.

Constructor & Destructor Documentation

◆ CutMonitorXYZ() [1/5]

Hal::CutMonitorXYZ::CutMonitorXYZ ( )

Definition at line 20 of file CutMonitorXYZ.cxx.

◆ CutMonitorXYZ() [2/5]

Hal::CutMonitorXYZ::CutMonitorXYZ ( TString cut_A,
TString cut_B,
TString cut_C )
Parameters
cut_Aname of cut monitored on X axis
cut_Bname of cut monitored on Y axis
cut_Cname of cut monitored on Z axis

Definition at line 26 of file CutMonitorXYZ.cxx.

◆ CutMonitorXYZ() [3/5]

Hal::CutMonitorXYZ::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 )
Parameters
cut_Aname of cut monitored on X axis
par_Anumber of parameter monitored on X axis
xAxisx-axis configuration {bins,min,max}
cut_Bname of cut monitored on B axis
par_Bnumber of parameter monitored on Y axis
yAxisy-axis configuration {bins,min,max}
cut_Cname of cut monitored on C axis
par_Cnumber of parameter monitored on Z axis
zAxisz-axis configuration {bins,min,max}

Definition at line 32 of file CutMonitorXYZ.cxx.

◆ CutMonitorXYZ() [4/5]

Hal::CutMonitorXYZ::CutMonitorXYZ ( TString cut_A,
Int_t par_A,
TString cut_B,
Int_t par_B,
TString cut_C,
Int_t par_C )
Parameters
cut_Aname of cut monitored on X axis
par_Anumber of parameter monitored on X axis
cut_Bname of cut monitored on B axis
par_Bnumber of parameter monitored on Y axis
cut_Cname of cut monitored on C axis
par_Cnumber of parameter monitored on Z axis

Definition at line 49 of file CutMonitorXYZ.cxx.

◆ CutMonitorXYZ() [5/5]

Hal::CutMonitorXYZ::CutMonitorXYZ ( const CutMonitorXYZ & other)

copy c-tor

Parameters
otherobject to copy

Definition at line 84 of file CutMonitorXYZ.cxx.

◆ ~CutMonitorXYZ()

Hal::CutMonitorXYZ::~CutMonitorXYZ ( )
virtual

Definition at line 86 of file CutMonitorXYZ.cxx.

Member Function Documentation

◆ CreateHistograms()

void Hal::CutMonitorXYZ::CreateHistograms ( )
protectedvirtual

allocate histograms

Reimplemented from Hal::CutMonitor.

Reimplemented in Hal::PropertyMonitorXYZ.

Definition at line 100 of file CutMonitorXYZ.cxx.

◆ Init()

Bool_t Hal::CutMonitorXYZ::Init ( Int_t task_id)
virtual

initialize this cut monitor

Parameters
task_idtask number

Reimplemented from Hal::CutMonitor.

Reimplemented in Hal::EventFieldMonitorXYZ, Hal::PropertyMonitorXYZ, Hal::TrackFieldMonitorXYZ, and MyHal::PropertyMonitorTemplateXYZ.

Definition at line 138 of file CutMonitorXYZ.cxx.

◆ MakeCopy()

CutMonitor * Hal::CutMonitorXYZ::MakeCopy ( ) const
virtual

make copy of this object

Returns
copy of this

Reimplemented from Hal::CutMonitor.

Reimplemented in Hal::EventFieldMonitorXYZ, Hal::PropertyMonitorXYZ, and Hal::TrackFieldMonitorXYZ.

Definition at line 82 of file CutMonitorXYZ.cxx.

◆ operator=()

CutMonitorXYZ & Hal::CutMonitorXYZ::operator= ( const CutMonitorXYZ & other)

Assignment operator

Parameters
other
Returns

Definition at line 143 of file CutMonitorXYZ.cxx.

◆ TrueUpdate()

void Hal::CutMonitorXYZ::TrueUpdate ( Bool_t passed)
protectedvirtual

make update of histogram

Parameters
passedtrue if object goes to pass false otherwise

Reimplemented from Hal::CutMonitor.

Definition at line 56 of file CutMonitorXYZ.cxx.

◆ Update()

void Hal::CutMonitorXYZ::Update ( Bool_t passed,
TObject * obj )
virtual

make update of cut monitor

Parameters
passedstate used for update
obj- passed object (not used in non-obj cuts

Reimplemented from Hal::CutMonitor.

Reimplemented in Hal::EventFieldMonitorXYZ, Hal::TrackFieldMonitorXYZ, and MyHal::PropertyMonitorTemplateXYZ.

Definition at line 88 of file CutMonitorXYZ.cxx.


The documentation for this class was generated from the following files: