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

#include <QAStructs.h>

Inheritance diagram for Quantity:

Static Public Member Functions

static QuantityMakeBranch (TTree *tree, const char *name)
 
static QuantitySetBranch (TTree *tree, const char *name)
 

Public Attributes

Double_t mean
 
Double_t var
 
Double_t min
 
Double_t max
 

Detailed Description

A simple quantity with mean, variance, min, and max

Definition at line 25 of file QAStructs.h.

Member Function Documentation

static Quantity* Quantity::MakeBranch ( TTree tree,
const char *  name 
)
inlinestatic

Make a branch to contain an object of this type

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

Definition at line 40 of file QAStructs.h.

static Quantity* Quantity::SetBranch ( TTree tree,
const char *  name 
)
inlinestatic

Associate a branch with an object of this type

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

Definition at line 55 of file QAStructs.h.

Member Data Documentation


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