|
| QAPlot (ECutUpdate upd) |
|
| QAPlot (TString name, ECutUpdate upd) |
|
Int_t | AddTH1 (TString name, const QAPlotAxis &x, TString flag="") |
|
Int_t | AddTH2 (TString name, const QAPlotAxis &x, const QAPlotAxis &y, TString flag="") |
|
Int_t | AddTH3 (TString name, const QAPlotAxis &x, const QAPlotAxis &y, const QAPlotAxis &z, TString flag="") |
|
virtual QAPlot * | MakeCopy () const |
|
virtual Bool_t | Init (Int_t id_task=-1) |
|
virtual void | Fill (TObject *obj) |
|
ECutUpdate | GetUpdateRatio () const |
|
virtual void | Print (Option_t *opt="") const |
|
QAPlotReport * | GetReport () const |
|
| QAPlot (const QAPlot &other) |
|
QAPlot & | operator= (const QAPlot &other) |
|
|
Int_t | GetSize1D () const |
|
Int_t | GetSize2D () const |
|
Int_t | GetSize3D () const |
|
TH1D * | Get1D (Int_t no) const |
|
TH2D * | Get2D (Int_t no) const |
|
TH3D * | Get3D (Int_t no) const |
|
void | FillTrack (Track *track) |
|
void | FillEvent (Event *event) |
|
virtual void | FillTrackCustom1D (Track *, TH1D *, Int_t) |
|
virtual void | FillEventCustom1D (Event *, TH1D *, Int_t) |
|
virtual void | FillTrackCustom2D (Track *, TH2D *, Int_t) |
|
virtual void | FillEventCustom2D (Event *, TH2D *, Int_t) |
|
virtual void | FillTrackCustom3D (Track *, TH3D *, Int_t) |
|
virtual void | FillEventCustom3D (Event *, TH3D *, Int_t) |
|
Definition at line 33 of file QAPlot.h.
◆ QAPlot() [1/4]
◆ QAPlot() [2/4]
Hal::QAPlot::QAPlot |
( |
ECutUpdate | upd | ) |
|
◆ QAPlot() [3/4]
Hal::QAPlot::QAPlot |
( |
TString | name, |
|
|
ECutUpdate | upd ) |
◆ ~QAPlot()
◆ QAPlot() [4/4]
Hal::QAPlot::QAPlot |
( |
const QAPlot & | other | ) |
|
◆ AddTH1()
Int_t Hal::QAPlot::AddTH1 |
( |
TString | name, |
|
|
const QAPlotAxis & | x, |
|
|
TString | flag = "" ) |
Add TH1 histogram
- Parameters
-
name | name and title of histogram |
x | |
Definition at line 176 of file QAPlot.cxx.
◆ AddTH2()
Int_t Hal::QAPlot::AddTH2 |
( |
TString | name, |
|
|
const QAPlotAxis & | x, |
|
|
const QAPlotAxis & | y, |
|
|
TString | flag = "" ) |
Add TH2 histogram
- Parameters
-
name | name and title of histogram |
x | |
y | |
flag | |
Definition at line 187 of file QAPlot.cxx.
◆ AddTH3()
Add TH3 histogram
- Parameters
-
name | name and title of histogram |
x | |
y | |
z | |
flag | |
Definition at line 200 of file QAPlot.cxx.
◆ Fill()
void Hal::QAPlot::Fill |
( |
TObject * | obj | ) |
|
|
virtual |
fill these QA plots
- Parameters
-
Definition at line 144 of file QAPlot.cxx.
◆ FillEvent()
void Hal::QAPlot::FillEvent |
( |
Event * | event | ) |
|
|
protected |
◆ FillEventCustom1D()
virtual void Hal::QAPlot::FillEventCustom1D |
( |
Event * | , |
|
|
TH1D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
event | event to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 81 of file QAPlot.h.
◆ FillEventCustom2D()
virtual void Hal::QAPlot::FillEventCustom2D |
( |
Event * | , |
|
|
TH2D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
event | event to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 93 of file QAPlot.h.
◆ FillEventCustom3D()
virtual void Hal::QAPlot::FillEventCustom3D |
( |
Event * | , |
|
|
TH3D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
event | event to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 105 of file QAPlot.h.
◆ FillTrack()
void Hal::QAPlot::FillTrack |
( |
Track * | track | ) |
|
|
protected |
◆ FillTrackCustom1D()
virtual void Hal::QAPlot::FillTrackCustom1D |
( |
Track * | , |
|
|
TH1D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
track | track to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 75 of file QAPlot.h.
◆ FillTrackCustom2D()
virtual void Hal::QAPlot::FillTrackCustom2D |
( |
Track * | , |
|
|
TH2D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
track | track to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 87 of file QAPlot.h.
◆ FillTrackCustom3D()
virtual void Hal::QAPlot::FillTrackCustom3D |
( |
Track * | , |
|
|
TH3D * | , |
|
|
Int_t | ) |
|
inlineprotectedvirtual |
- Parameters
-
track | track to fill |
h | histogram to fill |
no | id filled histogram |
Definition at line 99 of file QAPlot.h.
◆ Get1D()
TH1D * Hal::QAPlot::Get1D |
( |
Int_t | no | ) |
const |
|
inlineprotected |
return 1D histogram, note: doesn't check if histogram exists
- Parameters
-
- Returns
Definition at line 55 of file QAPlot.h.
◆ Get2D()
TH2D * Hal::QAPlot::Get2D |
( |
Int_t | no | ) |
const |
|
inlineprotected |
return 2D histogram, note: doesn't check if histogram exists
- Parameters
-
- Returns
Definition at line 61 of file QAPlot.h.
◆ Get3D()
TH3D * Hal::QAPlot::Get3D |
( |
Int_t | no | ) |
const |
|
inlineprotected |
return 3D histogram, note: doesn't check if histogram exists
- Parameters
-
- Returns
Definition at line 67 of file QAPlot.h.
◆ GetReport()
◆ GetSize1D()
Int_t Hal::QAPlot::GetSize1D |
( |
| ) |
const |
|
inlineprotected |
◆ GetSize2D()
Int_t Hal::QAPlot::GetSize2D |
( |
| ) |
const |
|
inlineprotected |
- Returns
- number of 2-D histograms
Definition at line 44 of file QAPlot.h.
◆ GetSize3D()
Int_t Hal::QAPlot::GetSize3D |
( |
| ) |
const |
|
inlineprotected |
- Returns
- number of 3-D histograms
Definition at line 49 of file QAPlot.h.
◆ GetUpdateRatio()
ECutUpdate Hal::QAPlot::GetUpdateRatio |
( |
| ) |
const |
|
inline |
◆ Init()
Bool_t Hal::QAPlot::Init |
( |
Int_t | id_task = -1 | ) |
|
|
virtual |
init QA plot, if used in task then task id should be provided
- Parameters
-
Definition at line 47 of file QAPlot.cxx.
◆ MakeCopy()
virtual QAPlot * Hal::QAPlot::MakeCopy |
( |
| ) |
const |
|
inlinevirtual |
makes copy of this class
- Returns
Definition at line 142 of file QAPlot.h.
◆ operator=()
◆ Print()
void Hal::QAPlot::Print |
( |
Option_t * | opt = "" | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: