![]() |
AliPhysics
80ccde44 (80ccde44)
|
Base task in the EMCAL framework (lighter version of AliAnalysisTaskEmcal) More...
#include <AliAnalysisTaskEmcalLight.h>
Public Types | |
enum | EDataType_t { kUnknownDataType, kESD, kAOD } |
Switch for the data type. More... | |
enum | EBeamType_t { kNA = -1, kpp = 0, kAA = 1, kpA = 2 } |
Switch for the beam type. More... | |
enum | ECentralityEstimation_t { kNoCentrality = 0, kNewCentrality = 1, kOldCentrality = 2 } |
Switch for the centrality estimation. More... | |
Protected Member Functions | |
void | SetRejectionReasonLabels (TAxis *axis) |
void | AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE) |
TClonesArray * | GetArrayFromEvent (const char *name, const char *clname=0) |
EBeamType_t | GetBeamType () |
Bool_t | PythiaInfoFromFile (const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard) |
Bool_t | IsTrackInEmcalAcceptance (AliVParticle *part, Double_t edges=0.9) const |
Bool_t | CheckMCOutliers () |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *option) |
Bool_t | UserNotify () |
virtual void | ExecOnce () |
virtual Bool_t | FillGeneralHistograms (Bool_t eventSelected) |
virtual Bool_t | IsEventSelected () |
virtual Bool_t | RetrieveEventObjects () |
virtual Bool_t | FillHistograms () |
virtual Bool_t | Run () |
Static Protected Member Functions | |
static void | GetEtaPhiDiff (const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff) |
static Byte_t | GetTrackType (const AliVTrack *t) |
static Byte_t | GetTrackType (const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2) |
static Double_t | DeltaPhi (Double_t phia, Double_t phib, Double_t rMin=-TMath::Pi()/2, Double_t rMax=3 *TMath::Pi()/2) |
static Double_t * | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max) |
static void | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max, Double_t *array) |
static Double_t | GetParallelFraction (AliVParticle *part1, AliVParticle *part2) |
static Double_t | GetParallelFraction (const TVector3 &vect1, AliVParticle *part2) |
static EBeamType_t | BeamTypeFromRunNumber (Int_t runnumber) |
Protected Attributes | |
EBeamType_t | fForceBeamType |
forced beam type More... | |
Bool_t | fGeneralHistograms |
whether or not it should fill some general histograms More... | |
Bool_t | fCreateHisto |
whether or not create histograms More... | |
Bool_t | fNeedEmcalGeom |
whether or not the task needs the emcal geometry More... | |
std::vector< double > | fCentBins |
how many centrality bins More... | |
ECentralityEstimation_t | fCentralityEstimation |
Centrality estimation. More... | |
Bool_t | fIsPythia |
if it is a PYTHIA production More... | |
TString | fCaloCellsName |
name of calo cell collection More... | |
TString | fCaloTriggersName |
name of calo triggers collection More... | |
TString | fCaloTriggerPatchInfoName |
trigger patch info array name More... | |
TString | fCentEst |
name of the centrality estimator More... | |
std::map< std::string, AliParticleContainer * > | fParticleCollArray |
particle/track collection array More... | |
std::map< std::string, AliClusterContainer * > | fClusterCollArray |
cluster collection array More... | |
UInt_t | fTriggerSelectionBitMap |
trigger selection bit map More... | |
Double_t | fMinCent |
min centrality for event selection More... | |
Double_t | fMaxCent |
max centrality for event selection More... | |
Double_t | fMinVz |
min vertex for event selection More... | |
Double_t | fMaxVz |
max vertex for event selection More... | |
Double_t | fMaxVzDiff |
upper limit for distance between primary and SPD vertex More... | |
Double_t | fMinNVertCont |
minumum number of vertex contributors More... | |
Double_t | fMinPtHard |
select minimum pt hard (MC) More... | |
Double_t | fMaxPtHard |
select maximum pt hard (MC) More... | |
Double_t | fMaxMinimumBiasPtHard |
maximum pt hard for the minimum bias pt hard bin (MC) More... | |
std::set< std::string > | fAcceptedTriggerClasses |
list of accepted trigger classes More... | |
std::set< std::string > | fRejectedTriggerClasses |
list of accepted trigger classes More... | |
Bool_t | fMCRejectFilter |
enable the filtering of events by tail rejection More... | |
Float_t | fPtHardAndJetPtFactor |
Factor between ptHard and jet pT to reject/accept event. More... | |
Float_t | fPtHardAndClusterPtFactor |
Factor between ptHard and cluster pT to reject/accept event. More... | |
Float_t | fPtHardAndTrackPtFactor |
Factor between ptHard and track pT to reject/accept event. More... | |
Bool_t | fSwitchOffLHC15oFaultyBranches |
Switch off faulty tree branches in LHC15o AOD trees. More... | |
Bool_t | fEventSelectionAfterRun |
If kTRUE, the event selection is performed after Run() but before FillHistograms() More... | |
Bool_t | fLocalInitialized |
!whether or not the task has been already initialized More... | |
EDataType_t | fDataType |
!data type (ESD or AOD) More... | |
AliEMCALGeometry * | fGeom |
!emcal geometry More... | |
AliVCaloCells * | fCaloCells |
!cells More... | |
AliVCaloTrigger * | fCaloTriggers |
!calo triggers More... | |
TClonesArray * | fTriggerPatchInfo |
!trigger patch info array More... | |
Double_t | fCent |
!event centrality More... | |
Int_t | fCentBin |
!event centrality bin More... | |
Double_t | fEPV0 |
!event plane V0 More... | |
Double_t | fEPV0A |
!event plane V0A More... | |
Double_t | fEPV0C |
!event plane V0C More... | |
Double_t | fVertex [3] |
!event vertex More... | |
Double_t | fVertexSPD [3] |
!event Svertex More... | |
Int_t | fNVertCont |
!event vertex number of contributors More... | |
Int_t | fNVertSPDCont |
!event SPD vertex number of contributors More... | |
ULong_t | fFiredTriggerBitMap |
!bit map of fired triggers More... | |
std::vector< std::string > | fFiredTriggerClasses |
!trigger classes fired by the current event More... | |
EBeamType_t | fBeamType |
!event beam type More... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
Int_t | fPtHardBin |
!event pt hard More... | |
Double_t | fPtHard |
!event pt hard More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
TList * | fOutput |
!output list More... | |
TH1 * | fHistTrialsVsPtHardNoSel |
!total number of trials per pt hard bin after selection (no event selection) More... | |
TH1 * | fHistEventsVsPtHardNoSel |
!total number of events per pt hard bin after selection (no event selection) More... | |
TProfile * | fHistXsectionVsPtHardNoSel |
!x section from pythia header (no event selection) More... | |
TH1 * | fHistTriggerClassesNoSel |
!number of events in each trigger class (no event selection) More... | |
TH1 * | fHistZVertexNoSel |
!z vertex position (no event selection) More... | |
TH1 * | fHistCentralityNoSel |
!event centrality distribution (no event selection) More... | |
TH1 * | fHistEventPlaneNoSel |
!event plane distribution (no event selection) More... | |
TH1 * | fHistTrialsVsPtHard |
!total number of trials per pt hard bin after selection More... | |
TH1 * | fHistEventsVsPtHard |
!total number of events per pt hard bin after selection More... | |
TProfile * | fHistXsectionVsPtHard |
!x section from pythia header More... | |
TH1 * | fHistTriggerClasses |
!number of events in each trigger class More... | |
TH1 * | fHistZVertex |
!z vertex position More... | |
TH1 * | fHistCentrality |
!event centrality distribution More... | |
TH1 * | fHistEventPlane |
!event plane distribution More... | |
TH1 * | fHistEventCount |
!incoming and selected events More... | |
TH1 * | fHistEventRejection |
!book keep reasons for rejecting event More... | |
TH1 * | fHistTrials |
!trials from pyxsec.root More... | |
TH1 * | fHistEvents |
!total number of events per pt hard bin More... | |
TProfile * | fHistXsection |
!x section from pyxsec.root More... | |
Static Protected Attributes | |
static Double_t | fgkEMCalDCalPhiDivide = 4. |
phi value used to distinguish between DCal and EMCal More... | |
Private Member Functions | |
AliAnalysisTaskEmcalLight (const AliAnalysisTaskEmcalLight &) | |
AliAnalysisTaskEmcalLight & | operator= (const AliAnalysisTaskEmcalLight &) |
Base task in the EMCAL framework (lighter version of AliAnalysisTaskEmcal)
This class is the base class for Analysis Tasks using the core EMCAL framework. User tasks can choose to inherit from it as an alternative to AliAnalysisTaskEmcal. In contrast to the normal AliAnalysisTaskSE, the main event loop function to be implemented by the user is called Run. This function is only called in case the event was selected previously.
A key feature is the handling of EMCAL containers (cluster/ particle/track). Users can create containers and attach it to their analysis task.
Note that the name in the container must match the name of the TClonesArray in the input event connected to the container. Containers can be accessed inside the task either by their name or by their index as they were added to the task. The indices of cluster- or particle-containers are not mixed. Containers provide an easy access to content created by other tasks and attached to the event as a TClonesArray.
For more information refer to Writing an analysis using the AliAnalysisTaskEmcal
Definition at line 69 of file AliAnalysisTaskEmcalLight.h.
Switch for the beam type.
Enumerator | |
---|---|
kNA |
Undefined. |
kpp |
Proton-Proton. |
kAA |
Nucleus-Nucleus. |
kpA |
Proton-Nucleus. |
Definition at line 86 of file AliAnalysisTaskEmcalLight.h.
Switch for the centrality estimation.
Enumerator | |
---|---|
kNoCentrality |
No centrality estimation. |
kNewCentrality |
New centrality estimation (AliMultSelection, see https://twiki.cern.ch/twiki/bin/viewauth/ALICE/AliMultSelectionCalibStatus for calibration status period-by-period) |
kOldCentrality |
Old centrality estimation (AliCentrality, works only on Run-1 PbPb and pPb) |
Definition at line 97 of file AliAnalysisTaskEmcalLight.h.
Switch for the data type.
Enumerator | |
---|---|
kUnknownDataType | |
kESD | |
kAOD |
Definition at line 76 of file AliAnalysisTaskEmcalLight.h.
AliAnalysisTaskEmcalLight::AliAnalysisTaskEmcalLight | ( | ) |
Default constructor.
Definition at line 62 of file AliAnalysisTaskEmcalLight.cxx.
AliAnalysisTaskEmcalLight::AliAnalysisTaskEmcalLight | ( | const char * | name, |
Bool_t | histo = kFALSE |
||
) |
Standard constructor. Should be used by the user.
Note: This constructor also handles the general histograms. In case the second parameter is true, then general histograms (see UserCreateOutputObjects and FillHistograms) are created and filled by the task, and a container is provided handling the user histograms.
[in] | name | Name of the task |
[in] | histo | If true then general histograms are filled by the task |
Definition at line 155 of file AliAnalysisTaskEmcalLight.cxx.
|
virtual |
Destructor
Definition at line 250 of file AliAnalysisTaskEmcalLight.cxx.
|
private |
|
inline |
Definition at line 143 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA_QAtrain(), and AliEmcalTriggerQATask::AddTaskEmcalTriggerQA_QAtrain().
AliClusterContainer * AliAnalysisTaskEmcalLight::AddClusterContainer | ( | std::string | branchName, |
std::string | contName = "" |
||
) |
Create new cluster container and attach it to the task. The name provided to this function must match the name of the array attached to the new container inside the input event.
[in] | branchName | Name of the array the container points to |
[in] | contName | Name of the container points to (optional) |
Definition at line 1092 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskDmesonJets::AddTaskDmesonJets(), AliAnalysisTaskDmesonJetsDetectorResponse::AddTaskDmesonJetsDetectorResponse(), AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA(), AliAnalysisTaskEmcalJetSpectraQA::AddTaskEmcalJetSpectraQA(), AliAnalysisTaskEmcalJetTreeBase::AddTaskEmcalJetTree(), AliAnalysisTaskJetUEStudies::AddTaskJetUEStudies(), AliAnalysisTaskRhoBaseDev::AddTaskRhoBaseDev(), AliAnalysisTaskRhoDev::AddTaskRhoDev(), and AliAnalysisTaskRhoTransDev::AddTaskRhoTransDev().
|
protected |
Add object to event
[in] | obj | Object to be added |
[in] | attempt | If true don't handle error |
Definition at line 1134 of file AliAnalysisTaskEmcalLight.cxx.
AliParticleContainer * AliAnalysisTaskEmcalLight::AddParticleContainer | ( | std::string | branchName, |
std::string | contName = "" |
||
) |
Create new particle container and attach it to the task. The name provided to this function must match the name of the array attached to the new container inside the input event.
[in] | branchName | Name of the array the container points to |
[in] | contName | Name of the container points to (optional) |
Definition at line 1067 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA(), AliAnalysisTaskEmcalJetSpectraQA::AddTaskEmcalJetSpectraQA(), AliAnalysisTaskEmcalJetTreeBase::AddTaskEmcalJetTree(), AliAnalysisTaskJetUEStudies::AddTaskJetUEStudies(), AliAnalysisTaskRhoBaseDev::AddTaskRhoBaseDev(), AliAnalysisTaskRhoDev::AddTaskRhoDev(), and AliAnalysisTaskRhoTransDev::AddTaskRhoTransDev().
|
inline |
Definition at line 144 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 111 of file AliAnalysisTaskEmcalLight.h.
Referenced by AddClusterContainer().
|
inline |
Definition at line 110 of file AliAnalysisTaskEmcalLight.h.
Referenced by AddParticleContainer(), AliAnalysisTaskDmesonJets::AddTaskDmesonJets(), and AliAnalysisTaskDmesonJetsDetectorResponse::AddTaskDmesonJetsDetectorResponse().
|
staticprotected |
Determine the beam type based on hard-coded run ranges
runnumber | run number |
Definition at line 1316 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA_QAtrain(), and AliEmcalTriggerQATask::AddTaskEmcalTriggerQA_QAtrain().
|
protected |
Filter the mc tails in pt-hard distributions See https://twiki.cern.ch/twiki/bin/view/ALICE/JetMCProductionsCrossSections#How_to_reject_tails_in_the_pT_ha
Definition at line 1337 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by IsEventSelected().
|
inline |
Definition at line 145 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 146 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 152 of file AliAnalysisTaskEmcalLight.h.
|
inlinestaticprotected |
Calculate Delta Phi.
[in] | phia | \( \phi \) of the first particle |
[in] | phib | \( \phi \) of the second particle |
[in] | rangeMin | Minimum \( \phi \) range |
[in] | rangeMax | Maximum \( \phi \) range |
Definition at line 308 of file AliAnalysisTaskEmcalLight.h.
|
protectedvirtual |
Perform steps needed to initialize the analysis. This function relies on the presence of an input event (ESD or AOD event). Consequently it is called internally by UserExec for the first event.
This function connects all containers attached to this task to the corresponding arrays in the input event. Furthermore it initializes the geometry.
Reimplemented in AliAnalysisTaskDmesonJets, AliAnalysisTaskDmesonJetsDetectorResponse, AliAnalysisTaskEmcalJetQA, AliAnalysisTaskEmcalRun2QA, AliEmcalTriggerQATask, AliAnalysisTaskRhoBaseDev, AliAnalysisTaskJetUEStudies, AliAnalysisTaskEmcalJetLight, and AliAnalysisTaskEmcalOccupancy.
Definition at line 687 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalOccupancy::ExecOnce(), AliAnalysisTaskEmcalJetLight::ExecOnce(), AliEmcalTriggerQATask::ExecOnce(), AliAnalysisTaskEmcalRun2QA::ExecOnce(), AliAnalysisTaskEmcalJetQA::ExecOnce(), AliAnalysisTaskDmesonJets::ExecOnce(), and UserExec().
Filling general histrograms. Among the general histograms that are filled only in case of running over MC productions are
[in] | eventSelected | flag that tells the method whether event selection has been performed already (a different set of histograms is filled) |
Definition at line 451 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by UserExec().
|
inlineprotectedvirtual |
This function optionally fills histograms created by the users. Can access data previously handled by the user Run function.
Reimplemented in AliAnalysisTaskDmesonJets, AliAnalysisTaskEmcalJetTree< T, U >, AliAnalysisTaskDmesonJetsDetectorResponse, AliAnalysisTaskEmcalJetSpectraQA, AliAnalysisTaskEmcalJetQA, AliAnalysisTaskEmcalRun2QA, AliEmcalTriggerQATask, AliAnalysisTaskRhoBaseDev, AliAnalysisTaskRhoTransDev, AliAnalysisTaskRhoDev, and AliAnalysisTaskJetUEStudies.
Definition at line 181 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserExec().
|
inlinestaticprotected |
Generate array with fixed binning within min and max with n bins. The array containing the bin edges set will be created by this function. Attention, this function does not take care about memory it allocates - the array needs to be deleted outside of this function
[in] | n | Number of bins |
[in] | min | Minimum value for the binning |
[in] | max | Maximum value for the binning |
Definition at line 351 of file AliAnalysisTaskEmcalLight.h.
|
inlinestaticprotected |
Generate array with fixed binning within min and max with n bins. The parameter array will contain the bin edges set by this function. Attention, the array needs to be provided from outside with a size of n+1
[in] | n | Number of bins |
[in] | min | Minimum value for the binning |
[in] | max | Maximum value for the binning |
[out] | array | Array containing the bin edges |
Definition at line 333 of file AliAnalysisTaskEmcalLight.h.
|
protected |
Read a TClonesArray from event. Attention: Both the name of the array and the name of the object stored inside must match.
[in] | name | Name of the array to be read in |
[in] | clname | Name of the type of the objects stored in the array |
Definition at line 911 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by ExecOnce().
|
protected |
Get beam type : pp-AA-pA ESDs have it directly, AODs get it from hardcoded run number ranges
Definition at line 757 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by RetrieveEventObjects().
AliClusterContainer * AliAnalysisTaskEmcalLight::GetClusterContainer | ( | std::string | name | ) | const |
Find cluster container attached to this task according to its name
[in] | name | Name of the cluster container |
Definition at line 1122 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by CheckMCOutliers(), and AliAnalysisTaskEmcalOccupancy::Run().
|
staticprotected |
Calculate \(\phi\) and \(\eta\) difference between a track (t) and a cluster (c). The position of the track is obtained on the EMCAL surface
[in] | t | Track to check |
[in] | v | Cluster to check |
[out] | phidiff | Distance in \(\phi\) between cluster and track |
[out] | etadiff | Distance in \(\eta\) between cluster and track |
Definition at line 1243 of file AliAnalysisTaskEmcalLight.cxx.
|
inline |
Definition at line 114 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 132 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliEmcalTriggerQATask::AliEmcalTriggerQATask(), AliAnalysisTaskEmcalJetSpectraQA::AllocateTHX(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), and AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects().
|
staticprotected |
Calculates the fraction of momentum z of part 1 w.r.t. part 2 in the direction of part 2.
[in] | part1 | Momentum vector for which the relative fraction is calculated |
[in] | part2 | Reference momentum vector for the calculation |
Definition at line 1214 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalJetSpectraQA::FillHistograms().
|
staticprotected |
Calculates the fraction of momentum z of vect 1 w.r.t. part 2 in the direction of part 2.
[in] | vect1 | Momentum vector for which the relative fraction is calculated |
[in] | part2 | Reference momentum vector for the calculation |
Definition at line 1228 of file AliAnalysisTaskEmcalLight.cxx.
AliParticleContainer * AliAnalysisTaskEmcalLight::GetParticleContainer | ( | std::string | name | ) | const |
Find particle container attached to this task according to its name
[in] | name | Name of the particle container |
Definition at line 1110 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by CheckMCOutliers(), GetMCParticleContainer(), and GetTrackContainer().
|
inline |
Definition at line 115 of file AliAnalysisTaskEmcalLight.h.
|
staticprotected |
Get track type encoded from bits 20 and 21.
[in] | t | Track to check |
Definition at line 1267 of file AliAnalysisTaskEmcalLight.cxx.
|
staticprotected |
Return track type: 0 = filterBit1, 1 = filterBit2 && ITS, 2 = filterBit2 && !ITS. Returns 3 if filterBit1 and filterBit2 do not test. WARNING: only works with AOD tracks and AOD filter bits must be provided. Otherwise will always return 0.
aodTrack | |
filterBit1 | |
filterBit2 |
Definition at line 1288 of file AliAnalysisTaskEmcalLight.cxx.
|
protectedvirtual |
Performing event selection. This contains
Note that for the vertex selection both the usage of the analysis util and the range of the z-position of the primary vertex need to be specified.
In case the event is rejected, a histogram monitoring the rejeciton reason is filled with the bin corresponding to the source of the rejection of the current event.
Definition at line 812 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by RetrieveEventObjects(), and UserExec().
|
protected |
Determines if a track is inside the EMCal acceptance, using \(\eta\)/ \(\phi\) at the vertex (no propagation). Includes +/- edges. Useful to determine whether track propagation should be attempted.
[in] | part | Particle to check |
[in] | edges | Size of the edges in \(\phi\) excluded from the EMCAL acceptance |
Definition at line 1153 of file AliAnalysisTaskEmcalLight.cxx.
|
inline |
Definition at line 150 of file AliAnalysisTaskEmcalLight.h.
|
private |
|
protected |
Get the cross section and the trails either from pyxsec.root or from pysec_hists.root Get the pt hard bin from the file path This is to called in Notify and should provide the path to the AOD/ESD file (Partially copied from AliAnalysisHelperJetTasks)
[in] | currFile | Name of the current ESD/AOD file |
[out] | fXsec | Cross section calculated by PYTHIA |
[out] | fTrials | Number of trials needed by PYTHIA |
[out] | pthard | \( p_{t} \)-hard bin, extracted from path name |
Definition at line 549 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by UserNotify().
|
inline |
Definition at line 117 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 116 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 148 of file AliAnalysisTaskEmcalLight.h.
|
protectedvirtual |
Retrieve objects from event.
Reimplemented in AliAnalysisTaskEmcalJetQA, AliAnalysisTaskEmcalRun2QA, and AliAnalysisTaskEmcalJetLight.
Definition at line 942 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalJetLight::RetrieveEventObjects(), AliAnalysisTaskEmcalRun2QA::RetrieveEventObjects(), AliAnalysisTaskEmcalJetQA::RetrieveEventObjects(), and UserExec().
|
inlineprotectedvirtual |
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
Reimplemented in AliAnalysisTaskDmesonJets, AliAnalysisTaskDmesonJetsDetectorResponse, AliEmcalTriggerQATask, AliAnalysisTaskRhoBaseDev, AliAnalysisTaskJetUEStudies, and AliAnalysisTaskEmcalOccupancy.
Definition at line 189 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserExec().
|
inline |
Definition at line 120 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA(), and AliEmcalTriggerQATask::AddTaskEmcalTriggerQA().
|
inline |
Definition at line 121 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 122 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliEmcalTriggerQATask::AddTaskEmcalTriggerQA().
|
inline |
Definition at line 131 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 128 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliEmcalTriggerQATask::AddTaskEmcalTriggerQA_QAtrain().
|
inline |
Definition at line 123 of file AliAnalysisTaskEmcalLight.h.
Definition at line 137 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 151 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 155 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 125 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA_QAtrain(), AliEmcalTriggerQATask::AddTaskEmcalTriggerQA_QAtrain(), and AliEmcalTriggerQATask::AliEmcalTriggerQATask().
|
inline |
Definition at line 124 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 149 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 129 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskDmesonJets::AliAnalysisTaskDmesonJets(), AliAnalysisTaskEmcalJetFlavourTagExample::AliAnalysisTaskEmcalJetFlavourTagExample(), AliAnalysisTaskEmcalJetQA::AliAnalysisTaskEmcalJetQA(), AliAnalysisTaskEmcalJetSpectraQA::AliAnalysisTaskEmcalJetSpectraQA(), AliAnalysisTaskEmcalOccupancy::AliAnalysisTaskEmcalOccupancy(), AliAnalysisTaskJetUE::AliAnalysisTaskJetUE(), AliAnalysisTaskJetUEStudies::AliAnalysisTaskJetUEStudies(), AliAnalysisTaskRhoBaseDev::AliAnalysisTaskRhoBaseDev(), AliEmcalTriggerQATask::AliEmcalTriggerQATask(), and AliAnalysisTaskEmcalRun2QA::InitConstants().
|
inline |
Definition at line 142 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 147 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 140 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 130 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetSpectraQA::AddTaskEmcalJetSpectraQA(), AliAnalysisTaskEmcalJetTreeBase::AddTaskEmcalJetTree(), AliAnalysisTaskJetUEStudies::AddTaskJetUEStudies(), and AliAnalysisTaskEmcalOccupancy::AliAnalysisTaskEmcalOccupancy().
Definition at line 141 of file AliAnalysisTaskEmcalLight.h.
|
protected |
Definition at line 1172 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects(), and AliAnalysisTaskDmesonJets::UserCreateOutputObjects().
|
inline |
Definition at line 133 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 153 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 136 of file AliAnalysisTaskEmcalLight.h.
Definition at line 138 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA(), AliAnalysisTaskEmcalJetQA::AddTaskEmcalJetQA_QAtrain(), AliAnalysisTaskEmcalJetSpectraQA::AddTaskEmcalJetSpectraQA(), AliAnalysisTaskEmcalJetTreeBase::AddTaskEmcalJetTree(), and AliAnalysisTaskJetUEStudies::AddTaskJetUEStudies().
|
inline |
Definition at line 139 of file AliAnalysisTaskEmcalLight.h.
|
inline |
Definition at line 154 of file AliAnalysisTaskEmcalLight.h.
|
protected |
Performing run-independent initialization. This consists of
Attention: Histograms are only created in case the task is configured for this (second argument in the named constructor). In this case the container fOuput is created which can be used by the users to handle and store their histograms. In this case the users must overwrite this function in their tasks and call this function right at the beginning of their function.
The general QA histograms monitor event related observables like the z-position of the primary vertex before and after event selection, the trigger classes selecting the event and the event rejection reason, but also Monte-Carlo related observables like the cross section, the number of trials and the \( p_{t} \)-hard bin in case of a corresponding production.
Definition at line 275 of file AliAnalysisTaskEmcalLight.cxx.
Referenced by AliAnalysisTaskEmcalOccupancy::UserCreateOutputObjects(), AliAnalysisTaskJetUEStudies::UserCreateOutputObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects(), AliEmcalTriggerQATask::UserCreateOutputObjects(), and AliAnalysisTaskDmesonJets::UserCreateOutputObjects().
|
protected |
Event loop, called for each event. The function consists of three steps:
Users must not overwrite this function. Instead the virtual function Run should be user and implemented by the user. The return value of the Run function decides on whether general histograms are filled.
In case the task is not yet initialized, which is the case for the first event, the UserExec performs several basic initilization steps, documented in the functions ExecOnce. Note that this is only done for the first event and only for properties which need the presence of an input event.
[in] | option | Not used |
Definition at line 505 of file AliAnalysisTaskEmcalLight.cxx.
|
protected |
Notifying the user that the input data file has changed and performing steps needed to be done.
This function is of relevance for analysis of Monte-Carlo productions in \( p_{t} \)-hard bins as it reads the pythia cross section and the number of trials from the file pyxsec.root and fills the relevant distributions with the values obtained.
Definition at line 638 of file AliAnalysisTaskEmcalLight.cxx.
|
protected |
list of accepted trigger classes
Definition at line 235 of file AliAnalysisTaskEmcalLight.h.
Referenced by AddAcceptedTriggerClass(), ClearAcceptedTriggerClasses(), and IsEventSelected().
|
protected |
!event beam type
Definition at line 262 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::RetrieveEventObjects(), AliAnalysisTaskEmcalJetQA::RetrieveEventObjects(), and RetrieveEventObjects().
|
protected |
!cells
Definition at line 248 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::DoCellLoop(), AliAnalysisTaskEmcalJetQA::DoCellLoop(), AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), AliAnalysisTaskEmcalJetQA::DoClusterLoop(), ExecOnce(), AliAnalysisTaskEmcalRun2QA::FillHistograms(), AliEmcalTriggerQATask::FillHistograms(), and AliAnalysisTaskEmcalJetQA::FillHistograms().
|
protected |
name of calo cell collection
Definition at line 214 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::DoCellLoop(), AliAnalysisTaskEmcalJetQA::DoCellLoop(), AliAnalysisTaskEmcalRun2QA::ExecOnce(), AliAnalysisTaskEmcalJetQA::ExecOnce(), ExecOnce(), SetCaloCellsName(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), and AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects().
|
protected |
trigger patch info array name
Definition at line 216 of file AliAnalysisTaskEmcalLight.h.
Referenced by ExecOnce(), and SetCaloTriggerPatchInfoName().
|
protected |
!calo triggers
Definition at line 249 of file AliAnalysisTaskEmcalLight.h.
Referenced by ExecOnce(), and AliEmcalTriggerQATask::FillHistograms().
|
protected |
name of calo triggers collection
Definition at line 215 of file AliAnalysisTaskEmcalLight.h.
Referenced by ExecOnce(), and SetCaloTriggersName().
|
protected |
!event centrality
Definition at line 251 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskRhoBaseDev::CalculateRho(), FillGeneralHistograms(), AliAnalysisTaskJetUEStudies::FillHistograms(), AliAnalysisTaskRhoDev::FillHistograms(), AliAnalysisTaskRhoTransDev::FillHistograms(), AliAnalysisTaskRhoBaseDev::FillHistograms(), AliAnalysisTaskEmcalRun2QA::FillHistograms(), AliAnalysisTaskEmcalJetQA::FillHistograms(), AliAnalysisTaskEmcalJetSpectraQA::FillHistograms(), AliAnalysisTaskEmcalJetTreeBase::AliEmcalJetEventInfoSummaryPbPb::Reset(), RetrieveEventObjects(), AliAnalysisTaskEmcalOccupancy::Run(), AliAnalysisTaskRhoBaseDev::Run(), AliAnalysisTaskDmesonJets::Run(), AliAnalysisTaskDmesonJets::AnalysisEngine::RunDetectorLevelAnalysis(), AliAnalysisTaskDmesonJets::AnalysisEngine::RunParticleLevelAnalysis(), and AliAnalysisTaskEmcalJetTreeBase::AliEmcalJetEventInfoSummaryPbPb::Set().
|
protected |
!event centrality bin
Definition at line 252 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::DoCellLoop(), AliAnalysisTaskEmcalJetQA::DoCellLoop(), AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), AliAnalysisTaskEmcalJetQA::DoClusterLoop(), AliAnalysisTaskEmcalJetQA::DoTrackLoop(), AliAnalysisTaskJetUEStudies::FillHistograms(), AliAnalysisTaskRhoBaseDev::FillHistograms(), AliEmcalTriggerQATask::FillHistograms(), AliAnalysisTaskEmcalJetQA::FillHistograms(), AliAnalysisTaskEmcalJetSpectraQA::FillHistograms(), AliAnalysisTaskEmcalJetSpectraQA::FillTHX(), and RetrieveEventObjects().
|
protected |
how many centrality bins
Definition at line 209 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalLight(), AliAnalysisTaskJetUEStudies::FillHistograms(), AliAnalysisTaskRhoBaseDev::FillHistograms(), GetNCentBins(), RetrieveEventObjects(), SetCentBins(), AliAnalysisTaskJetUEStudies::UserCreateOutputObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
name of the centrality estimator
Definition at line 217 of file AliAnalysisTaskEmcalLight.h.
Referenced by RetrieveEventObjects(), and SetCentralityEstimator().
|
protected |
Centrality estimation.
Definition at line 210 of file AliAnalysisTaskEmcalLight.h.
Referenced by RetrieveEventObjects(), SetCentralityEstimation(), and UserCreateOutputObjects().
|
protected |
cluster collection array
Definition at line 222 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetLight::AddJetContainer(), AdoptClusterContainer(), AliAnalysisTaskEmcalJetSpectraQA::AllocateTHnSparse(), AliAnalysisTaskJetUE::CalculateEventProperties(), AliAnalysisTaskRhoTransDev::CalculateRho(), AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), AliAnalysisTaskEmcalJetQA::DoClusterLoop(), AliAnalysisTaskEmcalRun2QA::ExecOnce(), AliAnalysisTaskEmcalJetQA::ExecOnce(), ExecOnce(), AliAnalysisTaskDmesonJets::ExecOnce(), GetClusterContainer(), AliAnalysisTaskJetUEStudies::GetJetCone(), RemoveClusterContainer(), RetrieveEventObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::VerifyContainers(), and ~AliAnalysisTaskEmcalLight().
|
protected |
whether or not create histograms
Definition at line 207 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalLight(), AliAnalysisTaskRhoDev::UserCreateOutputObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::UserCreateOutputObjects(), UserCreateOutputObjects(), UserExec(), and UserNotify().
|
protected |
!data type (ESD or AOD)
Definition at line 246 of file AliAnalysisTaskEmcalLight.h.
Referenced by RetrieveEventObjects(), and UserCreateOutputObjects().
|
protected |
!event plane V0
Definition at line 253 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetQA::DoClusterLoop(), FillGeneralHistograms(), AliAnalysisTaskEmcalRun2QA::FillHistograms(), AliAnalysisTaskEmcalJetQA::FillHistograms(), AliAnalysisTaskEmcalJetSpectraQA::FillHistograms(), and RetrieveEventObjects().
|
protected |
!event plane V0A
Definition at line 254 of file AliAnalysisTaskEmcalLight.h.
Referenced by RetrieveEventObjects().
|
protected |
!event plane V0C
Definition at line 255 of file AliAnalysisTaskEmcalLight.h.
Referenced by RetrieveEventObjects().
|
protected |
If kTRUE, the event selection is performed after Run() but before FillHistograms()
Definition at line 242 of file AliAnalysisTaskEmcalLight.h.
Referenced by SetEventSelectionAfterRun(), and UserExec().
|
protected |
!bit map of fired triggers
Definition at line 260 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and RetrieveEventObjects().
|
protected |
!trigger classes fired by the current event
Definition at line 261 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), IsEventSelected(), and RetrieveEventObjects().
|
protected |
forced beam type
Definition at line 205 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetSpectraQA::AllocateTHnSparse(), GetBeamType(), AliAnalysisTaskEmcalOccupancy::Run(), SetForceBeamType(), AliAnalysisTaskJetUEStudies::UserCreateOutputObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects(), UserCreateOutputObjects(), and AliAnalysisTaskDmesonJets::UserCreateOutputObjects().
|
protected |
whether or not it should fill some general histograms
Definition at line 206 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), SetMakeGeneralHistograms(), UserCreateOutputObjects(), UserExec(), and UserNotify().
|
protected |
!emcal geometry
Definition at line 247 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::DoCellLoop(), AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), AliAnalysisTaskEmcalJetQA::DoClusterLoop(), AliAnalysisTaskEmcalOccupancy::ExecOnce(), AliAnalysisTaskEmcalRun2QA::ExecOnce(), ExecOnce(), AliAnalysisTaskDmesonJets::ExecOnce(), AliEmcalTriggerQATask::FillHistograms(), AliAnalysisTaskEmcalJetQA::GetFcross(), IsTrackInEmcalAcceptance(), and AliAnalysisTaskEmcalOccupancy::Run().
|
staticprotected |
phi value used to distinguish between DCal and EMCal
Definition at line 202 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), and AliAnalysisTaskEmcalJetQA::DoClusterLoop().
|
protected |
!event centrality distribution
Definition at line 283 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!event centrality distribution (no event selection)
Definition at line 276 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!incoming and selected events
Definition at line 285 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserCreateOutputObjects(), and UserExec().
|
protected |
!event plane distribution
Definition at line 284 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!event plane distribution (no event selection)
Definition at line 277 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!book keep reasons for rejecting event
Definition at line 286 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and UserCreateOutputObjects().
|
protected |
!total number of events per pt hard bin
Definition at line 288 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!total number of events per pt hard bin after selection
Definition at line 279 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!total number of events per pt hard bin after selection (no event selection)
Definition at line 272 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!trials from pyxsec.root
Definition at line 287 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!total number of trials per pt hard bin after selection
Definition at line 278 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!total number of trials per pt hard bin after selection (no event selection)
Definition at line 271 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!number of events in each trigger class
Definition at line 281 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!number of events in each trigger class (no event selection)
Definition at line 274 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!x section from pyxsec.root
Definition at line 289 of file AliAnalysisTaskEmcalLight.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!x section from pythia header
Definition at line 280 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!x section from pythia header (no event selection)
Definition at line 273 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!z vertex position
Definition at line 282 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!z vertex position (no event selection)
Definition at line 275 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
if it is a PYTHIA production
Definition at line 213 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), RetrieveEventObjects(), SetIsPythia(), UserCreateOutputObjects(), and UserNotify().
|
protected |
!whether or not the task has been already initialized
Definition at line 245 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalOccupancy::ExecOnce(), AliEmcalTriggerQATask::ExecOnce(), ExecOnce(), and UserExec().
|
protected |
max centrality for event selection
Definition at line 227 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetCentRange().
|
protected |
maximum pt hard for the minimum bias pt hard bin (MC)
Definition at line 234 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetMaxMinimumBiasPtHard().
|
protected |
select maximum pt hard (MC)
Definition at line 233 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetPtHardRange().
|
protected |
max vertex for event selection
Definition at line 229 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetVzRange().
|
protected |
upper limit for distance between primary and SPD vertex
Definition at line 230 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetZvertexDiffValue().
|
protected |
enable the filtering of events by tail rejection
Definition at line 237 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), ResetMCFilter(), and SetMCFilter().
|
protected |
min centrality for event selection
Definition at line 226 of file AliAnalysisTaskEmcalLight.h.
Referenced by SetCentRange().
|
protected |
minumum number of vertex contributors
Definition at line 231 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetMinNVertCont().
|
protected |
select minimum pt hard (MC)
Definition at line 232 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetPtHardRange().
|
protected |
min vertex for event selection
Definition at line 228 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetVzRange().
|
protected |
whether or not the task needs the emcal geometry
Definition at line 208 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalRun2QA::ExecOnce(), AliAnalysisTaskEmcalJetQA::ExecOnce(), ExecOnce(), and SetNeedEmcalGeom().
|
protected |
!event trials
Definition at line 266 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and RetrieveEventObjects().
|
protected |
!event vertex number of contributors
Definition at line 258 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and RetrieveEventObjects().
|
protected |
!event SPD vertex number of contributors
Definition at line 259 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and RetrieveEventObjects().
|
protected |
!output list
Definition at line 270 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalOccupancy::UserCreateOutputObjects(), AliAnalysisTaskJetUEStudies::UserCreateOutputObjects(), AliAnalysisTaskRhoDev::UserCreateOutputObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetSpectraQA::UserCreateOutputObjects(), AliEmcalTriggerQATask::UserCreateOutputObjects(), UserCreateOutputObjects(), AliAnalysisTaskDmesonJets::UserCreateOutputObjects(), and UserExec().
|
protected |
particle/track collection array
Definition at line 220 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalJetLight::AddJetContainer(), AdoptParticleContainer(), AliAnalysisTaskEmcalJetSpectraQA::AllocateTHnSparse(), AliAnalysisTaskJetUE::CalculateEventProperties(), AliAnalysisTaskRhoTransDev::CalculateRho(), AliAnalysisTaskEmcalJetQA::DoTrackLoop(), ExecOnce(), AliAnalysisTaskDmesonJets::ExecOnce(), AliAnalysisTaskEmcalJetSpectraQA::FillHistograms(), AliAnalysisTaskJetUEStudies::GetJetCone(), GetParticleContainer(), RemoveParticleContainer(), RetrieveEventObjects(), AliAnalysisTaskRhoBaseDev::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::UserCreateOutputObjects(), AliAnalysisTaskEmcalJetQA::UserCreateOutputObjects(), AliAnalysisTaskEmcalRun2QA::UserCreateOutputObjects(), AliAnalysisTaskRhoTransDev::VerifyContainers(), and ~AliAnalysisTaskEmcalLight().
|
protected |
!event pt hard
Definition at line 265 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), FillGeneralHistograms(), IsEventSelected(), and RetrieveEventObjects().
|
protected |
Factor between ptHard and cluster pT to reject/accept event.
Definition at line 239 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), ClusterPtFactor(), and SetClusterPtFactor().
|
protected |
Factor between ptHard and jet pT to reject/accept event.
Definition at line 238 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), JetPtFactor(), and SetJetPtFactor().
|
protected |
Factor between ptHard and track pT to reject/accept event.
Definition at line 240 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), SetTrackPtFactor(), and TrackPtFactor().
|
protected |
!event pt hard
Definition at line 264 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and UserNotify().
|
protected |
!event Pythia header
Definition at line 263 of file AliAnalysisTaskEmcalLight.h.
Referenced by CheckMCOutliers(), and RetrieveEventObjects().
|
protected |
list of accepted trigger classes
Definition at line 236 of file AliAnalysisTaskEmcalLight.h.
Referenced by AddRejectedTriggerClass(), ClearRejectedTriggerClasses(), and IsEventSelected().
|
protected |
Switch off faulty tree branches in LHC15o AOD trees.
Definition at line 241 of file AliAnalysisTaskEmcalLight.h.
Referenced by ExecOnce(), and SetSwitchOffLHC15oFaultyBranches().
|
protected |
!trigger patch info array
Definition at line 250 of file AliAnalysisTaskEmcalLight.h.
Referenced by ExecOnce().
|
protected |
trigger selection bit map
Definition at line 225 of file AliAnalysisTaskEmcalLight.h.
Referenced by IsEventSelected(), and SetTriggerSelectionBitMap().
|
protected |
!event vertex
Definition at line 256 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalLight(), FillGeneralHistograms(), AliAnalysisTaskEmcalJetSpectraQA::FillHistograms(), IsEventSelected(), AliAnalysisTaskEmcalRun2QA::RetrieveEventObjects(), AliAnalysisTaskEmcalJetQA::RetrieveEventObjects(), and RetrieveEventObjects().
|
protected |
!event Svertex
Definition at line 257 of file AliAnalysisTaskEmcalLight.h.
Referenced by AliAnalysisTaskEmcalLight(), IsEventSelected(), and RetrieveEventObjects().
|
protected |
!x-section from pythia header
Definition at line 267 of file AliAnalysisTaskEmcalLight.h.
Referenced by FillGeneralHistograms(), and RetrieveEventObjects().