![]() |
AliPhysics
56f1704 (56f1704)
|
Wrapper for PHOS Tender to be executed through the EMCal correction framework. More...
#include <AliEmcalCorrectionPHOSCorrections.h>
Protected Attributes | |
AliPHOSTenderSupply * | fPHOSTender |
! Pointer to PHOS Tender Supply More... | |
Bool_t | fIsMC |
Flag for MC event. More... | |
TString | fOptions |
MC decalibration option. More... | |
![]() | |
PWG::Tools::AliYAMLConfiguration | fYAMLConfig |
Contains the YAML configuration used to configure the component. More... | |
Bool_t | fCreateHisto |
Flag to make some basic histograms. More... | |
Int_t | fRun |
! Run number More... | |
TString | fFilepass |
Input data pass number. More... | |
Bool_t | fGetPassFromFileName |
Get fFilepass from file name. More... | |
AliEmcalCorrectionEventManager | fEventManager |
Minimal task which inherits from AliAnalysisTaskSE and manages access to the event. More... | |
Bool_t | fEsdMode |
flag for ESD More... | |
AliMCEvent * | fMCEvent |
! MC More... | |
Double_t | fCent |
! Event centrality More... | |
Int_t | fNcentBins |
How many centrality bins (this member copied from AliAnalysisTaskEmcal) More... | |
Int_t | fCentBin |
! Event centrality bin More... | |
Int_t | fNbins |
No. of pt bins. More... | |
Double_t | fMinBinPt |
Min pt in histograms. More... | |
Double_t | fMaxBinPt |
Max pt in histograms. More... | |
Double_t | fVertex [3] |
! Event vertex More... | |
AliEMCALGeometry * | fGeom |
! Geometry object More... | |
Int_t | fMinMCLabel |
Minimum MC label value for the tracks/clusters being considered MC particles. More... | |
TObjArray | fClusterCollArray |
Cluster collection array. More... | |
TObjArray | fParticleCollArray |
Particle/track collection array. More... | |
AliVCaloCells * | fCaloCells |
! Pointer to CaloCells More... | |
AliEMCALRecoUtils * | fRecoUtils |
Pointer to RecoUtils. More... | |
TList * | fOutput |
! List of output histograms More... | |
TString | fBasePath |
Base folder path to get root files. More... | |
Private Member Functions | |
AliEmcalCorrectionPHOSCorrections (const AliEmcalCorrectionPHOSCorrections &) | |
AliEmcalCorrectionPHOSCorrections & | operator= (const AliEmcalCorrectionPHOSCorrections &) |
Static Private Attributes | |
static RegisterCorrectionComponent< AliEmcalCorrectionPHOSCorrections > | reg |
Wrapper for PHOS Tender to be executed through the EMCal correction framework.
Definition at line 18 of file AliEmcalCorrectionPHOSCorrections.h.
AliEmcalCorrectionPHOSCorrections::AliEmcalCorrectionPHOSCorrections | ( | ) |
Default constructor
Definition at line 19 of file AliEmcalCorrectionPHOSCorrections.cxx.
|
virtual |
Destructor
Definition at line 29 of file AliEmcalCorrectionPHOSCorrections.cxx.
|
private |
|
virtual |
This function is called if the run changes (it inherits from the base component).
Reimplemented from AliEmcalCorrectionComponent.
Definition at line 96 of file AliEmcalCorrectionPHOSCorrections.cxx.
Referenced by Run().
|
inline |
Definition at line 29 of file AliEmcalCorrectionPHOSCorrections.h.
|
virtual |
Initialize and configure the component.
Reimplemented from AliEmcalCorrectionComponent.
Definition at line 39 of file AliEmcalCorrectionPHOSCorrections.cxx.
|
private |
|
virtual |
Called for each event to process the event data.
Reimplemented from AliEmcalCorrectionComponent.
Definition at line 82 of file AliEmcalCorrectionPHOSCorrections.cxx.
|
virtual |
Create run-independent objects for output. Called before running over events.
Reimplemented from AliEmcalCorrectionComponent.
Definition at line 71 of file AliEmcalCorrectionPHOSCorrections.cxx.
|
protected |
Flag for MC event.
Definition at line 33 of file AliEmcalCorrectionPHOSCorrections.h.
Referenced by Initialize().
|
protected |
MC decalibration option.
Definition at line 34 of file AliEmcalCorrectionPHOSCorrections.h.
Referenced by Initialize().
|
protected |
! Pointer to PHOS Tender Supply
Definition at line 32 of file AliEmcalCorrectionPHOSCorrections.h.
Referenced by CheckIfRunChanged(), GetPHOSTenderSupply(), Initialize(), Run(), and ~AliEmcalCorrectionPHOSCorrections().
|
staticprivate |
Definition at line 41 of file AliEmcalCorrectionPHOSCorrections.h.