![]() |
AliPhysics
63d3444 (63d3444)
|
#include <QAStructs.h>
Static Public Member Functions | |
static Quantity * | MakeBranch (TTree *tree, const char *name) |
static Quantity * | SetBranch (TTree *tree, const char *name) |
Public Attributes | |
Double_t | mean |
Double_t | var |
Double_t | min |
Double_t | max |
A simple quantity with mean, variance, min, and max
Definition at line 25 of file QAStructs.h.
Make a branch to contain an object of this type
tree | Tree to store in |
name | Name of branch |
Definition at line 40 of file QAStructs.h.
Associate a branch with an object of this type
tree | Tree to read from |
name | Name of branch |
Definition at line 55 of file QAStructs.h.
Double_t Quantity::max |
Definition at line 30 of file QAStructs.h.
Referenced by QATrender::Ring::ExtractYQuantity(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::UpdateGraph().
Double_t Quantity::mean |
Definition at line 27 of file QAStructs.h.
Referenced by QATrender::Ring::ExtractYQuantity(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::UpdateGraph().
Double_t Quantity::min |
Definition at line 29 of file QAStructs.h.
Referenced by QATrender::Ring::ExtractYQuantity(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::UpdateGraph().
Double_t Quantity::var |
Definition at line 28 of file QAStructs.h.
Referenced by QATrender::Ring::ExtractYQuantity(), QATrender::Ring::ProcessOccupancy(), and QAPlotter::Ring::UpdateGraph().