![]() |
AliPhysics
a8afd6c (a8afd6c)
|
#include <QARing.h>
Public Member Functions | |
QARing (UShort_t d, Char_t r) | |
virtual | ~QARing () |
Bool_t | Init (TTree *tree, bool read=false) |
Public Attributes | |
UShort_t | fD |
Char_t | fR |
RingQuantity * | fChi2 |
RingQuantity * | fC |
RingQuantity * | fDelta |
RingQuantity * | fXi |
RingQuantity * | fSigma |
FitStatus * | fFitStatus |
Merge * | fMerge |
DataLoss * | fDataLoss |
RingQuantity * | fOccupancy |
Correlation * | fCorrelation |
Base class for QA rings. This manages the per-ring entries in the tree
Initialise
tree | Tree to read from/write to |
read | If true, read from tree, other wise write |
Definition at line 76 of file QARing.h.
Referenced by QABase::Init(), QAPlotter::Run(), and QATrender::Run().
RingQuantity* QARing::fC |
Definition at line 106 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().
RingQuantity* QARing::fChi2 |
Definition at line 105 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().
Correlation* QARing::fCorrelation |
Definition at line 114 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessCorrelation(), QAPlotter::Ring::Update(), and ~QARing().
UShort_t QARing::fD |
Definition at line 103 of file QARing.h.
Referenced by QATrender::Ring::GetDetectorList(), Init(), QATrender::Ring::Process123(), QATrender::Ring::ProcessCorrelation(), QATrender::Ring::ProcessELoss(), QATrender::Ring::ProcessEnergyLoss(), QATrender::Ring::ProcessNeighbors(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::SetAtt().
DataLoss* QARing::fDataLoss |
Definition at line 112 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessELoss(), QAPlotter::Ring::Update(), and ~QARing().
RingQuantity* QARing::fDelta |
Definition at line 107 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().
FitStatus* QARing::fFitStatus |
Definition at line 110 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().
Merge* QARing::fMerge |
Definition at line 111 of file QARing.h.
Referenced by Init(), QATrender::Ring::Process123(), QAPlotter::Ring::Update(), and ~QARing().
RingQuantity* QARing::fOccupancy |
Definition at line 113 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessOccupancy(), QAPlotter::Ring::Update(), and ~QARing().
Char_t QARing::fR |
Definition at line 104 of file QARing.h.
Referenced by QATrender::Ring::GetDetectorList(), Init(), QATrender::Ring::Process123(), QATrender::Ring::ProcessCorrelation(), QATrender::Ring::ProcessELoss(), QATrender::Ring::ProcessEnergyLoss(), QATrender::Ring::ProcessNeighbors(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::SetAtt().
RingQuantity* QARing::fSigma |
Definition at line 109 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().
RingQuantity* QARing::fXi |
Definition at line 108 of file QARing.h.
Referenced by Init(), QATrender::Ring::ProcessEnergyLoss(), QAPlotter::Ring::Update(), and ~QARing().