![]() |
AliPhysics
6b290e4 (6b290e4)
|
Correlate trigger particles (photon, pi0, tracks) and charged tracks: Azimuthal correlations, xE distributions. More...
#include <AliAnaParticleHadronCorrelation.h>
Public Types | |
enum | mcTypes { kmcPhoton = 0, kmcPi0 = 1, kmcPi0Decay = 2, kmcEta = 3, kmcEtaDecay = 4, kmcOtherDecay = 5, kmcElectron = 6, kmcHadron = 7, kmcPi0DecayLostPair = 8, kmcEtaDecayLostPair = 9 } |
For histograms in arrays, index in the array, corresponding to any particle origin. More... | |
![]() | |
enum | detector { kEMCAL = AliFiducialCut::kEMCAL, kPHOS = AliFiducialCut::kPHOS, kCTS = AliFiducialCut::kCTS, kDCAL = AliFiducialCut::kDCAL, kDCALPHOS = AliFiducialCut::kDCALPHOS } |
Set the tag identifing the main detector used in the analysis. More... | |
Static Public Attributes | |
static const Int_t | fgkNmcTypes = 10 |
Number of MC trigger particles checked when filling MC histograms. More... | |
Private Member Functions | |
AliAnaParticleHadronCorrelation (const AliAnaParticleHadronCorrelation &ph) | |
Copy constructor not implemented. More... | |
AliAnaParticleHadronCorrelation & | operator= (const AliAnaParticleHadronCorrelation &ph) |
Assignment operator not implemented. More... | |
Private Attributes | |
Bool_t | fFillAODWithReferences |
Add to the trigger particle AOD the reference to the tracks or neutrals in correlation. More... | |
Bool_t | fCheckLeadingWithNeutralClusters |
Compare the trigger candidate to Leading pT with the clusters pT, by default only charged. More... | |
Float_t | fMaxAssocPt |
Maximum associated hadron pt. More... | |
Float_t | fMinAssocPt |
Minimum associated hadron pt. More... | |
Double_t | fDeltaPhiMaxCut |
Minimum Delta Phi Gamma-Hadron. More... | |
Double_t | fDeltaPhiMinCut |
Maximum Delta Phi Gamma-Hadron. More... | |
Bool_t | fSelectIsolated |
Select only trigger particles isolated. More... | |
Bool_t | fMakeSeveralUE |
Do analysis for several underlying events contribution. More... | |
Double_t | fUeDeltaPhiMaxCut |
Minimum Delta Phi Gamma-Underlying Hadron. More... | |
Double_t | fUeDeltaPhiMinCut |
Maximum Delta Phi Gamma-Underlying Hadron. More... | |
TString | fPi0AODBranchName |
Name of AOD branch with pi0, not trigger. More... | |
TString | fAODNamepTInConeHisto |
Name of AOD array to fill pT in cone histograms. More... | |
Bool_t | fNeutralCorr |
switch the analysis with neutral particles. More... | |
Bool_t | fPi0Trigger |
switch the analysis with decay photon from pi0 trigger. More... | |
Bool_t | fDecayTrigger |
switch the analysis with decay photon from photon trigger. More... | |
Int_t | fNDecayBits |
in case of study of decay triggers, select the decay bit. More... | |
UInt_t | fDecayBits [AliNeutralMesonSelection::fgkMaxNDecayBits] |
in case of study of decay triggers, select the decay bit More... | |
Int_t | fNBkgBin |
Number of bins on pt content in cone. More... | |
Float_t | fBkgBinLimit [20] |
Pt bin limits on pt content in the cone. More... | |
Bool_t | fMakeAbsoluteLeading |
Requesting absolute leading triggers. More... | |
Bool_t | fMakeNearSideLeading |
Requesting near side leading (+-90ยบ from trigger particle) triggers. More... | |
Int_t | fLeadingTriggerIndex |
Store here per event the trigger index, to avoid too many loops. More... | |
Bool_t | fHMPIDCorrelation |
Correlate with particles on HMPID or its acceptance. More... | |
Bool_t | fFillBradHisto |
DPhi histograms calculated differently. More... | |
Int_t | fNAssocPtBins |
Number of associated pT bins under study. More... | |
Float_t | fAssocPtBinLimit [20] |
Associated pT under study. More... | |
Bool_t | fCorrelVzBin |
Fill one histogram per vz bin. More... | |
TList ** | fListMixTrackEvents |
Containers for tracks in stored events for mixing. More... | |
TList ** | fListMixCaloEvents |
[GetNCentrBin()*GetNZvertBin()*GetNRPBin()] More... | |
Bool_t | fUseMixStoredInReader |
[GetNCentrBin()*GetNZvertBin()*GetNRPBin()] More... | |
Bool_t | fFillNeutralEventMixPool |
Add clusters to pool if requested. More... | |
Float_t | fM02MaxCut |
Study photon clusters with l0 smaller than cut. More... | |
Float_t | fM02MinCut |
Study photon clusters with l0 larger than cut. More... | |
Bool_t | fSelectLeadingHadronAngle |
Select events with leading particle within a range. More... | |
Bool_t | fFillLeadHadOppositeHisto |
Fill histograms for leading hadrons in opposite side of trigger. More... | |
Float_t | fMinLeadHadPhi |
Minimum angle between the trigger and leading hadron. More... | |
Float_t | fMaxLeadHadPhi |
Maximum ange between the trigger and leading hadron. More... | |
Float_t | fMinLeadHadPt |
Minimum pT of leading hadron. More... | |
Float_t | fMaxLeadHadPt |
Maximum pT of leading hadron. More... | |
Bool_t | fFillEtaGapsHisto |
Fill azimuthal correlation histograms in 2 eta gaps, |eta|>0.8 and |eta|<0.01. More... | |
Bool_t | fFillMomImbalancePtAssocBinsHisto |
Momentum imbalance histograms in bins of pT associated. More... | |
Bool_t | fFillInvMassHisto |
Fill invariant mass histograms for trigger. More... | |
Bool_t | fFillBkgBinsHisto |
Fill pT in cone in background bins distributions. More... | |
Bool_t | fFillTaggedDecayHistograms |
Fill pT in cone distributions in background bins for decay particles. More... | |
Float_t | fDecayTagsM02Cut |
Lambda0 cut for decay particles. More... | |
Int_t | fMCGenTypeMin |
Of the fgkNmcTypes possible types, select those between fMCGenTypeMin and fMCGenTypeMax. More... | |
Int_t | fMCGenTypeMax |
Of the fgkNmcTypes possible types, select those between fMCGenTypeMin and fMCGenTypeMax. More... | |
TVector3 | fTrackVector |
! Track momentum vector. More... | |
TLorentzVector | fMomentum |
! Trigger momentum. More... | |
TLorentzVector | fMomentumIM |
! Cluster momentum from Invariant mass. More... | |
TLorentzVector | fDecayMom1 |
! Decay particle momentum. More... | |
TLorentzVector | fDecayMom2 |
! Decay particle momentum. More... | |
TH1F * | fhPtTriggerInput |
! pT distribution of trigger particles before selection. More... | |
TH1F * | fhPtTriggerSSCut |
! pT distribution of trigger particles after shower shape selection. More... | |
TH1F * | fhPtTriggerIsoCut |
! pT distribution of trigger particles after isolation cut selection. More... | |
TH1F * | fhPtTriggerFidCut |
! pT distribution of trigger particles after fiducial selection. More... | |
TH1F * | fhPtTrigger |
! pT distribution of trigger particles. More... | |
TH1F * | fhPtTriggerVtxBC0 |
! pT distribution of trigger particles when vertex is BC0. More... | |
TH1F * | fhPtTriggerPileUp [7] |
! pT distribution of trigger particles for different pile-up definition. More... | |
TH2F * | fhPtTriggerVzBin |
! pT distribution of trigger particles vs vz bin. More... | |
TH2F * | fhPtTriggerBin |
! pT distribution of trigger particles vs mixing bin. More... | |
TH2F * | fhPhiTrigger |
! phi distribution vs pT of trigger particles. More... | |
TH2F * | fhEtaTrigger |
! eta distribution vs pT of trigger particles. More... | |
TH1F * | fhPtTriggerMC [fgkNmcTypes] |
! pT distribution of trigger particles, check the origin of the cluster : "Photon","Pi0","Pi0Decay","EtaDecay","OtherDecay","Electron","Hadron". More... | |
TH1F * | fhPtDecayTrigger [AliNeutralMesonSelection::fgkMaxNDecayBits] |
! pT distribution of trigger particles, tagged as decay. More... | |
TH1F * | fhPtDecayTriggerMC [AliNeutralMesonSelection::fgkMaxNDecayBits][fgkNmcTypes] |
! pT distribution of trigger particles, tagged as decay, check the origin of the cluster. More... | |
TH2F * | fhPtTriggerCentrality |
! pT distribution of trigger particles vs centrality. More... | |
TH2F * | fhPtTriggerEventPlane |
! pT distribution of trigger particles vs centrality. More... | |
TH2F * | fhTriggerEventPlaneCentrality |
! Event plane vs centrality for trigger particles. More... | |
TH1F * | fhPtTriggerMixed |
! pT distribution of trigger particles, used in mixing. More... | |
TH2F * | fhPtTriggerMixedVzBin |
! pT distribution of trigger particles, used in mixing, vs vz bin. More... | |
TH2F * | fhPtTriggerMixedBin |
! pT distribution of trigger particles vs mixing bin. More... | |
TH2F * | fhPhiTriggerMixed |
! phi distribution vs pT of trigger particles, used in mixing. More... | |
TH2F * | fhEtaTriggerMixed |
! eta distribution vs pT of trigger particles, used in mixing. More... | |
TH2F * | fhPtLeadingOppositeHadron |
! pT trigger : pT distribution of leading hadron oposite to trigger. More... | |
TH2F * | fhPtDiffPhiLeadingOppositeHadron |
! pT trigger : difference phi distribution of leading hadron oposite and trigger. More... | |
TH2F * | fhPtDiffEtaLeadingOppositeHadron |
! pT trigger: difference eta distribution of leading hadron oposite and trigger. More... | |
TH1F * | fhPtNoLeadingOppositeHadron |
! pT trigger for events without opposite hadrons. More... | |
TH2F * | fhEtaPhiNoLeadingOppositeHadron |
! Location of trigger when no hadron is found on the opposite side. More... | |
TH2F * | fhDeltaPhiDeltaEtaCharged |
! Differences of eta and phi between trigger and charged hadrons. More... | |
TH2F * | fhPhiCharged |
! Phi distribution of charged particles. More... | |
TH2F * | fhEtaCharged |
! Eta distribution of charged particles. More... | |
TH2F * | fhDeltaPhiCharged |
! Difference of charged particle phi and trigger particle phi as function of trigger. particle pT More... | |
TH2F * | fhDeltaEtaCharged |
! Difference of charged particle eta and trigger particle eta as function of trigger. particle pT More... | |
TH2F * | fhDeltaPhiChargedPt |
! Difference of charged particle phi and trigger particle phi as function of charged. particle pT More... | |
TH2F * | fhDeltaPhiUeChargedPt |
! Difference of charged particle from underlying events phi and trigger particle phi as function of charged particle pT. More... | |
TH1F * | fhUePart |
! UE particles distribution vs pt trigger. More... | |
TH2F * | fhXECharged |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXECharged_Cone2 |
! Trigger particle -charged hadron momentum imbalance histogram in cone2 (5pi/6-7pi/6). More... | |
TH2F * | fhXEUeCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXEUeChargedSmallCone |
! Trigger particle -underlying charged hadron momentum imbalance histogram for small cone [80,100]. More... | |
TH2F * | fhXEUeChargedMediumCone |
! Trigger particle -underlying charged hadron momentum imbalance histogram for medium cone [70,110]. More... | |
TH2F * | fhXEUeChargedLargeCone |
! Trigger particle -underlying charged hadron momentum imbalance histogram for large cone [60,120]. More... | |
TH2F * | fhXEPosCharged |
! Trigger particle -positive charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXENegCharged |
! Trigger particle -negative charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtHbpXECharged |
! Trigger particle -charged hadron momentum HBP histogram. More... | |
TH2F * | fhPtHbpXECharged_Cone2 |
! Trigger particle -charged hadron momentum HBP histogram in cone2 (5pi/6-7pi/6). More... | |
TH2F * | fhPtHbpXEUeCharged |
! Trigger particle -underlying charged hadron momentum HBP histogram. More... | |
TH2F * | fhZTCharged |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTUeCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTPosCharged |
! Trigger particle -positive charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTNegCharged |
! Trigger particle -negative charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtHbpZTCharged |
! Trigger particle -charged hadron momentum HBP histogram. More... | |
TH2F * | fhPtHbpZTUeCharged |
! Trigger particle -underlying charged hadron momentum HBP histogram. More... | |
TH2F * | fhXEChargedMC [fgkNmcTypes] |
! Trigger particle -charged hadron momentum imbalance histogram, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR). More... | |
TH2F * | fhDeltaPhiChargedMC [fgkNmcTypes] |
! Trigger particle -charged hadron delta phi histogram, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR). More... | |
TH2F * | fhXEUeChargedRightMC [fgkNmcTypes] |
! Trigger particle -underlying hadron momentum imbalance histogram for UE in right cone, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR). More... | |
TH2F * | fhXEUeChargedLeftMC [fgkNmcTypes] |
! Trigger particle -underlying hadron momentum imbalance histogram for UE in left cone, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR). More... | |
TH2F * | fhDeltaPhiDeltaEtaChargedPtA3GeV |
! differences of eta and phi between trigger and charged hadrons, pTa > 3 GeV/c. More... | |
TH2F * | fhDeltaPhiChargedPtA3GeV |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhDeltaEtaChargedPtA3GeV |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhDeltaPhiChargedPileUp [7] |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT. More... | |
TH2F * | fhDeltaEtaChargedPileUp [7] |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT. More... | |
TH2F * | fhDeltaPhiChargedPtA3GeVPileUp [7] |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhDeltaEtaChargedPtA3GeVPileUp [7] |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhXEChargedPileUp [7] |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXEUeChargedPileUp [7] |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTChargedPileUp [7] |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTUeChargedPileUp [7] |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtTrigChargedPileUp [7] |
! trigger and correlated particl pt, to be used for mean value for kT/c. More... | |
TH2F * | fhDeltaPhiChargedOtherBC |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT. More... | |
TH2F * | fhDeltaPhiChargedPtA3GeVOtherBC |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhXEChargedOtherBC |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXEUeChargedOtherBC |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTChargedOtherBC |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTUeChargedOtherBC |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtTrigChargedOtherBC |
! trigger and correlated particl pt, to be used for mean value for kT. More... | |
TH2F * | fhDeltaPhiChargedBC0 |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT. More... | |
TH2F * | fhDeltaPhiChargedPtA3GeVBC0 |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhXEChargedBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXEUeChargedBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTChargedBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTUeChargedBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtTrigChargedBC0 |
! trigger and correlated particl pt, to be used for mean value for kT. More... | |
TH2F * | fhDeltaPhiChargedVtxBC0 |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT. More... | |
TH2F * | fhDeltaPhiChargedPtA3GeVVtxBC0 |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c. More... | |
TH2F * | fhXEChargedVtxBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhXEUeChargedVtxBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTChargedVtxBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTUeChargedVtxBC0 |
! Trigger particle -charged hadron momentum imbalance histogram. More... | |
TH2F * | fhPtTrigChargedVtxBC0 |
! trigger and correlated particl pt, to be used for mean value for kT. More... | |
TH2F * | fhDeltaPhiUeLeftCharged |
! Difference of charged particle from underlying events phi and trigger particle phi as function of charged particle pT More... | |
TH2F * | fhDeltaPhiUeLeftUpCharged |
! Difference of charged particle from underlying events phi and trigger particle phi More... | |
TH2F * | fhDeltaPhiUeRightUpCharged |
! Difference of charged particle from underlying events phi and trigger particle phi More... | |
TH2F * | fhDeltaPhiUeLeftDownCharged |
! Difference of charged particle from underlying events phi and trigger particle phi More... | |
TH2F * | fhDeltaPhiUeRightDownCharged |
! Difference of charged particle from underlying events phi and trigger particle phi More... | |
TH2F * | fhXEUeLeftCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhXEUeLeftUpCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhXEUeRightUpCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhXEUeLeftDownCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhXEUeRightDownCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpXEUeLeftCharged |
! Trigger particle -underlying charged hadron momentum HBP histogram More... | |
TH2F * | fhZTUeLeftCharged |
! Trigger particle -underlying charged hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpZTUeLeftCharged |
! Trigger particle -underlying charged hadron momentum HBP histogram More... | |
TH2F * | fhPtTrigPout |
! Pout =associated pt*sin(delta phi) distribution vs trigger pt More... | |
TH2F * | fhPtTrigCharged |
! trigger and correlated particl pt, to be used for mean value for kt More... | |
TH2F ** | fhDeltaPhiChargedMult |
Differences of phi between trigger and charged hadrons: multiplicity bin. More... | |
TH2F ** | fhDeltaEtaChargedMult |
[GetNCentrBin()] More... | |
TH2F ** | fhXEMult |
[GetNCentrBin()] More... | |
TH2F ** | fhXEUeMult |
[GetNCentrBin()] More... | |
TH2F ** | fhZTMult |
[GetNCentrBin()] More... | |
TH2F ** | fhZTUeMult |
[GetNCentrBin()] More... | |
TH2F * | fhAssocPtBkg |
[GetNCentrBin()] More... | |
TH2F ** | fhDeltaPhiDeltaEtaAssocPtBin |
Difference of charged particle phi and trigger particle phi as function eta difference, for different associated bins. More... | |
TH2F ** | fhDeltaPhiAssocPtBin |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhDeltaPhiAssocPtBinDEta08 |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhDeltaPhiAssocPtBinDEta0 |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhDeltaPhiAssocPtBinHMPID |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhDeltaPhiAssocPtBinHMPIDAcc |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhDeltaPhiBradAssocPtBin |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F * | fhDeltaPhiBrad |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhXEAssocPtBin |
Trigger pT vs xE for different associated pt bins. More... | |
TH2F ** | fhZTAssocPtBin |
[fNAssocPtBins] More... | |
TH2F ** | fhXEVZ |
[fNAssocPtBins] More... | |
TH2F ** | fhZTVZ |
[GetNZvertBin()] More... | |
TH2F * | fhDeltaPhiDeltaEtaNeutral |
[GetNZvertBin()] More... | |
TH2F * | fhPhiNeutral |
! Phi distribution of neutral particles More... | |
TH2F * | fhEtaNeutral |
! Eta distribution of neutral particles More... | |
TH2F * | fhDeltaPhiNeutral |
! Difference of neutral particle phi and trigger particle phi as function of trigger particle pT More... | |
TH2F * | fhDeltaEtaNeutral |
! Difference of neutral particle eta and trigger particle eta as function of trigger particle pT More... | |
TH2F * | fhDeltaPhiNeutralPt |
! Difference of neutral particle phi and trigger particle phi as function of neutral particle particle pT More... | |
TH2F * | fhDeltaPhiUeNeutralPt |
! Difference of neutral particle phi and trigger particle phi as function of neutral particle particle pT More... | |
TH2F * | fhXENeutral |
! Trigger particle - neutral hadron momentum imbalance histogram More... | |
TH2F * | fhXEUeNeutral |
! Trigger particle - neutral hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpXENeutral |
! Trigger particle - neutral particle momentum HBP histogram More... | |
TH2F * | fhPtHbpXEUeNeutral |
! Trigger particle - underlying neutral hadron momentum HBP histogram More... | |
TH2F * | fhZTNeutral |
! Trigger particle - neutral hadron momentum imbalance histogram More... | |
TH2F * | fhZTUeNeutral |
! Trigger particle - neutral hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpZTNeutral |
! Trigger particle - neutral particle momentum HBP histogram More... | |
TH2F * | fhPtHbpZTUeNeutral |
! Trigger particle - underlying neutral hadron momentum HBP histogram More... | |
TH2F * | fhDeltaPhiUeLeftNeutral |
! Difference of charged particle from underlying events phi and trigger particle phi as function of neutral particle pT More... | |
TH2F * | fhXEUeLeftNeutral |
! Trigger particle -underlying neutral hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpXEUeLeftNeutral |
! Trigger particle -underlying neutral hadron momentum HBP histogram More... | |
TH2F * | fhZTUeLeftNeutral |
! Trigger particle -underlying neutral hadron momentum imbalance histogram More... | |
TH2F * | fhPtHbpZTUeLeftNeutral |
! Trigger particle -underlying neutral hadron momentum HBP histogram More... | |
TH2F * | fhPtPi0DecayRatio |
! for pi0 trigger pt and ratio of decay photon pt More... | |
TH2F * | fhDeltaPhiPi0DecayCharged |
! Difference of charged particle phi and decay photon from pi0/eta trigger More... | |
TH2F * | fhXEPi0DecayCharged |
! Trigger particle (decay from pi0/eta trigger)-charged hadron momentum imbalance histogram More... | |
TH2F * | fhZTPi0DecayCharged |
! Trigger particle (decay from pi0/eta trigger)-charged hadron momentum imbalance histogram More... | |
TH2F * | fhDeltaPhiPi0DecayNeutral |
! Difference of neutral particle phi and decay photon from pi0/eta trigger More... | |
TH2F * | fhXEPi0DecayNeutral |
! Trigger particle (decay from pi0/eta trigger)-neutral hadron momentum imbalance histogram More... | |
TH2F * | fhZTPi0DecayNeutral |
! Trigger particle (decay from pi0/eta trigger)-neutral hadron momentum imbalance histogram More... | |
TH2F * | fhDeltaPhiDecayCharged [AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Difference of charged particle phi and photon decay trigger. More... | |
TH2F * | fhXEDecayCharged [AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Trigger particle (decay from pi0)-charged hadron momentum imbalance histogram. More... | |
TH2F * | fhZTDecayCharged [AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Trigger particle (decay from pi0)-charged hadron momentum imbalance histogram. More... | |
TH2F ** | fhDeltaPhiDecayChargedAssocPtBin |
Tagged as decay (fDecayBits[0]) Trigger pT vs dPhi for different associated pt bins. More... | |
TH1F * | fhMCPtTrigger [fgkNmcTypes] |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F * | fhMCPhiTrigger [fgkNmcTypes] |
! MC pure Phi distribution of trigger particles More... | |
TH2F * | fhMCEtaTrigger [fgkNmcTypes] |
! MC pure Eta distribution of trigger particles More... | |
TH1F * | fhMCPtTriggerNotLeading [fgkNmcTypes] |
! MC pure pT distribution of trigger not leading particles More... | |
TH2F * | fhMCPhiTriggerNotLeading [fgkNmcTypes] |
! MC pure Phi distribution of trigger not leading particles More... | |
TH2F * | fhMCEtaTriggerNotLeading [fgkNmcTypes] |
! MC pure Eta distribution of trigger not leading particles More... | |
TH2F * | fhMCEtaCharged [fgkNmcTypes] |
! MC pure particles charged primary pt vs eta (both associated) More... | |
TH2F * | fhMCPhiCharged [fgkNmcTypes] |
! MC pure particles charged primary pt vs phi (both associated) More... | |
TH2F * | fhMCDeltaEtaCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs delta eta (associated-trigger) More... | |
TH2F * | fhMCDeltaPhiCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs delta phi (associated-trigger) More... | |
TH2F * | fhMCDeltaPhiDeltaEtaCharged [fgkNmcTypes] |
! MC pure particles charged associated primary pt vs delta phi (associated-trigger), in away side More... | |
TH2F * | fhMCDeltaPhiChargedPt [fgkNmcTypes] |
! MC pure particles charged delta phi vs delta eta (associated-trigger) More... | |
TH2F * | fhMCPtXECharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs xE More... | |
TH2F * | fhMCPtXEUeCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs xE (underlying event) More... | |
TH2F * | fhMCPtXEUeLeftCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs xE (underlying event,left cone) More... | |
TH2F * | fhMCPtHbpXECharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/xE) More... | |
TH2F * | fhMCPtHbpXEUeCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/xE) (underlying event) More... | |
TH2F * | fhMCPtHbpXEUeLeftCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/xE) (underlying event, left cone) More... | |
TH1F * | fhMCUePart [fgkNmcTypes] |
! MC pure UE particles distribution vs pt trig More... | |
TH2F * | fhMCPtZTCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs zT More... | |
TH2F * | fhMCPtZTUeCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs zT (underlying event) More... | |
TH2F * | fhMCPtZTUeLeftCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs zT (underlying event, left cone) More... | |
TH2F * | fhMCPtHbpZTCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/zT) More... | |
TH2F * | fhMCPtHbpZTUeCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/zT) (underlying event) More... | |
TH2F * | fhMCPtHbpZTUeLeftCharged [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs ln(1/zT) (underlying event, left cone) More... | |
TH2F * | fhMCPtTrigPout [fgkNmcTypes] |
! MC pure particles charged trigger primary pt vs pOut More... | |
TH2F * | fhMCPtAssocDeltaPhi [fgkNmcTypes] |
! MC pure particles charged associated primary pt vs delta phi (associated-trigger) More... | |
TH1I * | fhNEventsTrigger |
! Number of analyzed triggered events. More... | |
TH2F * | fhNtracksMB |
! Total number of tracks in MB events. More... | |
TH2F * | fhNclustersMB |
! Total number of clusters in MB events. More... | |
TH2F * | fhMixDeltaPhiCharged |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT. More... | |
TH2F * | fhMixDeltaPhiDeltaEtaCharged |
! Difference of charged particle phi and trigger particle phi as function eta difference More... | |
TH2F * | fhMixXECharged |
! xE for mixed event. More... | |
TH2F * | fhMixXEUeCharged |
! xE for mixed event in Ue region. More... | |
TH2F * | fhMixHbpXECharged |
! ln(1/xE) for mixed event. More... | |
TH2F ** | fhMixDeltaPhiChargedAssocPtBin |
Difference of charged particle phi and trigger particle phi as function of trigger particle pT, for different associated bins. More... | |
TH2F ** | fhMixDeltaPhiChargedAssocPtBinDEta08 |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhMixDeltaPhiChargedAssocPtBinDEta0 |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH2F ** | fhMixDeltaPhiDeltaEtaChargedAssocPtBin |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH1I * | fhEventBin |
[fNAssocPtBins*GetNZvertBin()] More... | |
TH1I * | fhEventMixBin |
! Number of triggers mixed in a particular bin (cen,vz,rp). More... | |
TH1I * | fhEventMBBin |
! Number of MB events in a particular bin (cen,vz,rp). More... | |
TH2F * | fhMassPtTrigger |
! Invariant mass of the trigger. More... | |
TH2F * | fhMCMassPtTrigger [fgkNmcTypes] |
! Invariant mass of the trigger vs MC origin. More... | |
TH1F ** | fhPtLeadInConeBin |
pT trig distribution for each pT lead in cone bin More... | |
TH1F ** | fhPtSumInConeBin |
[fNBkgBin] More... | |
TH1F ** | fhPtLeadConeBinDecay |
[fNBkgBin] More... | |
TH1F ** | fhSumPtConeBinDecay |
[fNBkgBin*fNDecayBits] More... | |
TH1F ** | fhPtLeadConeBinMC |
[fNBkgBin*fNDecayBits] More... | |
TH1F ** | fhSumPtConeBinMC |
[fNBkgBin*fgkNmcTypes] More... | |
TH2F * | fhTrackResolution |
[fNBkgBin*fgkNmcTypes] More... | |
TH2F * | fhTrackResolutionUE |
! track resolution sigma pT vs pT, UE side, ESDs. More... | |
Additional Inherited Members | |
![]() | |
Int_t | fNModules |
Number of EMCAL/PHOS modules to use in analysis, set in CaloUtils. More... | |
Int_t | fNRCU |
Number of EMCAL/PHOS RCU. More... | |
Int_t | fFirstModule |
First EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fLastModule |
Last EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fNMaxCols |
Number of EMCAL/PHOS columns per SM. More... | |
Int_t | fNMaxRows |
Number of EMCAL/PHOS rows per SM. More... | |
Int_t | fNMaxColsFull |
Number of EMCAL/PHOS columns full detector. More... | |
Int_t | fNMaxRowsFull |
Number of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMin |
Last of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMax |
First of EMCAL/PHOS rows full detector. More... | |
Correlate trigger particles (photon, pi0, tracks) and charged tracks: Azimuthal correlations, xE distributions.
Class that contains the algorithm for the analysis of trigger particle - hadron correlations The trigger particle must be found in a previous analysis like Isolated photon (AliAnaPhoton+AliAnaParticleIsolation), High pT pi0 (AliAnaPi0EbE), charged tracks (AliAnaChargedParticle).
More information can be found in this twiki and particularly in this section.
Definition at line 27 of file AliAnaParticleHadronCorrelation.h.
For histograms in arrays, index in the array, corresponding to any particle origin.
Enumerator | |
---|---|
kmcPhoton | |
kmcPi0 | |
kmcPi0Decay | |
kmcEta | |
kmcEtaDecay | |
kmcOtherDecay | |
kmcElectron | |
kmcHadron | |
kmcPi0DecayLostPair | |
kmcEtaDecayLostPair |
Definition at line 104 of file AliAnaParticleHadronCorrelation.h.
AliAnaParticleHadronCorrelation::AliAnaParticleHadronCorrelation | ( | ) |
Default Constructor. Initialize parameters.
Definition at line 56 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Destructor. Remove event containers.
Definition at line 225 of file AliAnaParticleHadronCorrelation.cxx.
|
private |
Copy constructor not implemented.
|
inline |
Definition at line 179 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 184 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 174 of file AliAnaParticleHadronCorrelation.h.
void AliAnaParticleHadronCorrelation::FillChargedAngularCorrelationHistograms | ( | Float_t | ptAssoc, |
Float_t | ptTrig, | ||
Int_t | assocBin, | ||
Float_t | phiAssoc, | ||
Float_t | phiTrig, | ||
Float_t | deltaPhi, | ||
Float_t | etaAssoc, | ||
Float_t | etaTrig, | ||
Int_t | decayTag, | ||
Float_t | hmpidSignal, | ||
Int_t | outTOF, | ||
Int_t | cenbin, | ||
Int_t | mcTag | ||
) |
Fill angular correlation related histograms.
Definition at line 270 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillChargedEventMixPool | ( | ) |
Mixed event pool filling for tracks.
Definition at line 1171 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by FillEventMixPool().
Bool_t AliAnaParticleHadronCorrelation::FillChargedMCCorrelationHistograms | ( | Float_t | mcAssocPt, |
Float_t | mcAssocPhi, | ||
Float_t | mcAssocEta, | ||
Float_t | mcTrigPt, | ||
Float_t | mcTrigPhi, | ||
Float_t | mcTrigEta, | ||
Int_t | histoIndex, | ||
Bool_t | lostDecayPair | ||
) |
Fill MC histograms independently of AOD or ESD.
Definition at line 478 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeMCChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillChargedMomentumImbalanceHistograms | ( | Float_t | ptTrig, |
Float_t | ptAssoc, | ||
Float_t | deltaPhi, | ||
Int_t | cenbin, | ||
Int_t | charge, | ||
Int_t | assocBin, | ||
Int_t | decayTag, | ||
Int_t | outTOF, | ||
Int_t | mcTag | ||
) |
Fill mostly momentum imbalance related histograms.
Definition at line 696 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillChargedUnderlyingEventHistograms | ( | Float_t | ptTrig, |
Float_t | ptAssoc, | ||
Float_t | deltaPhi, | ||
Int_t | cenbin, | ||
Int_t | outTOF, | ||
Int_t | mcTag | ||
) |
Fill underlying event histograms.
Definition at line 859 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillChargedUnderlyingEventSidesHistograms | ( | Float_t | ptTrig, |
Float_t | ptAssoc, | ||
Float_t | deltaPhi, | ||
Int_t | mcTag | ||
) |
Fill underlying event histograms to the left and right of trigger Right cone is the default UE.
Definition at line 968 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillDecayPhotonCorrelationHistograms | ( | Float_t | ptAssoc, |
Float_t | phiAssoc, | ||
Bool_t | bChargedOrNeutral | ||
) |
Do correlation with decay photons of triggered pi0 or eta.
Definition at line 1067 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation(), and MakeNeutralCorrelation().
|
virtual |
Fill the pool with tracks or clusters if requested.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1153 of file AliAnaParticleHadronCorrelation.cxx.
void AliAnaParticleHadronCorrelation::FillNeutralEventMixPool | ( | ) |
Mixed event pool filling for neutral clusters. Right now only for EMCAL and in isolation case.
Definition at line 1247 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by FillEventMixPool().
void AliAnaParticleHadronCorrelation::FillNeutralUnderlyingEventSidesHistograms | ( | Float_t | ptTrig, |
Float_t | ptAssoc, | ||
Float_t | zT, | ||
Float_t | hbpZT, | ||
Float_t | deltaPhi | ||
) |
Fill underlying event histograms to the left of trigger. Right is the default case.
Definition at line 1130 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeNeutralCorrelation().
Bool_t AliAnaParticleHadronCorrelation::FindLeadingOppositeHadronInWindow | ( | AliAODPWG4ParticleCorrelation * | particle | ) |
Select events where the leading charged particle in the opposite hemisphere to the trigger particle is in a window centered at 180 from the trigger.
Definition at line 1337 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1421 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Create histograms to be saved in output file and store them in fOutputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1466 of file AliAnaParticleHadronCorrelation.cxx.
Bool_t AliAnaParticleHadronCorrelation::GetDecayPhotonMomentum | ( | Int_t | indexPhoton1, |
Int_t | indexPhoton2, | ||
Int_t | idetector | ||
) |
Get the momentum of the pi0/eta assigned decay photons. In case of pi0/eta trigger, we may want to check their decay correlation, get their decay children.
indexPhoton1 | ID of photon cluster. |
indexPhoton2 | ID of photon cluster. |
idetector | ID of detector. |
Definition at line 3256 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation(), and MakeNeutralCorrelation().
|
inline |
Definition at line 125 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 126 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 131 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 132 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 137 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 136 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 120 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 115 of file AliAnaParticleHadronCorrelation.h.
mcTag | MC tag (AliCaloPID) of cluster/track triggering |
Definition at line 3283 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), FillChargedUnderlyingEventHistograms(), FillChargedUnderlyingEventSidesHistograms(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 121 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 114 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 163 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 164 of file AliAnaParticleHadronCorrelation.h.
|
virtual |
Init. If tracks are not loaded, abort.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3300 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Initialize the default parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3309 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by AliAnaParticleHadronCorrelation().
void AliAnaParticleHadronCorrelation::InvMassHisto | ( | AliAODPWG4ParticleCorrelation * | trigger, |
Int_t | mcIndex | ||
) |
Do the invariant mass of the trigger particle with other clusters. Activate for photon analysis.
trigger | Trigger cluster/track kinematics and more, AliAODPWG4ParticleCorrelation object. |
mcIndex | Histograms MC index of trigger particle |
Definition at line 3398 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 193 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 200 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 141 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 217 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 189 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 169 of file AliAnaParticleHadronCorrelation.h.
Bool_t AliAnaParticleHadronCorrelation::IsTriggerTheEventLeadingParticle | ( | ) |
Check if the what of the selected triggers is leading particle comparing with all the triggers, all the tracks or all the clusters (if requested for the clusters).
Definition at line 3446 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Main method, loop on list of trigger particles and fill histograms correlating with tracks. Steps:
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3593 of file AliAnaParticleHadronCorrelation.cxx.
void AliAnaParticleHadronCorrelation::MakeChargedCorrelation | ( | AliAODPWG4ParticleCorrelation * | aodParticle | ) |
Loop on tracks. Fill histograms correlating them with the trigger particle:
Definition at line 3982 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleHadronCorrelation::MakeChargedMixCorrelation | ( | AliAODPWG4ParticleCorrelation * | particle | ) |
Mix current trigger with tracks in another Minimum Bias event.
Definition at line 4233 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleHadronCorrelation::MakeMCChargedCorrelation | ( | Int_t | triggerMCLable, |
Int_t | histoIndex, | ||
Bool_t | lostDecayPair | ||
) |
Make the trigger-charged particles correlation at the generator level.
Definition at line 4697 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleHadronCorrelation::MakeNeutralCorrelation | ( | AliAODPWG4ParticleCorrelation * | aodParticle | ) |
Correlate the trigger with pi0 selected in another task (AliAnaPi0EbE). Similar procedure as for charged tracks.
Definition at line 4532 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 207 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillEventMixPool(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeChargedMixCorrelation().
|
private |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 4850 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 208 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 212 of file AliAnaParticleHadronCorrelation.h.
Definition at line 122 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Set the list of pT limits for the of associated charged (neutral) hadrons.
Definition at line 4897 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 159 of file AliAnaParticleHadronCorrelation.h.
Definition at line 197 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 127 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
Definition at line 133 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 138 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 224 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 241 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
void AliAnaParticleHadronCorrelation::SetNAssocPtBins | ( | Int_t | n | ) |
Set number of associated charged (neutral) hadrons pT bins.
Definition at line 4879 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 158 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 196 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 210 of file AliAnaParticleHadronCorrelation.h.
Definition at line 116 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 166 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 181 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 152 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 155 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 233 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 227 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 195 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 205 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 236 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 146 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 222 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 239 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 230 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 202 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 149 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 143 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 186 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 176 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 191 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 171 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 219 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 180 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 151 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 154 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 232 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 226 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 194 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 204 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 235 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 145 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 221 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 238 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 229 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 201 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 148 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 142 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 185 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 175 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 190 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 170 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 218 of file AliAnaParticleHadronCorrelation.h.
|
private |
Name of AOD array to fill pT in cone histograms.
Definition at line 265 of file AliAnaParticleHadronCorrelation.h.
Referenced by SetAODNamepTInConeHisto().
|
private |
Associated pT under study.
Definition at line 292 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), Print(), and SetAssocPtBinLimit().
|
private |
Pt bin limits on pt content in the cone.
Definition at line 279 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetBackgroundLimits().
|
private |
Compare the trigger candidate to Leading pT with the clusters pT, by default only charged.
Definition at line 248 of file AliAnaParticleHadronCorrelation.h.
Referenced by IsTriggerTheEventLeadingParticle(), MakeChargedMixCorrelation(), SwitchOffCheckNeutralClustersForLeading(), and SwitchOnCheckNeutralClustersForLeading().
|
private |
Fill one histogram per vz bin.
Definition at line 294 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), SwitchOffCorrelationVzBin(), and SwitchOnCorrelationVzBin().
|
private |
in case of study of decay triggers, select the decay bit
Definition at line 276 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetDecayBits().
|
private |
! Decay particle momentum.
Definition at line 337 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), GetDecayPhotonMomentum(), and MakeChargedCorrelation().
|
private |
! Decay particle momentum.
Definition at line 338 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), GetDecayPhotonMomentum(), and MakeChargedCorrelation().
|
private |
Lambda0 cut for decay particles.
Definition at line 329 of file AliAnaParticleHadronCorrelation.h.
Referenced by InitParameters(), and MakeAnalysisFillHistograms().
|
private |
switch the analysis with decay photon from photon trigger.
Definition at line 271 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), IsDecayTrigger(), MakeAnalysisFillHistograms(), MakeChargedCorrelation(), SwitchOffDecayTriggerDecayCorr(), and SwitchOnDecayTriggerDecayCorr().
|
private |
Minimum Delta Phi Gamma-Hadron.
Definition at line 253 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), FillChargedUnderlyingEventHistograms(), FillChargedUnderlyingEventSidesHistograms(), FillDecayPhotonCorrelationHistograms(), FillNeutralUnderlyingEventSidesHistograms(), GetAnalysisCuts(), GetDeltaPhiMaxCut(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), MakeNeutralCorrelation(), Print(), and SetDeltaPhiCutRange().
|
private |
Maximum Delta Phi Gamma-Hadron.
Definition at line 254 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), FillChargedUnderlyingEventHistograms(), FillChargedUnderlyingEventSidesHistograms(), FillDecayPhotonCorrelationHistograms(), FillNeutralUnderlyingEventSidesHistograms(), GetAnalysisCuts(), GetDeltaPhiMinCut(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), MakeNeutralCorrelation(), Print(), and SetDeltaPhiCutRange().
|
private |
Add to the trigger particle AOD the reference to the tracks or neutrals in correlation.
Definition at line 246 of file AliAnaParticleHadronCorrelation.h.
Referenced by MakeChargedCorrelation(), MakeNeutralCorrelation(), SwitchOffFillTriggerAODWithReferences(), and SwitchOnFillTriggerAODWithReferences().
|
private |
Fill pT in cone in background bins distributions.
Definition at line 325 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffBackgroundBinsPtInConeHistograms(), and SwitchOnBackgroundBinsPtInConeHistograms().
|
private |
DPhi histograms calculated differently.
Definition at line 288 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), GetCreateOutputObjects(), SwitchOffFillBradHistograms(), and SwitchOnFillBradHistograms().
|
private |
Fill azimuthal correlation histograms in 2 eta gaps, |eta|>0.8 and |eta|<0.01.
Definition at line 319 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), SwitchOffFillEtaGapHistograms(), and SwitchOnFillEtaGapHistograms().
|
private |
Fill invariant mass histograms for trigger.
Definition at line 323 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffInvariantMassHistograms(), and SwitchOnInvariantMassHistograms().
|
private |
Fill histograms for leading hadrons in opposite side of trigger.
Definition at line 311 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), SwitchOffFillLeadHadronHistograms(), and SwitchOnFillLeadHadronHistograms().
|
private |
Momentum imbalance histograms in bins of pT associated.
Definition at line 321 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), SwitchOffFillPtImbalancePerPtABinHistograms(), and SwitchOnFillPtImbalancePerPtABinHistograms().
|
private |
Add clusters to pool if requested.
Definition at line 304 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillEventMixPool(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), SwitchOffFillNeutralInMixedEvent(), and SwitchOnFillNeutralInMixedEvent().
|
private |
Fill pT in cone distributions in background bins for decay particles.
Definition at line 327 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffBackgroundBinsTaggedDecayPtInConeHistograms(), and SwitchOnBackgroundBinsTaggedDecayPtInConeHistograms().
|
static |
Number of MC trigger particles checked when filling MC histograms.
Definition at line 107 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetMCGenType().
|
private |
! Trigger pT vs associated pT for background.
Definition at line 486 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle eta and trigger particle eta as function of trigger. particle pT
Definition at line 382 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Differences of eta between trigger and charged hadrons: multiplicity bin.
Definition at line 472 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT.
Definition at line 416 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 412 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle eta and trigger particle eta as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 418 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of neutral particle eta and trigger particle eta as function of trigger particle pT
Definition at line 528 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi for different associated pt and vz bins.
Definition at line 492 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi for different associated pt and vz bins for Delta eta = 0.
Definition at line 498 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi for different associated pt and vz bins for Delta eta > 0.8.
Definition at line 495 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi for different associated pt and vz bins, track with HMPID.
Definition at line 501 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi for different associated pt and vz bins, track with HMPIDAcc.
Definition at line 504 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
! Trigger pT vs dPhi Brad (?) for different associated pt bins.
Definition at line 509 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Trigger pT vs dPhi Brad (?) for different associated pt bins.
Definition at line 507 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger. particle pT
Definition at line 381 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT.
Definition at line 433 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron delta phi histogram, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR).
Definition at line 405 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Differences of phi between trigger and charged hadrons: multiplicity bin.
Definition at line 469 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT.
Definition at line 425 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT.
Definition at line 415 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of charged. particle pT
Definition at line 383 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 411 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 434 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 426 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 417 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT, pTa > 3 GeV/c.
Definition at line 442 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT.
Definition at line 441 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and photon decay trigger.
Definition at line 558 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Tagged as decay (fDecayBits[0]) Trigger pT vs dPhi for different associated pt bins.
Definition at line 563 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Difference of charged particle phi and trigger particle phi as function eta difference, for different associated bins.
Definition at line 489 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Differences of eta and phi between trigger and charged hadrons.
Definition at line 378 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! differences of eta and phi between trigger and charged hadrons, pTa > 3 GeV/c.
Definition at line 410 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Differences of eta and phi between trigger and neutral hadrons (pi0)
Definition at line 524 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Difference of neutral particle phi and trigger particle phi as function of trigger particle pT
Definition at line 527 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Difference of neutral particle phi and trigger particle phi as function of neutral particle particle pT
Definition at line 529 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Difference of charged particle phi and decay photon from pi0/eta trigger
Definition at line 549 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of neutral particle phi and decay photon from pi0/eta trigger
Definition at line 553 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi as function of charged particle pT.
Definition at line 384 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi as function of charged particle pT
Definition at line 450 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi
Definition at line 453 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi as function of neutral particle pT
Definition at line 541 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi
Definition at line 451 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of neutral particle phi and trigger particle phi as function of neutral particle particle pT
Definition at line 530 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi
Definition at line 454 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle from underlying events phi and trigger particle phi
Definition at line 452 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distribution of charged particles.
Definition at line 380 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distribution of neutral particles
Definition at line 526 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Location of trigger when no hadron is found on the opposite side.
Definition at line 375 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! eta distribution vs pT of trigger particles.
Definition at line 353 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta distribution vs pT of trigger particles, used in mixing.
Definition at line 368 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
[fNAssocPtBins*GetNZvertBin()]
! Number of triggers in a particular event bin (cen,vz,rp).
Definition at line 618 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! Number of MB events in a particular bin (cen,vz,rp).
Definition at line 620 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), and GetCreateOutputObjects().
|
private |
! Number of triggers mixed in a particular bin (cen,vz,rp).
Definition at line 619 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! Invariant mass of the trigger.
Definition at line 623 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and InvMassHisto().
|
private |
! MC pure particles charged trigger primary pt vs delta eta (associated-trigger)
Definition at line 576 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs delta phi (associated-trigger)
Definition at line 577 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged delta phi vs delta eta (associated-trigger)
Definition at line 579 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged associated primary pt vs delta phi (associated-trigger), in away side
Definition at line 578 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged primary pt vs eta (both associated)
Definition at line 574 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure Eta distribution of trigger particles
Definition at line 570 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure Eta distribution of trigger not leading particles
Definition at line 573 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! Invariant mass of the trigger vs MC origin.
Definition at line 624 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and InvMassHisto().
|
private |
! MC pure particles charged primary pt vs phi (both associated)
Definition at line 575 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure Phi distribution of trigger particles
Definition at line 569 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure Phi distribution of trigger not leading particles
Definition at line 572 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure particles charged associated primary pt vs delta phi (associated-trigger)
Definition at line 594 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/xE)
Definition at line 583 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/xE) (underlying event)
Definition at line 584 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/xE) (underlying event, left cone)
Definition at line 585 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/zT)
Definition at line 590 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/zT) (underlying event)
Definition at line 591 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/zT) (underlying event, left cone)
Definition at line 592 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
! MC pure pT distribution of trigger particles
Definition at line 568 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure pT distribution of trigger not leading particles
Definition at line 571 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure particles charged trigger primary pt vs pOut
Definition at line 593 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs xE
Definition at line 580 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs xE (underlying event)
Definition at line 581 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs xE (underlying event,left cone)
Definition at line 582 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs zT
Definition at line 587 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs zT (underlying event)
Definition at line 588 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs zT (underlying event, left cone)
Definition at line 589 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure UE particles distribution vs pt trig
Definition at line 586 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and trigger particle phi as function of trigger particle pT.
Definition at line 600 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
Difference of charged particle phi and trigger particle phi as function of trigger particle pT, for different associated bins.
Definition at line 607 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Difference of charged particle phi and trigger particle phi as function of trigger particle pT, for different associated bins, delta eta = 0.
Definition at line 613 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Difference of charged particle phi and trigger particle phi as function of trigger particle pT, for different associated bins, delta eta > 0.8.
Definition at line 610 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! Difference of charged particle phi and trigger particle phi as function eta difference
Definition at line 601 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
[fNAssocPtBins*GetNZvertBin()]
Difference of charged particle phi and trigger particle phi as function eta difference, for different associated bins.
Definition at line 616 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! ln(1/xE) for mixed event.
Definition at line 604 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! xE for mixed event.
Definition at line 602 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! xE for mixed event in Ue region.
Definition at line 603 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
Correlate with particles on HMPID or its acceptance.
Definition at line 286 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), GetCreateOutputObjects(), InitParameters(), IsHMPIDCorrelation(), SwitchOffHMPIDCorrelation(), and SwitchOnHMPIDCorrelation().
|
private |
! Total number of clusters in MB events.
Definition at line 599 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), and GetCreateOutputObjects().
|
private |
! Number of analyzed triggered events.
Definition at line 597 of file AliAnaParticleHadronCorrelation.h.
|
private |
! Total number of tracks in MB events.
Definition at line 598 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), and GetCreateOutputObjects().
|
private |
! Phi distribution of charged particles.
Definition at line 379 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distribution of neutral particles
Definition at line 525 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! phi distribution vs pT of trigger particles.
Definition at line 352 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi distribution vs pT of trigger particles, used in mixing.
Definition at line 367 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles, tagged as decay.
Definition at line 357 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles, tagged as decay, check the origin of the cluster.
Definition at line 358 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT trigger: difference eta distribution of leading hadron oposite and trigger.
Definition at line 373 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! pT trigger : difference phi distribution of leading hadron oposite and trigger.
Definition at line 372 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum HBP histogram.
Definition at line 394 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum HBP histogram in cone2 (5pi/6-7pi/6).
Definition at line 395 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral particle momentum HBP histogram
Definition at line 533 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram.
Definition at line 396 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram
Definition at line 460 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum HBP histogram
Definition at line 543 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - underlying neutral hadron momentum HBP histogram
Definition at line 534 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -charged hadron momentum HBP histogram.
Definition at line 401 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral particle momentum HBP histogram
Definition at line 537 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram.
Definition at line 402 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram
Definition at line 462 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum HBP histogram
Definition at line 545 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - underlying neutral hadron momentum HBP histogram
Definition at line 538 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
[fNBkgBin]
pT trig distribution for each pT lead in cone bin for decay particles
Definition at line 635 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
[fNBkgBin*fNDecayBits]
pT trig distribution for each pT lead in cone bin for MC tag
Definition at line 641 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
pT trig distribution for each pT lead in cone bin
Definition at line 629 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT trigger : pT distribution of leading hadron oposite to trigger.
Definition at line 371 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! pT trigger for events without opposite hadrons.
Definition at line 374 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! for pi0 trigger pt and ratio of decay photon pt
Definition at line 548 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
[fNBkgBin]
pT trig distribution for each pT sum in cone bin
Definition at line 632 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! trigger and correlated particl pt, to be used for mean value for kt
Definition at line 466 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! trigger and correlated particl pt, to be used for mean value for kT.
Definition at line 439 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! trigger and correlated particl pt, to be used for mean value for kT.
Definition at line 431 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! trigger and correlated particl pt, to be used for mean value for kT/c.
Definition at line 423 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! trigger and correlated particl pt, to be used for mean value for kT.
Definition at line 447 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution of trigger particles.
Definition at line 347 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs mixing bin.
Definition at line 351 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs centrality.
Definition at line 360 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs centrality.
Definition at line 361 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles after fiducial selection.
Definition at line 346 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles before selection.
Definition at line 343 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles after isolation cut selection.
Definition at line 345 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles, check the origin of the cluster : "Photon","Pi0","Pi0Decay","EtaDecay","OtherDecay","Electron","Hadron".
Definition at line 355 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles, used in mixing.
Definition at line 364 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles vs mixing bin.
Definition at line 366 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles, used in mixing, vs vz bin.
Definition at line 365 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles for different pile-up definition.
Definition at line 349 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles after shower shape selection.
Definition at line 344 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles when vertex is BC0.
Definition at line 348 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs vz bin.
Definition at line 350 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pout =associated pt*sin(delta phi) distribution vs trigger pt
Definition at line 465 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
pT trig distribution for each pT sum in cone bin for decay particles
Definition at line 638 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
[fNBkgBin*fgkNmcTypes]
pT trig distribution for each pT sum in cone bin for MC tag
Definition at line 644 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
[fNBkgBin*fgkNmcTypes]
! track resolution sigma pT vs pT, away side, ESDs.
Definition at line 646 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
! track resolution sigma pT vs pT, UE side, ESDs.
Definition at line 648 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
! Event plane vs centrality for trigger particles.
Definition at line 362 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! UE particles distribution vs pt trigger.
Definition at line 385 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
Trigger pT vs xE for different associated pt bins.
Definition at line 512 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 386 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram in cone2 (5pi/6-7pi/6).
Definition at line 387 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 435 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR).
Definition at line 404 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 427 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 419 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 443 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle (decay from pi0)-charged hadron momentum imbalance histogram.
Definition at line 559 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 475 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -negative charged hadron momentum imbalance histogram.
Definition at line 393 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 531 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle (decay from pi0/eta trigger)-charged hadron momentum imbalance histogram
Definition at line 550 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle (decay from pi0/eta trigger)-neutral hadron momentum imbalance histogram
Definition at line 554 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -positive charged hadron momentum imbalance histogram.
Definition at line 392 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram.
Definition at line 388 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 436 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram for large cone [60,120].
Definition at line 391 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying hadron momentum imbalance histogram for UE in left cone, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR).
Definition at line 408 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram for medium cone [70,110].
Definition at line 390 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 428 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 420 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying hadron momentum imbalance histogram for UE in right cone, check the origin of the cluster : decay photon (pi0, eta, other), merged photon (pi0), hadron, rest of photons (prompt, FSR, ISR).
Definition at line 407 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram for small cone [80,100].
Definition at line 389 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 444 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 455 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 458 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum imbalance histogram
Definition at line 542 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 456 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -UE charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 478 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 532 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 459 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 457 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins]
Trigger pT vs xE for different vz bins.
Definition at line 518 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins]
Trigger pT vs zT for different associated pt bins.
Definition at line 515 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 397 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 437 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 429 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 421 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 445 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle (decay from pi0)-charged hadron momentum imbalance histogram.
Definition at line 560 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 481 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -negative charged hadron momentum imbalance histogram.
Definition at line 400 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 535 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle (decay from pi0/eta trigger)-charged hadron momentum imbalance histogram
Definition at line 551 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle (decay from pi0/eta trigger)-neutral hadron momentum imbalance histogram
Definition at line 555 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -positive charged hadron momentum imbalance histogram.
Definition at line 399 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram.
Definition at line 398 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 438 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 430 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 422 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 446 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 461 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum imbalance histogram
Definition at line 544 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -UE charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 484 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 536 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
Trigger pT vs zT for different vz bins.
Definition at line 521 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
Store here per event the trigger index, to avoid too many loops.
Definition at line 284 of file AliAnaParticleHadronCorrelation.h.
Referenced by IsTriggerTheEventLeadingParticle(), and MakeAnalysisFillHistograms().
|
private |
[GetNCentrBin()*GetNZvertBin()*GetNRPBin()]
Containers for calo clusters in stored events for mixing.
Definition at line 300 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), and ~AliAnaParticleHadronCorrelation().
|
private |
Containers for tracks in stored events for mixing.
Definition at line 297 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), and ~AliAnaParticleHadronCorrelation().
|
private |
Study photon clusters with l0 smaller than cut.
Definition at line 306 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), InvMassHisto(), MakeAnalysisFillHistograms(), and SetM02Cut().
|
private |
Study photon clusters with l0 larger than cut.
Definition at line 307 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), InvMassHisto(), MakeAnalysisFillHistograms(), and SetM02Cut().
|
private |
Requesting absolute leading triggers.
Definition at line 281 of file AliAnaParticleHadronCorrelation.h.
Referenced by DoAbsoluteLeading(), FillChargedMCCorrelationHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), MakeChargedMixCorrelation(), MakeMCChargedCorrelation(), Print(), SwitchOffAbsoluteLeading(), and SwitchOnAbsoluteLeading().
|
private |
Requesting near side leading (+-90ยบ from trigger particle) triggers.
Definition at line 282 of file AliAnaParticleHadronCorrelation.h.
Referenced by DoNearSideLeading(), FillChargedMCCorrelationHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), IsTriggerTheEventLeadingParticle(), MakeAnalysisFillHistograms(), MakeChargedMixCorrelation(), MakeMCChargedCorrelation(), Print(), SwitchOffNearSideLeading(), and SwitchOnNearSideLeading().
|
private |
Do analysis for several underlying events contribution.
Definition at line 258 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), IsSeveralUEOn(), MakeChargedCorrelation(), MakeNeutralCorrelation(), Print(), SwitchOffSeveralUECalculation(), and SwitchOnSeveralUECalculation().
|
private |
Maximum associated hadron pt.
Definition at line 250 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), FillChargedMCCorrelationHistograms(), FillNeutralEventMixPool(), GetAnalysisCuts(), GetMaximumAssociatedPt(), MakeChargedCorrelation(), MakeNeutralCorrelation(), Print(), and SetAssociatedPtRange().
|
private |
Maximum ange between the trigger and leading hadron.
Definition at line 314 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPhiMaxCut(), InitParameters(), and SetLeadHadronPhiCut().
|
private |
Maximum pT of leading hadron.
Definition at line 317 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPtMaxCut(), InitParameters(), and SetLeadHadronPtCut().
|
private |
Of the fgkNmcTypes possible types, select those between fMCGenTypeMin and fMCGenTypeMax.
Definition at line 332 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), GetCreateOutputObjects(), InitParameters(), MakeMCChargedCorrelation(), and SetMCGenType().
|
private |
Of the fgkNmcTypes possible types, select those between fMCGenTypeMin and fMCGenTypeMax.
Definition at line 331 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), GetCreateOutputObjects(), InitParameters(), MakeMCChargedCorrelation(), and SetMCGenType().
|
private |
Minimum associated hadron pt.
Definition at line 251 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), GetMinimumAssociatedPt(), Print(), and SetAssociatedPtRange().
|
private |
Minimum angle between the trigger and leading hadron.
Definition at line 313 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPhiMinCut(), InitParameters(), and SetLeadHadronPhiCut().
|
private |
Minimum pT of leading hadron.
Definition at line 316 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPtMinCut(), InitParameters(), and SetLeadHadronPtCut().
|
private |
! Trigger momentum.
Definition at line 335 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), InvMassHisto(), IsTriggerTheEventLeadingParticle(), and MakeMCChargedCorrelation().
|
private |
! Cluster momentum from Invariant mass.
Definition at line 336 of file AliAnaParticleHadronCorrelation.h.
Referenced by InvMassHisto().
|
private |
Number of associated pT bins under study.
Definition at line 290 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), Print(), SetAssocPtBinLimit(), and SetNAssocPtBins().
|
private |
Number of bins on pt content in cone.
Definition at line 278 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), SetBackgroundLimits(), and SetNBackgroundBins().
|
private |
in case of study of decay triggers, select the decay bit.
Definition at line 273 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetNDecayBits().
|
private |
switch the analysis with neutral particles.
Definition at line 267 of file AliAnaParticleHadronCorrelation.h.
Referenced by DoNeutralCorr(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), SwitchOffNeutralCorr(), and SwitchOnNeutralCorr().
|
private |
Name of AOD branch with pi0, not trigger.
Definition at line 263 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), MakeNeutralCorrelation(), Print(), and SetPi0AODBranchName().
|
private |
switch the analysis with decay photon from pi0 trigger.
Definition at line 269 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), IsPi0Trigger(), MakeChargedCorrelation(), MakeNeutralCorrelation(), Print(), SwitchOffPi0TriggerDecayCorr(), and SwitchOnPi0TriggerDecayCorr().
|
private |
Select only trigger particles isolated.
Definition at line 256 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), InitParameters(), OnlyIsolated(), Print(), and SelectIsolated().
|
private |
Select events with leading particle within a range.
Definition at line 309 of file AliAnaParticleHadronCorrelation.h.
Referenced by InitParameters(), IsLeadHadronCutOn(), MakeAnalysisFillHistograms(), SwitchOffLeadHadronSelection(), and SwitchOnLeadHadronSelection().
|
private |
! Track momentum vector.
Definition at line 334 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), FindLeadingOppositeHadronInWindow(), IsTriggerTheEventLeadingParticle(), and MakeChargedCorrelation().
|
private |
Minimum Delta Phi Gamma-Underlying Hadron.
Definition at line 260 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), FillChargedUnderlyingEventSidesHistograms(), FillNeutralUnderlyingEventSidesHistograms(), GetAnalysisCuts(), GetUeDeltaPhiMaxCut(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), MakeNeutralCorrelation(), Print(), and SetUeDeltaPhiCutRange().
|
private |
Maximum Delta Phi Gamma-Underlying Hadron.
Definition at line 261 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), FillChargedUnderlyingEventSidesHistograms(), FillNeutralUnderlyingEventSidesHistograms(), GetAnalysisCuts(), GetUeDeltaPhiMinCut(), InitParameters(), MakeChargedCorrelation(), MakeChargedMixCorrelation(), MakeNeutralCorrelation(), Print(), and SetUeDeltaPhiCutRange().
|
private |
[GetNCentrBin()*GetNZvertBin()*GetNRPBin()]
Signal if in the current event the pool was filled.
Definition at line 302 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), FillNeutralEventMixPool(), GetCreateOutputObjects(), InitParameters(), IsMixStoredInReaderOn(), MakeChargedMixCorrelation(), SwitchOffUseMixStoredInReader(), and SwitchOnUseMixStoredInReader().