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

#include <QAStructs.h>

Static Public Member Functions

static const char * BranchName (UShort_t d, Char_t r)
 
static CorrelationMakeBranch (TTree *tree, UShort_t d, Char_t r)
 
static CorrelationSetBranch (TTree *tree, UShort_t d, Char_t r)
 

Public Attributes

Double_t alpha
 
Double_t beta
 
Double_t a
 
Double_t ea
 
Double_t b
 
Double_t eb
 
Double_t chi2
 
UShort_t det
 
Char_t ring
 

Detailed Description

Per-ring status information on Poisson vs ELoss correlation

Definition at line 364 of file QAStructs.h.

Member Function Documentation

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

Return the branch name to use

Parameters
dDetector
rRing
Returns
Name of branch to use

Definition at line 383 of file QAStructs.h.

Referenced by MakeBranch(), and SetBranch().

static Correlation* Correlation::MakeBranch ( TTree tree,
UShort_t  d,
Char_t  r 
)
inlinestatic

Make a branch to contain an object of this type

Parameters
treeTree to store in
dDetector number
rDetector ring
Returns
Newly allocated object of this type associated with the branch

Definition at line 397 of file QAStructs.h.

Referenced by QARing::Init().

static Correlation* Correlation::SetBranch ( TTree tree,
UShort_t  d,
Char_t  r 
)
inlinestatic

Associate a branch with an object of this type

Parameters
treeTree to read from
dDetector number
rDetector ring
Returns
Newly allocated object of this type associated with the branch

Definition at line 416 of file QAStructs.h.

Referenced by QARing::Init().

Member Data Documentation

Double_t Correlation::a

Definition at line 368 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

Double_t Correlation::alpha

Definition at line 366 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

Double_t Correlation::b

Definition at line 370 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

Double_t Correlation::beta

Definition at line 367 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation(), and QAPlotter::Ring::Update().

Double_t Correlation::chi2

Definition at line 372 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

UShort_t Correlation::det

Definition at line 373 of file QAStructs.h.

Referenced by MakeBranch().

Double_t Correlation::ea

Definition at line 369 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

Double_t Correlation::eb

Definition at line 371 of file QAStructs.h.

Referenced by QATrender::Ring::ProcessCorrelation().

Char_t Correlation::ring

Definition at line 374 of file QAStructs.h.

Referenced by MakeBranch().


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