![]() |
AliPhysics
b8d5d90 (b8d5d90)
|
#include <QAStructs.h>
Static Public Member Functions | |
static const char * | BranchName (UShort_t d, Char_t r) |
static Merge * | MakeBranch (TTree *tree, UShort_t d, Char_t r) |
static Merge * | SetBranch (TTree *tree, UShort_t d, Char_t r) |
Public Attributes | |
Double_t | one |
Double_t | two |
Double_t | three |
UShort_t | det |
Char_t | ring |
Per-ring status information on merging (sharing filter)
Definition at line 240 of file QAStructs.h.
Return the branch name to use
d | Detector |
r | Ring |
Definition at line 256 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 270 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 288 of file QAStructs.h.
Referenced by QARing::Init().
UShort_t Merge::det |
Definition at line 245 of file QAStructs.h.
Referenced by MakeBranch().
Double_t Merge::one |
Definition at line 242 of file QAStructs.h.
Referenced by QATrender::Ring::Process123(), and QAPlotter::Ring::Update().
Char_t Merge::ring |
Definition at line 246 of file QAStructs.h.
Referenced by MakeBranch().
Double_t Merge::three |
Definition at line 244 of file QAStructs.h.
Referenced by QATrender::Ring::Process123().
Double_t Merge::two |
Definition at line 243 of file QAStructs.h.
Referenced by QATrender::Ring::Process123().