![]() |
AliPhysics
5be3bab (5be3bab)
|
#include <QAStructs.h>
Static Public Member Functions | |
static const char * | BranchName (UShort_t d, Char_t r) |
static FitStatus * | MakeBranch (TTree *tree, UShort_t d, Char_t r) |
static FitStatus * | SetBranch (TTree *tree, UShort_t d, Char_t r) |
Public Attributes | |
UShort_t | nLow |
UShort_t | nCandidates |
UShort_t | nFitted |
UShort_t | det |
Char_t | ring |
Per-ring status information on ELoss fits
Definition at line 176 of file QAStructs.h.
Return the branch name to use
d | Detector |
r | Ring |
Definition at line 192 of file QAStructs.h.
Referenced by MakeBranch(), and SetBranch().
Make a branch to contain an object of this type
tree | Tree to store in |
d | Detector |
r | Ring |
Definition at line 206 of file QAStructs.h.
Referenced by QARing::Init().
Associate a branch with an object of this type
tree | Tree to read from |
d | Detector |
r | Ring |
Definition at line 225 of file QAStructs.h.
Referenced by QARing::Init().
UShort_t FitStatus::det |
Definition at line 181 of file QAStructs.h.
Referenced by MakeBranch().
UShort_t FitStatus::nCandidates |
Definition at line 179 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessEnergyLoss().
UShort_t FitStatus::nFitted |
Definition at line 180 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessEnergyLoss().
UShort_t FitStatus::nLow |
Definition at line 178 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessEnergyLoss(), and QAPlotter::Ring::Update().
Char_t FitStatus::ring |
Definition at line 182 of file QAStructs.h.
Referenced by MakeBranch().