AliPhysics  b6f8e44 (b6f8e44)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RingQuantity Struct Reference

#include <QAStructs.h>

Inheritance diagram for RingQuantity:

Static Public Member Functions

static const char * BranchName (UShort_t d, Char_t r, const char *name)
 
static RingQuantityMakeBranch (TTree *tree, UShort_t d, Char_t r, const char *name)
 
static RingQuantitySetBranch (TTree *tree, UShort_t d, Char_t r, const char *name)
 
- Static Public Member Functions inherited from Quantity
static QuantityMakeBranch (TTree *tree, const char *name)
 
static QuantitySetBranch (TTree *tree, const char *name)
 

Public Attributes

UShort_t det
 
Char_t ring
 
- Public Attributes inherited from Quantity
Double_t mean
 
Double_t var
 
Double_t min
 
Double_t max
 

Detailed Description

A per-ring quantity with mean, variance, min, and max

Definition at line 69 of file QAStructs.h.

Member Function Documentation

static const char* RingQuantity::BranchName ( UShort_t  d,
Char_t  r,
const char *  name 
)
inlinestatic

Return the branch name to use

Parameters
dDetector
rRing
nameName
Returns
Name of branch to use

Definition at line 83 of file QAStructs.h.

Referenced by MakeBranch(), and SetBranch().

static RingQuantity* RingQuantity::MakeBranch ( TTree tree,
UShort_t  d,
Char_t  r,
const char *  name 
)
inlinestatic

Make a branch to contain an object of this type

Parameters
treeTree to store in
dDetector
rRing
nameName of branch
Returns
Newly allocated object of this type associated with the branch

Definition at line 98 of file QAStructs.h.

Referenced by QARing::Init().

static RingQuantity* RingQuantity::SetBranch ( TTree tree,
UShort_t  d,
Char_t  r,
const char *  name 
)
inlinestatic

Associate a branch with an object of this type

Parameters
treeTree to read from
dDetector
rRing
nameName of branch
Returns
Newly allocated object of this type associated with the branch

Definition at line 119 of file QAStructs.h.

Referenced by QARing::Init().

Member Data Documentation

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().


The documentation for this struct was generated from the following file: