![]() |
AliPhysics
958ad07 (958ad07)
|
#include <QAStructs.h>
Static Public Member Functions | |
static Global * | MakeBranch (TTree *tree) |
static Global * | SetBranch (TTree *tree) |
Public Attributes | |
UInt_t | runNo |
UInt_t | nAccepted |
Double_t | meanVz |
Double_t | sigmaVz |
Per run information
Definition at line 134 of file QAStructs.h.
Make a branch to contain an object of this type
tree | Tree to store in |
Definition at line 148 of file QAStructs.h.
Referenced by QABase::Init().
Associate a branch with an object of this type
tree | Tree to read from |
Definition at line 162 of file QAStructs.h.
Referenced by QABase::Init().
Double_t Global::meanVz |
Definition at line 138 of file QAStructs.h.
Referenced by QATrender::ProcessGlobal(), and QAPlotter::Run().
UInt_t Global::nAccepted |
Definition at line 137 of file QAStructs.h.
Referenced by QATrender::ProcessGlobal(), and QAPlotter::Run().
UInt_t Global::runNo |
Definition at line 136 of file QAStructs.h.
Referenced by QATrender::ProcessDensityCalculator(), QATrender::ProcessELossFitter(), QATrender::ProcessGlobal(), QATrender::ProcessOne(), QATrender::ProcessSharingFilter(), QAPlotter::Run(), and QATrender::WriteLinks().
Double_t Global::sigmaVz |
Definition at line 139 of file QAStructs.h.
Referenced by QATrender::ProcessGlobal(), and QAPlotter::Run().