![]() |
AliPhysics
7dff9e1 (7dff9e1)
|
Global binning handler used by several analysis components. More...
#include <AliEMCalTriggerBinningFactory.h>
Public Member Functions | |
AliEMCalTriggerBinningFactory () | |
virtual | ~AliEMCalTriggerBinningFactory () |
void | Create (AliEMCalTriggerBinningComponent *const data) |
Protected Member Functions | |
void | CreateMarkusPtBinning (TArrayD &binning) const |
void | CreateRAAPtBinning (TArrayD &binning) const |
void | CreateDefaultEtaBinning (TArrayD &binning) const |
void | CreateDefaultZVertexBinning (TArrayD &binning) const |
void | CreateLinearBinning (TArrayD &binning, int nbins, double min, double max) const |
Global binning handler used by several analysis components.
This class steers the binning component and set the default binnings for various dimensions, which are used by all analysis components. In case users already defined a binning, this handler does not overwrite this.
Definition at line 36 of file AliEMCalTriggerBinningFactory.h.
EMCalTriggerPtAnalysis::AliEMCalTriggerBinningFactory::AliEMCalTriggerBinningFactory | ( | ) |
Default constructor, nothing to do
Definition at line 27 of file AliEMCalTriggerBinningFactory.cxx.
|
inlinevirtual |
Destructor, nothing to do
Definition at line 42 of file AliEMCalTriggerBinningFactory.h.
void EMCalTriggerPtAnalysis::AliEMCalTriggerBinningFactory::Create | ( | AliEMCalTriggerBinningComponent *const | data | ) |
Initialise binning component with default binning
data | the binning component to be initialised |
Definition at line 35 of file AliEMCalTriggerBinningFactory.cxx.
Referenced by EMCalTriggerPtAnalysis::AliAnalysisTaskPtEMCalTriggerV1::UserCreateOutputObjects().
|
protected |
Referenced by Create().
|
protected |
Creating default z-Vertex binning. Bin size 5 cm.
binning | Array where to store the results. |
Definition at line 150 of file AliEMCalTriggerBinningFactory.cxx.
Referenced by Create().
|
protected |
Referenced by Create().
|
protected |
Creating the default \( p_{t} \) binning.
Definition used:
binning | Array where to store the results. |
Definition at line 74 of file AliEMCalTriggerBinningFactory.cxx.
|
protected |
Create \( p_{t} \) binning used in the \( R_{AA} \) analysis:
Definitions are:
binning | Array where to store the results |
Definition at line 116 of file AliEMCalTriggerBinningFactory.cxx.
Referenced by Create().