![]() |
AliPhysics
b6f8e44 (b6f8e44)
|
Public Member Functions | |
Ring (UShort_t d, Char_t r, Bool_t useVar=false) | |
void | SetAtt (TGraph *g, const char *name, const char *) |
void | UpdateGraph (TGraphAsymmErrors *g, RingQuantity &q, UInt_t runNo, UInt_t) |
Bool_t | Update (UInt_t n, UInt_t runNo) |
![]() | |
QARing (UShort_t d, Char_t r) | |
virtual | ~QARing () |
Bool_t | Init (TTree *tree, bool read=false) |
Static Public Member Functions | |
static Color_t | RingColor (UShort_t d, Char_t r) |
Public Attributes | |
TGraphAsymmErrors * | fGChi2 |
TGraphAsymmErrors * | fGC |
TGraphAsymmErrors * | fGDelta |
TGraphAsymmErrors * | fGXi |
TGraphAsymmErrors * | fGSigma |
TGraph * | fGLow |
TGraph * | fGSingles |
TGraph * | fGLoss |
TGraph * | fGBeta |
TGraphAsymmErrors * | fGOccupancy |
Bool_t | fUseVar |
![]() | |
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 |
Ring class
Definition at line 50 of file QAPlotter.C.
Constuctor
d | Detector |
r | Ring |
useVar | Use variance for errors (not min/max) |
Definition at line 59 of file QAPlotter.C.
Static member function to get the ring color
d | Detector number |
r | Ring identifer |
Definition at line 104 of file QAPlotter.C.
Referenced by SetAtt().
|
inline |
Set graph attributes
g | Graph |
name | Name of graph |
Definition at line 115 of file QAPlotter.C.
Referenced by Ring().
Update all graphs
n | Entry number (not used) |
runNo | Run number |
Definition at line 166 of file QAPlotter.C.
|
inline |
Update a graph from a RingQuantity
g | Graph to update |
q | Quantity |
runNo | Run number |
Definition at line 142 of file QAPlotter.C.
Referenced by Update().
TGraph* QAPlotter::Ring::fGBeta |
Definition at line 193 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGC |
Definition at line 186 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGChi2 |
Definition at line 185 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGDelta |
Definition at line 187 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraph* QAPlotter::Ring::fGLoss |
Definition at line 192 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraph* QAPlotter::Ring::fGLow |
Definition at line 190 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGOccupancy |
Definition at line 194 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGSigma |
Definition at line 189 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraph* QAPlotter::Ring::fGSingles |
Definition at line 191 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
TGraphAsymmErrors* QAPlotter::Ring::fGXi |
Definition at line 188 of file QAPlotter.C.
Referenced by QAPlotter::AddToMulti(), Ring(), and Update().
Bool_t QAPlotter::Ring::fUseVar |
Definition at line 195 of file QAPlotter.C.
Referenced by UpdateGraph().