![]() |
AliPhysics
a8afd6c (a8afd6c)
|
#include <QAStructs.h>
Static Public Member Functions | |
static const char * | BranchName (UShort_t d, Char_t r, const char *name) |
static RingQuantity * | MakeBranch (TTree *tree, UShort_t d, Char_t r, const char *name) |
static RingQuantity * | SetBranch (TTree *tree, UShort_t d, Char_t r, const char *name) |
![]() | |
static Quantity * | MakeBranch (TTree *tree, const char *name) |
static Quantity * | SetBranch (TTree *tree, const char *name) |
Public Attributes | |
UShort_t | det |
Char_t | ring |
![]() | |
Double_t | mean |
Double_t | var |
Double_t | min |
Double_t | max |
A per-ring quantity with mean, variance, min, and max
Definition at line 69 of file QAStructs.h.
|
inlinestatic |
Return the branch name to use
d | Detector |
r | Ring |
name | Name |
Definition at line 83 of file QAStructs.h.
|
inlinestatic |
Make a branch to contain an object of this type
tree | Tree to store in |
d | Detector |
r | Ring |
name | Name of branch |
Definition at line 98 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 |
r | Ring |
name | Name of branch |
Definition at line 119 of file QAStructs.h.
Referenced by QARing::Init().
UShort_t RingQuantity::det |
Definition at line 71 of file QAStructs.h.
Referenced by MakeBranch().
Char_t RingQuantity::ring |
Definition at line 72 of file QAStructs.h.
Referenced by MakeBranch().