![]() |
AliPhysics
75b74d3 (75b74d3)
|
Base task in the EMCAL framework. More...
#include <AliAnalysisTaskEmcal.h>
Public Types | |
enum | BeamType { kNA = -1, kpp = 0, kAA = 1, kpA = 2 } |
enum | TriggerType { kND = -1, kJ1 = 0, kJ2 = 1, kG1 = 2, kG2 = 3, kL0 = 4 } |
Switch for EMCAL trigger types. More... | |
enum | TriggerCategory { kTriggerLevel0 = 0, kTriggerLevel1Jet = 1, kTriggerLevel1Gamma = 2, kTriggerRecalcJet = 3, kTriggerRecalcGamma = 4 } |
Online trigger categories. More... | |
enum | EMCalTriggerMode_t { kNoSpecialTreatment, kOverlapWithLowThreshold } |
Handling of the EMCAL trigger thresholds. More... | |
Protected Member Functions | |
void | LoadPythiaInfo (AliVEvent *event) |
void | SetRejectionReasonLabels (TAxis *axis) |
Bool_t | AcceptCluster (AliVCluster *clus, Int_t c=0) const |
Bool_t | AcceptTrack (AliVParticle *track, Int_t c=0) const |
void | AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE) |
AliVParticle * | GetAcceptParticleFromArray (Int_t p, Int_t c=0) const |
AliVCluster * | GetAcceptClusterFromArray (Int_t cl, Int_t c=0) const |
TClonesArray * | GetArrayFromEvent (const char *name, const char *clname=0) |
BeamType | GetBeamType () |
TClonesArray * | GetParticleArray (Int_t i=0) const |
TClonesArray * | GetClusterArray (Int_t i=0) const |
Int_t | GetNParticles (Int_t i=0) const |
Int_t | GetNClusters (Int_t i=0) const |
AliEMCALTriggerPatchInfo * | GetMainTriggerPatch (TriggerCategory triggersel=kTriggerLevel1Jet, Bool_t doOfflinSimple=kFALSE) |
Bool_t | HasTriggerType (TriggerType triggersel) |
ULong_t | GetTriggerList () |
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 |
void | GeneratePythiaInfoObject (AliMCEvent *mcEvent) |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *option) |
Bool_t | UserNotify () |
virtual void | ExecOnce () |
virtual Bool_t | FillGeneralHistograms () |
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) |
Protected Attributes | |
TString | fPythiaInfoName |
phi value used to distinguish between DCal and EMCal More... | |
BeamType | fForceBeamType |
name of pythia info object More... | |
Bool_t | fGeneralHistograms |
forced beam type More... | |
Bool_t | fInitialized |
whether or not it should fill some general histograms More... | |
Bool_t | fCreateHisto |
whether or not the task has been already initialized More... | |
TString | fCaloCellsName |
whether or not create histograms More... | |
TString | fCaloTriggersName |
name of calo cell collection More... | |
TString | fCaloTriggerPatchInfoName |
name of calo triggers collection More... | |
Double_t | fMinCent |
trigger patch info array name More... | |
Double_t | fMaxCent |
min centrality for event selection More... | |
Double_t | fMinVz |
max centrality for event selection More... | |
Double_t | fMaxVz |
min vertex for event selection More... | |
Double_t | fTrackPtCut |
max vertex for event selection More... | |
Int_t | fMinNTrack |
cut on track pt in event selection More... | |
Bool_t | fUseAliAnaUtils |
minimum nr of tracks in event with pT>fTrackPtCut More... | |
Bool_t | fRejectPileup |
used for LHC13* data: z-vtx, Ncontributors, z-vtx resolution cuts More... | |
Bool_t | fTklVsClusSPDCut |
Reject pilup using function AliAnalysisUtils::IsPileUpEvent() More... | |
UInt_t | fOffTrigger |
Apply tracklet-vs-cluster SPD cut to reject background events in pp. More... | |
TString | fTrigClass |
offline trigger for event selection More... | |
TriggerType | fTriggerTypeSel |
trigger class name for event selection More... | |
Int_t | fNbins |
trigger type to select based on trigger patches More... | |
Double_t | fMinBinPt |
no. of pt bins More... | |
Double_t | fMaxBinPt |
min pt in histograms More... | |
Double_t | fMinPtTrackInEmcal |
max pt in histograms More... | |
Double_t | fEventPlaneVsEmcal |
min pt track in emcal More... | |
Double_t | fMinEventPlane |
select events which have a certain event plane wrt the emcal More... | |
Double_t | fMaxEventPlane |
minimum event plane value More... | |
TString | fCentEst |
maximum event plane value More... | |
Bool_t | fIsEmbedded |
name of V0 centrality estimator More... | |
Bool_t | fIsPythia |
trigger, embedded signal More... | |
Int_t | fSelectPtHardBin |
trigger, if it is a PYTHIA production More... | |
Int_t | fMinMCLabel |
select one pt hard bin for analysis More... | |
Int_t | fMCLabelShift |
minimum MC label value for the tracks/clusters being considered MC particles More... | |
Int_t | fNcentBins |
if MC label > fMCLabelShift, MC label -= fMCLabelShift More... | |
Bool_t | fNeedEmcalGeom |
how many centrality bins More... | |
TObjArray | fParticleCollArray |
whether or not the task needs the emcal geometry More... | |
TObjArray | fClusterCollArray |
particle/track collection array More... | |
ULong_t | fTriggers |
cluster collection array More... | |
EMCalTriggerMode_t | fEMCalTriggerMode |
list of fired triggers More... | |
Bool_t | fUseNewCentralityEstimation |
EMCal trigger selection mode. More... | |
Bool_t | fGeneratePythiaInfoObject |
Use new centrality estimation (for 2015 data) More... | |
AliAnalysisUtils * | fAliAnalysisUtils |
Generate Pythia info object. More... | |
Bool_t | fIsEsd |
!whether it's an ESD analysis More... | |
AliEMCALGeometry * | fGeom |
!emcal geometry More... | |
TClonesArray * | fTracks |
!tracks More... | |
TClonesArray * | fCaloClusters |
!clusters 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... | |
Int_t | fNVertCont |
!event vertex number of contributors More... | |
BeamType | fBeamType |
!event beam type More... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
Double_t | fPtHard |
!event pt hard More... | |
Int_t | fPtHardBin |
!event pt hard bin More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
AliEmcalPythiaInfo * | fPythiaInfo |
!event parton info More... | |
TList * | fOutput |
!output list More... | |
TH1 * | fHistEventCount |
!incoming and selected events More... | |
TH1 * | fHistTrialsAfterSel |
!total number of trials per pt hard bin after selection More... | |
TH1 * | fHistEventsAfterSel |
!total number of events per pt hard bin after selection More... | |
TProfile * | fHistXsectionAfterSel |
!x section from pythia header 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... | |
TH1 * | fHistPtHard |
!pt hard distribution More... | |
TH1 * | fHistCentrality |
!event centrality distribution More... | |
TH1 * | fHistZVertex |
!z vertex position More... | |
TH1 * | fHistEventPlane |
!event plane distribution More... | |
TH1 * | fHistEventRejection |
!book keep reasons for rejecting event More... | |
TH1 * | fHistTriggerClasses |
!number of events in each trigger class More... | |
Static Protected Attributes | |
static Double_t | fgkEMCalDCalPhiDivide = 4. |
Private Member Functions | |
AliAnalysisTaskEmcal (const AliAnalysisTaskEmcal &) | |
AliAnalysisTaskEmcal & | operator= (const AliAnalysisTaskEmcal &) |
Base task in the EMCAL framework.
Definition at line 41 of file AliAnalysisTaskEmcal.h.
Enumerator | |
---|---|
kNA |
Undefined. |
kpp |
Proton-Proton. |
kAA |
Nucleus-Nucleus. |
kpA |
Proton-Nucleus. |
Definition at line 48 of file AliAnalysisTaskEmcal.h.
Handling of the EMCAL trigger thresholds.
Enumerator | |
---|---|
kNoSpecialTreatment |
No special treatment for EMCal triggers. |
kOverlapWithLowThreshold |
The overlap between low and high threshold trigger is assigned to the lower threshold only. |
Definition at line 84 of file AliAnalysisTaskEmcal.h.
Online trigger categories.
Definition at line 72 of file AliAnalysisTaskEmcal.h.
Switch for EMCAL trigger types.
Definition at line 59 of file AliAnalysisTaskEmcal.h.
AliAnalysisTaskEmcal::AliAnalysisTaskEmcal | ( | ) |
Default constructor.
Definition at line 62 of file AliAnalysisTaskEmcal.cxx.
AliAnalysisTaskEmcal::AliAnalysisTaskEmcal | ( | const char * | name, |
Bool_t | histo = kFALSE |
||
) |
Standard constructor.
[in] | name | Name of the task |
[in] | histo | If true then general histograms are filled by the task |
Definition at line 154 of file AliAnalysisTaskEmcal.cxx.
|
virtual |
Destructor
Definition at line 248 of file AliAnalysisTaskEmcal.cxx.
|
private |
|
protected |
Check whether cluster is accepted under the cluster selection specified in the cluster container stored under index c
[in] | clus | EMCAL cluster to be accepted |
[in] | c | Index of the cluster container |
Definition at line 509 of file AliAnalysisTaskEmcal.cxx.
|
protected |
Check whether track is accepted under the track selection specified in the track container stored under index c
[in] | track | Track to be checked |
[in] | c | Index of the track container |
Definition at line 532 of file AliAnalysisTaskEmcal.cxx.
AliClusterContainer * AliAnalysisTaskEmcal::AddClusterContainer | ( | const char * | n | ) |
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] | n | Name of the container and the array the container points to |
Definition at line 1310 of file AliAnalysisTaskEmcal.cxx.
Referenced by SetClusName().
AliMCParticleContainer * AliAnalysisTaskEmcal::AddMCParticleContainer | ( | const char * | n | ) |
Create new container for MC particles 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] | n | Name of the container and the array the container points to |
Definition at line 1256 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliEmcalTrackingQATask::SetGeneratorLevelName().
|
protected |
Add object to event
[in] | obj | Object to be added |
[in] | attempt | If true don't handle error |
Definition at line 1565 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliEmcalClusTrackMatcherTask::ExecOnce(), AliEmcalParticleMaker::ExecOnce(), and AliHadCorrTask::ExecOnce().
AliParticleContainer * AliAnalysisTaskEmcal::AddParticleContainer | ( | const char * | n | ) |
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] | n | Name of the container and the array the container points to |
Definition at line 1292 of file AliAnalysisTaskEmcal.cxx.
Referenced by SetTracksName().
AliTrackContainer * AliAnalysisTaskEmcal::AddTrackContainer | ( | const char * | n | ) |
Create new track 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] | n | Name of the container and the array the container points to |
Definition at line 1274 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliEmcalTrackingQATask::SetDetectorLevelName().
|
inline |
Definition at line 98 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 97 of file AliAnalysisTaskEmcal.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 293 of file AliAnalysisTaskEmcal.h.
|
protectedvirtual |
Init the analysis.
Reimplemented in AliEmcalTriggerMaker, AliEmcalTriggerQATask, AliAnalysisTaskEmcalTriggerPatchClusterMatch, AliEmcalTriggerMakerTask, AliEmcalTriggerQATaskPP, AliHadCorrTask, AliEmcalPatchFromCellMaker, AliAnalysisTaskEmcalSample, AliEmcalTrackingQATask, AliEmcalClusterMaker, AliEmcalClusTrackMatcherTask, AliEmcalParticleMaker, and AliEmcalTrackPropagatorTask.
Definition at line 691 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliEmcalTrackPropagatorTask::ExecOnce(), AliEmcalClusTrackMatcherTask::ExecOnce(), AliEmcalParticleMaker::ExecOnce(), AliEmcalClusterMaker::ExecOnce(), AliEmcalTrackingQATask::ExecOnce(), AliAnalysisTaskEmcalSample::ExecOnce(), AliEmcalPatchFromCellMaker::ExecOnce(), AliHadCorrTask::ExecOnce(), AliEmcalTriggerQATaskPP::ExecOnce(), AliEmcalTriggerMakerTask::ExecOnce(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::ExecOnce(), AliEmcalTriggerQATask::ExecOnce(), AliEmcalTriggerMaker::ExecOnce(), and UserExec().
|
protectedvirtual |
Definition at line 431 of file AliAnalysisTaskEmcal.cxx.
Referenced by UserExec().
|
inlineprotectedvirtual |
Reimplemented in AliEmcalTriggerQATask, AliAnalysisTaskEmcalTriggerPatchClusterMatch, AliEmcalTriggerQATaskPP, AliAnalysisTaskEmcalSample, and AliEmcalTrackingQATask.
Definition at line 178 of file AliAnalysisTaskEmcal.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 336 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTrackingQATask::GenerateHistoBins().
|
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 318 of file AliAnalysisTaskEmcal.h.
|
protected |
Copy some information about the Pythia event in a PythaInfo object
[in] | mcEvent | Monte Carlo event from which the information is obtained |
Definition at line 1746 of file AliAnalysisTaskEmcal.cxx.
Referenced by RetrieveEventObjects().
|
protected |
Get particle p if accepted from container c If particle not accepted return 0
[in] | cl | Index of the cluster inside the container |
[in] | c | Indexd of the cluster container |
Definition at line 1425 of file AliAnalysisTaskEmcal.cxx.
|
protected |
Get particle p if accepted from container with index c If particle not accepted return 0
[in] | p | Index of the particle inside the Particle container |
[in] | c | Index of the particle container |
Definition at line 1405 of file AliAnalysisTaskEmcal.cxx.
Referenced by IsEventSelected().
|
protected |
Get array from event.
name | |
clname |
Definition at line 1082 of file AliAnalysisTaskEmcal.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 780 of file AliAnalysisTaskEmcal.cxx.
Referenced by RetrieveEventObjects().
|
protected |
Get \( i^{th} \) TClonesArray with EMCAL clusters
[in] | i | Index of the cluster container inside the task |
Definition at line 1388 of file AliAnalysisTaskEmcal.cxx.
Referenced by ExecOnce().
AliClusterContainer * AliAnalysisTaskEmcal::GetClusterContainer | ( | Int_t | i = 0 | ) | const |
Get \( i^{th} \) cluster container attached to this task
[in] | i | Index of the cluster container |
Definition at line 1338 of file AliAnalysisTaskEmcal.cxx.
Referenced by AcceptCluster(), AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalClusTrackMatcherTask::ExecOnce(), AliHadCorrTask::ExecOnce(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::ExtractMainPatch(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), AliEmcalClusTrackMatcherTask::GenerateEmcalParticles(), GetAcceptClusterFromArray(), GetClusterArray(), GetNClusters(), AliEmcalClusterMaker::Run(), AliHadCorrTask::Run(), SetClusPtCut(), SetClusTimeCut(), and AliAnalysisTaskEmcalSample::UserCreateOutputObjects().
AliClusterContainer * AliAnalysisTaskEmcal::GetClusterContainer | ( | const char * | name | ) | const |
Find cluster container attached to this task according to its name
[in] | name | Name of the cluster container |
Definition at line 1361 of file AliAnalysisTaskEmcal.cxx.
|
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 1674 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliHadCorrTask::ApplyHadCorrOneTrack(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalClusTrackMatcherTask::DoMatching(), and AliEmcalClusTrackMatcherTask::UpdateClusters().
|
protected |
Get main trigger match
For the selection of the main trigger patch, high and low threshold triggers of a given category are grouped If there are more than 1 main patch of a given trigger category (i.e. different high and low threshold patches), the highest one according to the ADC value is taken. In case doSimpleOffline is true, then only the patches from the simple offline trigger are used.
[in] | trigger | Type of the EMCAL Level0/Level1 trigger |
[in] | doSimpleOffline | If true simple offline patches are used |
Definition at line 1479 of file AliAnalysisTaskEmcal.cxx.
|
inline |
Definition at line 103 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 104 of file AliAnalysisTaskEmcal.h.
|
protected |
Get number of clusters in the cluster container attached to this task with index i
[in] | i | Index of the container |
Definition at line 1458 of file AliAnalysisTaskEmcal.cxx.
|
protected |
Get number of particles in container attached to this task with index i
i] | i Index of then particle container |
Definition at line 1442 of file AliAnalysisTaskEmcal.cxx.
Referenced by IsEventSelected().
|
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 1645 of file AliAnalysisTaskEmcal.cxx.
|
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 1659 of file AliAnalysisTaskEmcal.cxx.
|
protected |
Get \( $i^{th} \) TClonesArray with particles
[in] | i | Index of the particle container inside the task |
Definition at line 1372 of file AliAnalysisTaskEmcal.cxx.
Referenced by ExecOnce().
AliParticleContainer * AliAnalysisTaskEmcal::GetParticleContainer | ( | Int_t | i = 0 | ) | const |
Get \( i^{th} \) particle container attached to this task
[in] | i | Index of the particle container |
Definition at line 1326 of file AliAnalysisTaskEmcal.cxx.
Referenced by AcceptTrack(), AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalTrackPropagatorTask::ExecOnce(), AliEmcalClusTrackMatcherTask::ExecOnce(), AliHadCorrTask::ExecOnce(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), AliEmcalClusTrackMatcherTask::GenerateEmcalParticles(), GetAcceptParticleFromArray(), GetMCParticleContainer(), GetNParticles(), GetParticleArray(), GetTrackContainer(), AliEmcalTrackPropagatorTask::Run(), SetTrackEtaLimits(), SetTrackPhiLimits(), SetTrackPtCut(), and AliAnalysisTaskEmcalSample::UserCreateOutputObjects().
AliParticleContainer * AliAnalysisTaskEmcal::GetParticleContainer | ( | const char * | name | ) | const |
Find particle container attached to this task according to its name
[in] | name | Name of the particle container |
Definition at line 1350 of file AliAnalysisTaskEmcal.cxx.
|
inline |
Definition at line 144 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 143 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 105 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 106 of file AliAnalysisTaskEmcal.h.
|
staticprotected |
Get track type encoded from bits 20 and 21.
[in] | t | Track to check |
Definition at line 1698 of file AliAnalysisTaskEmcal.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 1719 of file AliAnalysisTaskEmcal.cxx.
|
protected |
Get list of selected triggers of the given event. The trigger selection is performed using EMCAL patches found for the given event
Definition at line 818 of file AliAnalysisTaskEmcal.cxx.
Referenced by RetrieveEventObjects().
|
protected |
Check if event has a given trigger type
trigger |
Definition at line 861 of file AliAnalysisTaskEmcal.cxx.
Referenced by IsEventSelected().
|
protectedvirtual |
Check if event is selected
Definition at line 879 of file AliAnalysisTaskEmcal.cxx.
Referenced by 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 1584 of file AliAnalysisTaskEmcal.cxx.
Referenced by AliEmcalClusTrackMatcherTask::GenerateEmcalParticles().
|
protected |
Load parton info
event |
Definition at line 677 of file AliAnalysisTaskEmcal.cxx.
Referenced by ExecOnce().
|
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 558 of file AliAnalysisTaskEmcal.cxx.
Referenced by UserNotify().
|
inline |
Definition at line 108 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 107 of file AliAnalysisTaskEmcal.h.
|
protectedvirtual |
Retrieve objects from event.
Definition at line 1113 of file AliAnalysisTaskEmcal.cxx.
Referenced by UserExec().
|
inlineprotectedvirtual |
Reimplemented in AliEmcalTriggerMaker, AliEmcalTriggerQATask, AliEmcalTriggerMakerTask, AliAnalysisTaskEmcalTriggerPatchClusterMatch, AliEmcalTriggerQATaskPP, AliHadCorrTask, AliEmcalPatchFromCellMaker, AliEmcalMCTreeWriter, AliAnalysisTaskEmcalSample, AliAnalysisTaskEmcalTriggerSelection, AliEmcalClusTrackMatcherTask, AliEmcalClusterMaker, AliEmcalParticleMaker, and AliEmcalTrackPropagatorTask.
Definition at line 179 of file AliAnalysisTaskEmcal.h.
Referenced by UserExec().
|
inline |
Definition at line 109 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 110 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 111 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 113 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 112 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 114 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalMCTreeWriter::UserCreateOutputObjects().
void AliAnalysisTaskEmcal::SetClusPtCut | ( | Double_t | cut, |
Int_t | c = 0 |
||
) |
Definition at line 252 of file AliAnalysisTaskEmcal.cxx.
void AliAnalysisTaskEmcal::SetClusTimeCut | ( | Double_t | min, |
Double_t | max, | ||
Int_t | c = 0 |
||
) |
Definition at line 259 of file AliAnalysisTaskEmcal.cxx.
|
inline |
Definition at line 139 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 117 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 118 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTriggerQATaskPP::AliEmcalTriggerQATaskPP().
|
inline |
Definition at line 141 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 119 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 120 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 121 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 122 of file AliAnalysisTaskEmcal.h.
Referenced by AliAnalysisTaskEmcalSample::AliAnalysisTaskEmcalSample(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::AliAnalysisTaskEmcalTriggerPatchClusterMatch(), AliEmcalClusterMaker::AliEmcalClusterMaker(), AliEmcalPatchFromCellMaker::AliEmcalPatchFromCellMaker(), AliEmcalTrackingQATask::AliEmcalTrackingQATask(), AliEmcalTriggerQATask::AliEmcalTriggerQATask(), AliEmcalTriggerQATaskPP::AliEmcalTriggerQATaskPP(), and AliHadCorrTask::AliHadCorrTask().
|
inline |
Definition at line 123 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 124 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 125 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 126 of file AliAnalysisTaskEmcal.h.
|
inlinevirtual |
Reimplemented in AliEmcalTriggerQATask.
Definition at line 127 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTriggerQATaskPP::AliEmcalTriggerQATaskPP().
|
inline |
Definition at line 128 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 129 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 142 of file AliAnalysisTaskEmcal.h.
|
protected |
Definition at line 1603 of file AliAnalysisTaskEmcal.cxx.
void AliAnalysisTaskEmcal::SetTrackEtaLimits | ( | Double_t | min, |
Double_t | max, | ||
Int_t | c = 0 |
||
) |
Definition at line 275 of file AliAnalysisTaskEmcal.cxx.
void AliAnalysisTaskEmcal::SetTrackPhiLimits | ( | Double_t | min, |
Double_t | max, | ||
Int_t | c = 0 |
||
) |
Definition at line 282 of file AliAnalysisTaskEmcal.cxx.
void AliAnalysisTaskEmcal::SetTrackPtCut | ( | Double_t | cut, |
Int_t | c = 0 |
||
) |
Definition at line 266 of file AliAnalysisTaskEmcal.cxx.
|
inline |
Definition at line 133 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalMCTreeWriter::UserCreateOutputObjects().
|
inline |
Definition at line 134 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 135 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 136 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 140 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 138 of file AliAnalysisTaskEmcal.h.
|
inline |
Definition at line 137 of file AliAnalysisTaskEmcal.h.
|
protected |
Create user output.
Definition at line 292 of file AliAnalysisTaskEmcal.cxx.
Referenced by ClassImp(), AliEmcalTrackingQATask::UserCreateOutputObjects(), AliEmcalClusterMaker::UserCreateOutputObjects(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), AliEmcalClusTrackMatcherTask::UserCreateOutputObjects(), AliEmcalMCTreeWriter::UserCreateOutputObjects(), AliEmcalPatchFromCellMaker::UserCreateOutputObjects(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::UserCreateOutputObjects(), EMCalTriggerPtAnalysis::AliAnalysisTaskPtEMCalTriggerV1::UserCreateOutputObjects(), EMCalTriggerPtAnalysis::AliAnalysisTaskPtEMCalTrigger::UserCreateOutputObjects(), AliEmcalTriggerQATaskPP::UserCreateOutputObjects(), AliEmcalTriggerMakerTask::UserCreateOutputObjects(), AliEmcalTriggerQATask::UserCreateOutputObjects(), and AliEmcalTriggerMaker::UserCreateOutputObjects().
|
protected |
Main loop, called for each event.
Definition at line 463 of file AliAnalysisTaskEmcal.cxx.
|
protected |
|
protected |
Generate Pythia info object.
!vertex selection (optional)
Definition at line 237 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected().
|
protected |
!event beam type
Definition at line 252 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects().
|
protected |
!cells
Definition at line 242 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalTriggerQATaskPP::FillHistograms(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), AliEmcalPatchFromCellMaker::FillPatchADCSimple(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::GetECross(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::GetEnergyLeadingCell(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::GetLeadingCellId(), AliEmcalTriggerMaker::ProcessPatch(), AliEmcalClusterMaker::Run(), AliEmcalPatchFromCellMaker::Run(), AliEmcalTriggerMakerTask::Run(), and AliEmcalTriggerMaker::Run().
|
protected |
whether or not create histograms
Definition at line 199 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalPatchFromCellMaker::Run(), AliEmcalTriggerMaker::Run(), and SetCaloCellsName().
|
protected |
!clusters
Definition at line 241 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalMCTreeWriter::FindClusters(), AliEmcalClusterMaker::Run(), AliEmcalParticleMaker::Run(), and AliEmcalMCTreeWriter::Run().
|
protected |
name of calo triggers collection
Definition at line 201 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), and SetCaloTriggerPatchInfoName().
|
protected |
!calo triggers
Definition at line 243 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalTriggerQATaskPP::FillHistograms(), AliEmcalTriggerQATask::FillHistograms(), AliEmcalTriggerMaker::NextTrigger(), AliEmcalTriggerMaker::ProcessPatch(), AliEmcalTriggerMakerTask::Run(), and AliEmcalTriggerMaker::Run().
|
protected |
name of calo cell collection
Definition at line 200 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalTriggerMaker::Run(), and SetCaloTriggersName().
|
protected |
!event centrality
Definition at line 245 of file AliAnalysisTaskEmcal.h.
Referenced by AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::ExtractMainPatch(), AliEmcalTriggerQATask::FillEventQA(), FillGeneralHistograms(), AliEmcalTrackingQATask::FillHistograms(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), RetrieveEventObjects(), and AliHadCorrTask::Run().
|
protected |
!event centrality bin
Definition at line 246 of file AliAnalysisTaskEmcal.h.
Referenced by AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliAnalysisTaskEmcalSample::CheckClusTrackMatching(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalClusTrackMatcherTask::DoMatching(), AliEmcalTriggerQATask::FillEventQA(), AliAnalysisTaskEmcalSample::FillHistograms(), AliEmcalTriggerQATaskPP::FillHistograms(), AliEmcalTriggerQATask::FillHistograms(), and RetrieveEventObjects().
|
protected |
maximum event plane value
Definition at line 221 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects(), and SetCentralityEstimator().
|
protected |
particle/track collection array
Definition at line 230 of file AliAnalysisTaskEmcal.h.
Referenced by AddClusterContainer(), AdoptClusterContainer(), AliAnalysisTaskEmcal(), ExecOnce(), GetClusterContainer(), RemoveClusterContainer(), RetrieveEventObjects(), and AliAnalysisTaskEmcalSample::UserCreateOutputObjects().
|
protected |
whether or not the task has been already initialized
Definition at line 198 of file AliAnalysisTaskEmcal.h.
Referenced by AliAnalysisTaskEmcal(), AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalClusTrackMatcherTask::DoMatching(), AliEmcalClusterMaker::Run(), AliHadCorrTask::Run(), AliEmcalClusterMaker::UserCreateOutputObjects(), AliHadCorrTask::UserCreateOutputObjects(), AliEmcalClusTrackMatcherTask::UserCreateOutputObjects(), UserCreateOutputObjects(), UserExec(), and UserNotify().
|
protected |
list of fired triggers
Definition at line 232 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetEMCalTriggerMode().
|
protected |
!event plane V0
Definition at line 247 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), IsEventSelected(), and RetrieveEventObjects().
|
protected |
!event plane V0A
Definition at line 248 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects().
|
protected |
!event plane V0C
Definition at line 249 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects().
|
protected |
min pt track in emcal
Definition at line 218 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), and SetEventPlaneVsEmcal().
|
protected |
name of pythia info object
Definition at line 195 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTrackingQATask::AllocateDetectorLevelTHnSparse(), AliEmcalTrackingQATask::AllocateGeneratorLevelTHnSparse(), AliEmcalTrackingQATask::AllocateMatchedParticlesTHnSparse(), FillGeneralHistograms(), GetBeamType(), SetForceBeamType(), AliEmcalTriggerQATask::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
forced beam type
Definition at line 196 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), SetMakeGeneralHistograms(), UserCreateOutputObjects(), UserExec(), and UserNotify().
|
protected |
Use new centrality estimation (for 2015 data)
Definition at line 234 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects(), and SetGeneratePythiaInfoObject().
|
protected |
!emcal geometry
Definition at line 239 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTriggerMaker::CheckForL0(), AliEmcalTriggerMakerTask::ExecOnce(), AliEmcalTriggerMaker::ExecOnce(), ExecOnce(), AliEmcalTriggerQATaskPP::FillHistograms(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), AliEmcalTriggerQATask::FillHistograms(), AliEmcalPatchFromCellMaker::FillPatchADCSimple(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::GetECross(), IsEventSelected(), IsTrackInEmcalAcceptance(), AliEmcalTriggerMaker::ProcessPatch(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::Run(), AliEmcalTriggerMaker::Run(), AliEmcalPatchFromCellMaker::RunSimpleOfflineTrigger(), and AliEmcalTriggerMaker::RunSimpleOfflineTrigger().
|
staticprotected |
Definition at line 191 of file AliAnalysisTaskEmcal.h.
|
protected |
!event centrality distribution
Definition at line 270 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!incoming and selected events
Definition at line 262 of file AliAnalysisTaskEmcal.h.
Referenced by UserCreateOutputObjects(), and UserExec().
|
protected |
!event plane distribution
Definition at line 272 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!book keep reasons for rejecting event
Definition at line 273 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and UserCreateOutputObjects().
|
protected |
!total number of events per pt hard bin
Definition at line 267 of file AliAnalysisTaskEmcal.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!total number of events per pt hard bin after selection
Definition at line 264 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!pt hard distribution
Definition at line 269 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!trials from pyxsec.root
Definition at line 266 of file AliAnalysisTaskEmcal.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!total number of trials per pt hard bin after selection
Definition at line 263 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!number of events in each trigger class
Definition at line 274 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!x section from pyxsec.root
Definition at line 268 of file AliAnalysisTaskEmcal.h.
Referenced by UserCreateOutputObjects(), and UserNotify().
|
protected |
!x section from pythia header
Definition at line 265 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
!z vertex position
Definition at line 271 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and UserCreateOutputObjects().
|
protected |
whether or not it should fill some general histograms
Definition at line 197 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalClusTrackMatcherTask::ExecOnce(), AliEmcalParticleMaker::ExecOnce(), AliEmcalClusterMaker::ExecOnce(), AliEmcalPatchFromCellMaker::ExecOnce(), AliHadCorrTask::ExecOnce(), AliEmcalTriggerQATaskPP::ExecOnce(), AliEmcalTriggerMakerTask::ExecOnce(), AliEmcalTriggerQATask::ExecOnce(), AliEmcalTriggerMaker::ExecOnce(), ExecOnce(), and UserExec().
|
protected |
name of V0 centrality estimator
Definition at line 222 of file AliAnalysisTaskEmcal.h.
Referenced by AliHadCorrTask::ApplyHadCorrAllTracks(), SetIsEmbedded(), and AliHadCorrTask::UserCreateOutputObjects().
|
protected |
!whether it's an ESD analysis
Definition at line 238 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTrackingQATask::AllocateDetectorLevelTHnSparse(), AliEmcalTrackingQATask::FillHistograms(), AliEmcalMCTreeWriter::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
trigger, embedded signal
Definition at line 223 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), RetrieveEventObjects(), SetIsPythia(), UserCreateOutputObjects(), and UserNotify().
|
protected |
min pt in histograms
Definition at line 216 of file AliAnalysisTaskEmcal.h.
Referenced by SetHistoBins(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
min centrality for event selection
Definition at line 203 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), RetrieveEventObjects(), and SetCentRange().
|
protected |
minimum event plane value
Definition at line 220 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), and IsEventSelected().
|
protected |
min vertex for event selection
Definition at line 205 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetVzRange().
|
protected |
minimum MC label value for the tracks/clusters being considered MC particles
Definition at line 226 of file AliAnalysisTaskEmcal.h.
Referenced by SetMCLabelShift().
|
protected |
no. of pt bins
Definition at line 215 of file AliAnalysisTaskEmcal.h.
Referenced by SetHistoBins(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
trigger patch info array name
Definition at line 202 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), RetrieveEventObjects(), and SetCentRange().
|
protected |
select events which have a certain event plane wrt the emcal
Definition at line 219 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), and IsEventSelected().
|
protected |
select one pt hard bin for analysis
Definition at line 225 of file AliAnalysisTaskEmcal.h.
Referenced by AliHadCorrTask::DoMatchedTracksLoop(), and SetMinMCLabel().
|
protected |
cut on track pt in event selection
Definition at line 207 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetMinNTrack().
|
protected |
max pt in histograms
Definition at line 217 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetMinPtTrackInEmcal().
|
protected |
max centrality for event selection
Definition at line 204 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetVzRange().
|
protected |
trigger type to select based on trigger patches
Definition at line 214 of file AliAnalysisTaskEmcal.h.
Referenced by SetHistoBins(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
if MC label > fMCLabelShift, MC label -= fMCLabelShift
Definition at line 227 of file AliAnalysisTaskEmcal.h.
Referenced by AliAnalysisTaskEmcalSample::AliAnalysisTaskEmcalSample(), AliEmcalTriggerQATask::AliEmcalTriggerQATask(), AliEmcalTriggerQATaskPP::AliEmcalTriggerQATaskPP(), AliHadCorrTask::ApplyHadCorrAllTracks(), AliHadCorrTask::ApplyHadCorrOneTrack(), AliHadCorrTask::DoMatchedTracksLoop(), AliEmcalClusTrackMatcherTask::DoMatching(), AliEmcalTriggerQATaskPP::ExecOnce(), RetrieveEventObjects(), AliEmcalTriggerQATaskPP::SetADCperBin(), AliEmcalTriggerQATask::SetADCperBin(), AliEmcalTriggerQATask::SetBkgPatchType(), AliEmcalTriggerQATask::SetNCentBins(), SetNCentBins(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), AliEmcalClusTrackMatcherTask::UserCreateOutputObjects(), AliEmcalTriggerQATaskPP::UserCreateOutputObjects(), AliEmcalTriggerQATask::UserCreateOutputObjects(), and UserCreateOutputObjects().
|
protected |
how many centrality bins
Definition at line 228 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), and SetNeedEmcalGeom().
|
protected |
!event trials
Definition at line 256 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and RetrieveEventObjects().
|
protected |
!event vertex number of contributors
Definition at line 251 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and RetrieveEventObjects().
|
protected |
Apply tracklet-vs-cluster SPD cut to reject background events in pp.
Definition at line 211 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetOffTrigger().
|
protected |
!output list
Definition at line 261 of file AliAnalysisTaskEmcal.h.
Referenced by AliEmcalTrackingQATask::AllocateDetectorLevelTHnSparse(), AliEmcalTrackingQATask::AllocateGeneratorLevelTHnSparse(), AliEmcalTrackingQATask::AllocateMatchedParticlesTHnSparse(), AliEmcalClusterMaker::UserCreateOutputObjects(), AliHadCorrTask::UserCreateOutputObjects(), AliAnalysisTaskEmcalSample::UserCreateOutputObjects(), AliEmcalClusTrackMatcherTask::UserCreateOutputObjects(), AliEmcalMCTreeWriter::UserCreateOutputObjects(), AliEmcalPatchFromCellMaker::UserCreateOutputObjects(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::UserCreateOutputObjects(), AliEmcalTriggerQATaskPP::UserCreateOutputObjects(), AliEmcalTriggerMakerTask::UserCreateOutputObjects(), AliEmcalTriggerQATask::UserCreateOutputObjects(), AliEmcalTriggerMaker::UserCreateOutputObjects(), UserCreateOutputObjects(), and UserExec().
|
protected |
whether or not the task needs the emcal geometry
Definition at line 229 of file AliAnalysisTaskEmcal.h.
Referenced by AddMCParticleContainer(), AddParticleContainer(), AddTrackContainer(), AdoptParticleContainer(), AliAnalysisTaskEmcal(), ExecOnce(), GetParticleContainer(), RemoveParticleContainer(), RetrieveEventObjects(), AliEmcalTrackingQATask::SetDetectorLevelName(), AliEmcalTrackingQATask::SetGeneratorLevelName(), AliEmcalTrackingQATask::UserCreateOutputObjects(), and AliAnalysisTaskEmcalSample::UserCreateOutputObjects().
|
protected |
!event pt hard
Definition at line 254 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and RetrieveEventObjects().
|
protected |
!event pt hard bin
Definition at line 255 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), IsEventSelected(), and RetrieveEventObjects().
|
protected |
!event Pythia header
Definition at line 253 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects().
|
protected |
!event parton info
Definition at line 258 of file AliAnalysisTaskEmcal.h.
Referenced by GeneratePythiaInfoObject(), GetPythiaInfo(), and LoadPythiaInfo().
|
protected |
phi value used to distinguish between DCal and EMCal
Definition at line 194 of file AliAnalysisTaskEmcal.h.
Referenced by GetPythiaInfoName(), LoadPythiaInfo(), and SetPythiaInfoName().
|
protected |
used for LHC13* data: z-vtx, Ncontributors, z-vtx resolution cuts
Definition at line 209 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetUseAliAnaUtils().
|
protected |
trigger, if it is a PYTHIA production
Definition at line 224 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected().
|
protected |
Reject pilup using function AliAnalysisUtils::IsPileUpEvent()
Definition at line 210 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetUseSPDTrackletVsClusterBG().
|
protected |
max vertex for event selection
Definition at line 206 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetTrackPtCut().
|
protected |
!tracks
Definition at line 240 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliEmcalMCTreeWriter::FindTracks(), AliEmcalParticleMaker::Run(), and AliEmcalMCTreeWriter::Run().
|
protected |
offline trigger for event selection
Definition at line 212 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetTrigClass().
|
protected |
!trigger patch info array
Definition at line 244 of file AliAnalysisTaskEmcal.h.
Referenced by ExecOnce(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::ExtractMainPatch(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillTriggerPatchHistos(), GetMainTriggerPatch(), GetTriggerList(), AliAnalysisTaskEmcalTriggerSelection::Run(), and AliAnalysisTaskEmcalTriggerPatchClusterMatch::Run().
|
protected |
cluster collection array
Definition at line 231 of file AliAnalysisTaskEmcal.h.
Referenced by HasTriggerType(), and RetrieveEventObjects().
|
protected |
trigger class name for event selection
Definition at line 213 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetTriggerTypeSel().
|
protected |
minimum nr of tracks in event with pT>fTrackPtCut
Definition at line 208 of file AliAnalysisTaskEmcal.h.
Referenced by IsEventSelected(), and SetUseAliAnaUtils().
|
protected |
EMCal trigger selection mode.
Definition at line 233 of file AliAnalysisTaskEmcal.h.
Referenced by RetrieveEventObjects(), and SetUseNewCentralityEstimation().
|
protected |
!event vertex
Definition at line 250 of file AliAnalysisTaskEmcal.h.
Referenced by AliAnalysisTaskEmcal(), AliAnalysisTaskEmcalSample::CheckClusTrackMatching(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::ExtractMainPatch(), FillGeneralHistograms(), AliAnalysisTaskEmcalSample::FillHistograms(), AliAnalysisTaskEmcalTriggerPatchClusterMatch::FillHistograms(), AliEmcalClusTrackMatcherTask::GenerateEmcalParticles(), IsEventSelected(), AliEmcalTriggerMaker::ProcessPatch(), RetrieveEventObjects(), and AliEmcalParticleMaker::Run().
|
protected |
!x-section from pythia header
Definition at line 257 of file AliAnalysisTaskEmcal.h.
Referenced by FillGeneralHistograms(), and RetrieveEventObjects().