![]() |
AliPhysics
b6f8e44 (b6f8e44)
|
#include <QAStructs.h>
Static Public Member Functions | |
static const char * | BranchName (UShort_t d, Char_t r) |
static Correlation * | MakeBranch (TTree *tree, UShort_t d, Char_t r) |
static Correlation * | SetBranch (TTree *tree, UShort_t d, Char_t r) |
Public Attributes | |
Double_t | alpha |
Double_t | beta |
Double_t | a |
Double_t | ea |
Double_t | b |
Double_t | eb |
Double_t | chi2 |
UShort_t | det |
Char_t | ring |
Per-ring status information on Poisson vs ELoss correlation
Definition at line 364 of file QAStructs.h.
Return the branch name to use
d | Detector |
r | Ring |
Definition at line 383 of file QAStructs.h.
Referenced by MakeBranch(), and SetBranch().
|
inlinestatic |
Make a branch to contain an object of this type
tree | Tree to store in |
d | Detector number |
r | Detector ring |
Definition at line 397 of file QAStructs.h.
Referenced by QARing::Init().
|
inlinestatic |
Associate a branch with an object of this type
tree | Tree to read from |
d | Detector number |
r | Detector ring |
Definition at line 416 of file QAStructs.h.
Referenced by QARing::Init().
Double_t Correlation::a |
Definition at line 368 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
Double_t Correlation::alpha |
Definition at line 366 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
Double_t Correlation::b |
Definition at line 370 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
Double_t Correlation::beta |
Definition at line 367 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation(), and QAPlotter::Ring::Update().
Double_t Correlation::chi2 |
Definition at line 372 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
UShort_t Correlation::det |
Definition at line 373 of file QAStructs.h.
Referenced by MakeBranch().
Double_t Correlation::ea |
Definition at line 369 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
Double_t Correlation::eb |
Definition at line 371 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessCorrelation().
Char_t Correlation::ring |
Definition at line 374 of file QAStructs.h.
Referenced by MakeBranch().