|
| 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 Bool_t | Init (Int_t task_id) |
|
virtual void | Update (Bool_t passed, TObject *obj) |
|
virtual CutMonitor * | MakeCopy () const |
|
| 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 |
|
virtual Bool_t | ObjMonitor () const |
|
virtual Package * | Report () const |
|
Cut * | GetCutLink (Int_t i) const |
|
Definition at line 17 of file CutMonitorXY.h.
◆ CutMonitorXY() [1/5]
Hal::CutMonitorXY::CutMonitorXY |
( |
| ) |
|
◆ CutMonitorXY() [2/5]
Hal::CutMonitorXY::CutMonitorXY |
( |
TString | cut_A, |
|
|
TString | cut_B ) |
- Parameters
-
cut_A | name of cut monitored on X axis |
cut_B | name of cut monitored on Y axis |
Definition at line 27 of file CutMonitorXY.cxx.
◆ CutMonitorXY() [3/5]
Hal::CutMonitorXY::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 ) |
- Parameters
-
cut_A | name of cut on X-axis |
parameter_A | parameter number on X axis |
xAxis | x axis conf {bins,min,max} |
cut_B | name of cut on Y-axis |
parameter_B | parameter number on Y axis |
yAxis | configuration of Y-axis (bins,min,max} |
Definition at line 32 of file CutMonitorXY.cxx.
◆ CutMonitorXY() [4/5]
Hal::CutMonitorXY::CutMonitorXY |
( |
TString | cut_A, |
|
|
Int_t | parameter_A, |
|
|
TString | cut_B, |
|
|
Int_t | parameter_B ) |
- Parameters
-
cut_A | name of cut monitored on X axis |
parameter_A | number of parameter monitored on X axis |
cut_B | name of cut monitored on Y axis |
parameter_B | number of parameter monitored on Y axis |
Definition at line 45 of file CutMonitorXY.cxx.
◆ CutMonitorXY() [5/5]
Hal::CutMonitorXY::CutMonitorXY |
( |
const CutMonitorXY & | other | ) |
|
◆ ~CutMonitorXY()
Hal::CutMonitorXY::~CutMonitorXY |
( |
| ) |
|
|
virtual |
◆ CreateHistograms()
void Hal::CutMonitorXY::CreateHistograms |
( |
| ) |
|
|
protectedvirtual |
◆ Init()
Bool_t Hal::CutMonitorXY::Init |
( |
Int_t | task_id | ) |
|
|
virtual |
◆ MakeCopy()
CutMonitor * Hal::CutMonitorXY::MakeCopy |
( |
| ) |
const |
|
virtual |
◆ operator=()
◆ TrueUpdate()
void Hal::CutMonitorXY::TrueUpdate |
( |
Bool_t | passed | ) |
|
|
protectedvirtual |
make update of histogram
- Parameters
-
passed | true if object goes to pass false otherwise |
Reimplemented from Hal::CutMonitor.
Definition at line 50 of file CutMonitorXY.cxx.
◆ Update()
void Hal::CutMonitorXY::Update |
( |
Bool_t | passed, |
|
|
TObject * | obj ) |
|
virtual |
The documentation for this class was generated from the following files: