![]() |
AliPhysics
dc874a1 (dc874a1)
|
#include <QAStructs.h>
Static Public Member Functions | |
static const char * | BranchName (UShort_t d, Char_t r) |
static DataLoss * | MakeBranch (TTree *tree, UShort_t d, Char_t r) |
static DataLoss * | SetBranch (TTree *tree, UShort_t d, Char_t r) |
Public Attributes | |
Double_t | merge |
Double_t | density |
Double_t | full |
UShort_t | det |
Char_t | ring |
Per-ring status information on hit 'loss'
Definition at line 302 of file QAStructs.h.
Return the branch name to use
d | Detector |
r | Ring |
Definition at line 318 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 332 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 350 of file QAStructs.h.
Referenced by QARing::Init().
Double_t DataLoss::density |
Definition at line 305 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessELoss().
UShort_t DataLoss::det |
Definition at line 307 of file QAStructs.h.
Referenced by MakeBranch().
Double_t DataLoss::full |
Definition at line 306 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessELoss(), and QAPlotter::Ring::Update().
Double_t DataLoss::merge |
Definition at line 304 of file QAStructs.h.
Referenced by QATrender::Ring::ProcessELoss().
Char_t DataLoss::ring |
Definition at line 308 of file QAStructs.h.
Referenced by MakeBranch().