![]() |
AliPhysics
e34b7ac (e34b7ac)
|
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... | |
Public Member Functions | |
AliAnaParticleHadronCorrelation () | |
Default Constructor. Initialize parameters. More... | |
virtual | ~AliAnaParticleHadronCorrelation () |
Destructor. Remove event containers. More... | |
TObjString * | GetAnalysisCuts () |
Save parameters used for analysis. More... | |
TList * | GetCreateOutputObjects () |
void | Init () |
Init. If tracks are not loaded, abort. More... | |
void | InitParameters () |
Initialize the default parameters of the analysis. More... | |
void | FillEventMixPool () |
Fill the pool with tracks or clusters if requested. More... | |
void | MakeAnalysisFillHistograms () |
void | Print (const Option_t *opt) const |
Print some relevant parameters set for the analysis. More... | |
Bool_t | FindLeadingOppositeHadronInWindow (AliAODPWG4ParticleCorrelation *particle) |
Bool_t | GetDecayPhotonMomentum (Int_t indexPhoton1, Int_t indexPhoton2, Int_t idetector) |
void | MakeChargedCorrelation (AliAODPWG4ParticleCorrelation *particle) |
void | MakeNeutralCorrelation (AliAODPWG4ParticleCorrelation *particle) |
void | MakeMCChargedCorrelation (Int_t triggerMCLable, Int_t histoIndex, Bool_t lostDecayPair) |
Make the trigger-charged particles correlation at the generator level. More... | |
void | MakeChargedMixCorrelation (AliAODPWG4ParticleCorrelation *particle) |
Mix current trigger with tracks in another Minimum Bias event. More... | |
void | 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. More... | |
void | FillChargedEventMixPool () |
Mixed event pool filling for tracks. More... | |
Bool_t | 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. More... | |
void | 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. More... | |
void | FillChargedUnderlyingEventHistograms (Float_t ptTrig, Float_t ptAssoc, Float_t deltaPhi, Int_t cenbin, Int_t outTOF, Int_t mcTag) |
Fill underlying event histograms. More... | |
void | FillChargedUnderlyingEventSidesHistograms (Float_t ptTrig, Float_t ptAssoc, Float_t deltaPhi, Int_t mcTag) |
void | FillDecayPhotonCorrelationHistograms (Float_t ptAssoc, Float_t phiAssoc, Bool_t bChargedOrNeutral) |
Do correlation with decay photons of triggered pi0 or eta. More... | |
void | FillNeutralEventMixPool () |
void | FillNeutralUnderlyingEventSidesHistograms (Float_t ptTrig, Float_t ptAssoc, Float_t zT, Float_t hbpZT, Float_t deltaPhi) |
void | InvMassHisto (AliAODPWG4ParticleCorrelation *trigger, Int_t mcIndex) |
Int_t | GetMCTagHistogramIndex (Int_t tag) |
Bool_t | IsTriggerTheEventLeadingParticle () |
Float_t | GetMinimumTriggerPt () const |
Float_t | GetMaximumTriggerPt () const |
void | SetTriggerPtRange (Float_t min, Float_t max) |
Float_t | GetMaximumAssociatedPt () const |
Float_t | GetMinimumAssociatedPt () const |
void | SetAssociatedPtRange (Float_t min, Float_t max) |
Double_t | GetDeltaPhiMaxCut () const |
Double_t | GetDeltaPhiMinCut () const |
void | SetDeltaPhiCutRange (Double_t phimin, Double_t phimax) |
Double_t | GetLeadHadronPhiMaxCut () const |
Double_t | GetLeadHadronPhiMinCut () const |
void | SetLeadHadronPhiCut (Float_t min, Float_t max) |
Double_t | GetLeadHadronPtMinCut () const |
Double_t | GetLeadHadronPtMaxCut () const |
void | SetLeadHadronPtCut (Float_t min, Float_t max) |
Bool_t | IsLeadHadronCutOn () const |
void | SwitchOnLeadHadronSelection () |
void | SwitchOffLeadHadronSelection () |
void | SwitchOnFillLeadHadronHistograms () |
void | SwitchOffFillLeadHadronHistograms () |
void | SwitchOnInvariantMassHistograms () |
void | SwitchOffInvariantMassHistograms () |
void | SwitchOnBackgroundBinsPtInConeHistograms () |
void | SwitchOffBackgroundBinsPtInConeHistograms () |
void | SwitchOnBackgroundBinsTaggedDecayPtInConeHistograms () |
void | SwitchOffBackgroundBinsTaggedDecayPtInConeHistograms () |
void | SetNBackgroundBins (Int_t n) |
void | SetBackgroundLimits (Int_t i, Float_t l) |
Double_t | GetUeDeltaPhiMaxCut () const |
Double_t | GetUeDeltaPhiMinCut () const |
void | SetUeDeltaPhiCutRange (Double_t uephimin, Double_t uephimax) |
Bool_t | IsSeveralUEOn () const |
void | SwitchOnSeveralUECalculation () |
void | SwitchOffSeveralUECalculation () |
Bool_t | DoNeutralCorr () const |
void | SwitchOnNeutralCorr () |
void | SwitchOffNeutralCorr () |
Bool_t | DoAbsoluteLeading () const |
void | SwitchOnAbsoluteLeading () |
void | SwitchOffAbsoluteLeading () |
Bool_t | DoNearSideLeading () const |
void | SwitchOnNearSideLeading () |
void | SwitchOffNearSideLeading () |
Bool_t | IsPi0Trigger () const |
void | SwitchOnPi0TriggerDecayCorr () |
void | SwitchOffPi0TriggerDecayCorr () |
Bool_t | IsDecayTrigger () const |
void | SwitchOnDecayTriggerDecayCorr () |
void | SwitchOffDecayTriggerDecayCorr () |
void | SetNDecayBits (Int_t n) |
void | SetDecayBits (Int_t i, UInt_t bit) |
Bool_t | IsHMPIDCorrelation () const |
void | SwitchOnHMPIDCorrelation () |
void | SwitchOffHMPIDCorrelation () |
void | SwitchOnFillBradHistograms () |
void | SwitchOffFillBradHistograms () |
Bool_t | OnlyIsolated () const |
void | SelectIsolated (Bool_t s) |
void | SetPi0AODBranchName (TString n) |
void | SetAODNamepTInConeHisto (TString m) |
void | SetNAssocPtBins (Int_t n) |
Set number of associated charged (neutral) hadrons pT bins. More... | |
void | SetAssocPtBinLimit (Int_t ibin, Float_t pt) |
Set the list of pT limits for the of associated charged (neutral) hadrons. More... | |
Bool_t | IsMixStoredInReaderOn () const |
void | SwitchOnUseMixStoredInReader () |
void | SwitchOffUseMixStoredInReader () |
void | SwitchOnFillNeutralInMixedEvent () |
void | SwitchOffFillNeutralInMixedEvent () |
void | SetM02Cut (Float_t min=0, Float_t max=10) |
void | SwitchOnCorrelationVzBin () |
void | SwitchOffCorrelationVzBin () |
void | SwitchOnFillTriggerAODWithReferences () |
void | SwitchOffFillTriggerAODWithReferences () |
void | SwitchOnCheckNeutralClustersForLeading () |
void | SwitchOffCheckNeutralClustersForLeading () |
void | SwitchOnFillEtaGapHistograms () |
void | SwitchOffFillEtaGapHistograms () |
void | SwitchOnFillPtImbalancePerPtABinHistograms () |
void | SwitchOffFillPtImbalancePerPtABinHistograms () |
void | SetMCGenType (Int_t min=0, Int_t max=6) |
![]() | |
AliAnaCaloTrackCorrBaseClass () | |
virtual | ~AliAnaCaloTrackCorrBaseClass () |
Destructor. More... | |
virtual void | InitDebug () |
virtual void | MakeAnalysisFillAOD () |
virtual void | Terminate (TList *) |
virtual void | AddToHistogramsName (TString add) |
virtual TString | GetAddedHistogramsStringToName () const |
virtual TString | GetBaseParametersList () |
virtual Int_t | GetDebug () const |
virtual void | SetDebug (Int_t d) |
virtual Int_t | GetEventNumber () const |
virtual Int_t | GetTrackMultiplicity () const |
virtual AliCentrality * | GetCentrality () const |
virtual AliMultSelection * | GetMultSelCen () const |
virtual Int_t | GetEventCentrality () const |
virtual AliEventplane * | GetEventPlane () const |
virtual Double_t | GetEventPlaneAngle () const |
virtual TString | GetEventPlaneMethod () const |
virtual void | AddAODParticle (AliAODPWG4Particle part) |
virtual void | ConnectInputOutputAODBranches () |
virtual TClonesArray * | GetCreateOutputAODBranch () |
Create AOD branch filled in the analysis. More... | |
virtual TString | GetInputAODName () const |
virtual void | SetInputAODName (TString name) |
virtual TString | GetOutputAODName () const |
virtual void | SetOutputAODName (TString name) |
virtual Bool_t | NewOutputAOD () const |
virtual TString | GetOutputAODClassName () const |
virtual void | SetOutputAODClassName (TString name) |
virtual TString | GetAODObjArrayName () const |
virtual void | SetAODObjArrayName (TString name) |
virtual TClonesArray * | GetInputAODBranch () const |
virtual TClonesArray * | GetOutputAODBranch () const |
virtual TClonesArray * | GetAODBranch (const TString &aodBranchName) const |
Recover ouput and input AOD pointers for each event in AliCaloTrackMaker. More... | |
virtual TClonesArray * | GetAODCaloClusters () const |
virtual TClonesArray * | GetAODTracks () const |
virtual AliVCaloCells * | GetPHOSCells () const |
virtual AliVCaloCells * | GetEMCALCells () const |
virtual TObjArray * | GetCTSTracks () const |
virtual TObjArray * | GetEMCALClusters () const |
virtual TObjArray * | GetPHOSClusters () const |
virtual TClonesArray * | GetNonStandardJets () const |
virtual AliAODJetEventBackground * | GetBackgroundJets () const |
virtual Int_t | GetCalorimeter () const |
virtual TString | GetCalorimeterString () const |
virtual void | SetCalorimeter (TString &calo) |
Set the calorimeter for the analysis. A string. More... | |
virtual void | SetCalorimeter (Int_t calo) |
Set the calorimeter for the analysis. An integer. More... | |
virtual Bool_t | IsDataMC () const |
virtual void | SwitchOnDataMC () |
virtual void | SwitchOffDataMC () |
virtual Bool_t | IsFiducialCutOn () const |
virtual void | SwitchOnFiducialCut () |
virtual void | SwitchOffFiducialCut () |
virtual Bool_t | IsRealCaloAcceptanceOn () const |
virtual void | SwitchOnRealCaloAcceptance () |
virtual void | SwitchOffRealCaloAcceptance () |
virtual Bool_t | IsCaloPIDOn () const |
virtual void | SwitchOnCaloPID () |
virtual void | SwitchOffCaloPID () |
virtual Bool_t | MakePlotsOn () const |
virtual void | SwitchOnPlotsMaking () |
virtual void | SwitchOffPlotsMaking () |
virtual Bool_t | IsPileUpAnalysisOn () const |
virtual void | SwitchOnFillPileUpHistograms () |
virtual void | SwitchOffFillPileUpHistograms () |
virtual Bool_t | IsHighMultiplicityAnalysisOn () const |
virtual void | SwitchOnFillHighMultiplicityHistograms () |
virtual void | SwitchOffFillHighMultiplicityHistograms () |
virtual Float_t | GetMaxPt () const |
virtual Float_t | GetMinPt () const |
virtual void | SetMaxPt (Float_t pt) |
virtual void | SetMinPt (Float_t pt) |
virtual void | SetPtCutRange (Double_t mi, Double_t ma) |
virtual Float_t | GetMaxEnergy () const |
virtual Float_t | GetMinEnergy () const |
virtual void | SetMaxEnergy (Float_t e) |
virtual void | SetMinEnergy (Float_t e) |
virtual void | SetEnergyCutRange (Double_t mi, Double_t ma) |
virtual void | SetPairTimeCut (Float_t t) |
virtual Float_t | GetPairTimeCut () const |
Time cut in ns. More... | |
Int_t | GetFirstSMCoveredByTRD () const |
Time cut in ns. More... | |
void | SetFirstSMCoveredByTRD (Int_t n) |
virtual Int_t | GetNZvertBin () const |
virtual Int_t | GetNRPBin () const |
Number of bins in vertex. More... | |
virtual Int_t | GetNCentrBin () const |
Number of bins in reaction plain. More... | |
virtual Int_t | GetNTrackMultBin () const |
Number of bins in centrality. More... | |
virtual Int_t | GetNMaxEvMix () const |
Number of bins in track multiplicity. More... | |
virtual Float_t | GetZvertexCut () const |
Maximal number of events for mixin. More... | |
virtual Int_t | GetTrackMultiplicityBin () const |
Cut on vertex position. More... | |
virtual Int_t | GetEventCentralityBin () const |
virtual Int_t | GetEventRPBin () const |
virtual Int_t | GetEventVzBin () const |
virtual Int_t | GetEventMixBin () const |
virtual Int_t | GetEventMixBin (Int_t iCen, Int_t iVz, Int_t iRP) const |
virtual Double_t | GetEventWeight () const |
virtual void | SetNZvertBin (Int_t n=1) |
virtual void | SetNRPBin (Int_t n=1) |
Number of bins for vertex position. More... | |
virtual void | SetNCentrBin (Int_t n=1) |
Number of bins in reaction plain. More... | |
virtual void | SetNTrackMultBin (Int_t n=1) |
Number of bins in centrality. More... | |
virtual void | SetNMaxEvMix (Int_t n=20) |
Number of bins in track multiplicity. More... | |
virtual void | SetTrackMultiplicityBin (Int_t bin, Int_t mult) |
Maximal number of events for mixing. More... | |
virtual void | SwitchOnTrackMultBins () |
virtual void | SwitchOffTrackMultBins () |
virtual void | SwitchOnOwnMix () |
virtual void | SwitchOffOwnMix () |
virtual Bool_t | DoOwnMix () const |
virtual Bool_t | UseTrackMultBins () const |
virtual Int_t | CheckMixedEventVertex (Int_t caloLabel, Int_t trackLabel) |
virtual AliMixedEvent * | GetMixedEvent () const |
virtual Int_t | GetNMixedEvent () const |
virtual void | GetVertex (Double_t vertex[3]) const |
virtual Double_t * | GetVertex (Int_t evtIndex) const |
virtual void | GetVertex (Double_t vertex[3], Int_t evtIndex) const |
virtual Int_t | GetV0Signal (Int_t i) const |
virtual Int_t | GetV0Multiplicity (Int_t i) const |
Float_t | GetPhi (Float_t phi) const |
Shift phi angle in case of negative value 360 degrees. Example TLorenzVector::Phi defined in -pi to pi. More... | |
Float_t | DegToRad (Float_t deg) const |
Float_t | RadToDeg (Float_t rad) const |
virtual Bool_t | IsTrackMatched (AliVCluster *cluster, AliVEvent *event) |
virtual Int_t | GetModuleNumberCellIndexes (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU) const |
virtual Int_t | GetModuleNumberCellIndexesAbsCaloMap (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU, Int_t &icolAbs, Int_t &irowAbs) const |
virtual Int_t | GetModuleNumber (AliAODPWG4Particle *part) const |
virtual Int_t | GetModuleNumber (AliVCluster *cluster) const |
virtual AliVCluster * | FindCluster (TObjArray *clusters, Int_t clId, Int_t &iclus, Int_t first=0) |
virtual AliStack * | GetMCStack () const |
virtual AliHeader * | GetMCHeader () const |
virtual AliGenEventHeader * | GetMCGenEventHeader () const |
virtual AliCaloPID * | GetCaloPID () |
virtual AliCalorimeterUtils * | GetCaloUtils () const |
virtual AliFiducialCut * | GetFiducialCut () |
virtual AliHistogramRanges * | GetHistogramRanges () |
virtual AliIsolationCut * | GetIsolationCut () |
virtual AliMCAnalysisUtils * | GetMCAnalysisUtils () |
virtual AliNeutralMesonSelection * | GetNeutralMesonSelection () |
virtual AliCaloTrackReader * | GetReader () const |
virtual AliEMCALGeometry * | GetEMCALGeometry () const |
virtual AliPHOSGeoUtils * | GetPHOSGeometry () const |
virtual void | SetCaloPID (AliCaloPID *pid) |
virtual void | SetCaloUtils (AliCalorimeterUtils *caloutils) |
virtual void | SetFiducialCut (AliFiducialCut *fc) |
virtual void | SetHistogramRanges (AliHistogramRanges *hr) |
virtual void | SetIsolationCut (AliIsolationCut *ic) |
virtual void | SetMCAnalysisUtils (AliMCAnalysisUtils *mcutils) |
virtual void | SetNeutralMesonSelection (AliNeutralMesonSelection *const nms) |
virtual void | SetReader (AliCaloTrackReader *reader) |
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... | |
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 26 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 103 of file AliAnaParticleHadronCorrelation.h.
AliAnaParticleHadronCorrelation::AliAnaParticleHadronCorrelation | ( | ) |
Default Constructor. Initialize parameters.
Definition at line 58 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Destructor. Remove event containers.
Definition at line 227 of file AliAnaParticleHadronCorrelation.cxx.
|
private |
Copy constructor not implemented.
|
inline |
Definition at line 178 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 183 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 173 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 272 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation().
void AliAnaParticleHadronCorrelation::FillChargedEventMixPool | ( | ) |
Mixed event pool filling for tracks.
Definition at line 1173 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 480 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 698 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 861 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 970 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 1069 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 1155 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 1249 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 1132 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 1339 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1423 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Create histograms to be saved in output file and store them in fOutputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1468 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 3257 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeChargedCorrelation(), and MakeNeutralCorrelation().
|
inline |
Definition at line 124 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 125 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 130 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 131 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 136 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 135 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 119 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 114 of file AliAnaParticleHadronCorrelation.h.
mcTag | MC tag (AliCaloPID) of cluster/track triggering |
Definition at line 3284 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), FillChargedUnderlyingEventHistograms(), FillChargedUnderlyingEventSidesHistograms(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 120 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 113 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 162 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 163 of file AliAnaParticleHadronCorrelation.h.
|
virtual |
Init. If tracks are not loaded, abort.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3301 of file AliAnaParticleHadronCorrelation.cxx.
|
virtual |
Initialize the default parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3310 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 3399 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 192 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 199 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 140 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 216 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 188 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 168 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 3447 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 3594 of file AliAnaParticleHadronCorrelation.cxx.
void AliAnaParticleHadronCorrelation::MakeChargedCorrelation | ( | AliAODPWG4ParticleCorrelation * | aodParticle | ) |
Loop on tracks. Fill histograms correlating them with the trigger particle:
Definition at line 3983 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 4234 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 4698 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 4533 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 206 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 4920 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 207 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 211 of file AliAnaParticleHadronCorrelation.h.
Definition at line 121 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Set the list of pT limits for the of associated charged (neutral) hadrons.
Definition at line 4967 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 158 of file AliAnaParticleHadronCorrelation.h.
Definition at line 196 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 126 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
Definition at line 132 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 137 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 223 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
Definition at line 240 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 4949 of file AliAnaParticleHadronCorrelation.cxx.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 157 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 195 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 209 of file AliAnaParticleHadronCorrelation.h.
Definition at line 115 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 165 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 180 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 151 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 154 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 232 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 226 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 194 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 204 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 235 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 145 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 221 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 238 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 229 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 201 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 148 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 142 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 185 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 175 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 190 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 170 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 218 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 179 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 150 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 153 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 231 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 225 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 193 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 203 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 234 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 144 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 220 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 237 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 228 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 200 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 147 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 141 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 184 of file AliAnaParticleHadronCorrelation.h.
Referenced by ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 174 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 189 of file AliAnaParticleHadronCorrelation.h.
|
inline |
Definition at line 169 of file AliAnaParticleHadronCorrelation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureHadronCorrelationAnalysis().
|
inline |
Definition at line 217 of file AliAnaParticleHadronCorrelation.h.
|
private |
Name of AOD array to fill pT in cone histograms.
Definition at line 264 of file AliAnaParticleHadronCorrelation.h.
Referenced by SetAODNamepTInConeHisto().
|
private |
Associated pT under study.
Definition at line 291 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 278 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 247 of file AliAnaParticleHadronCorrelation.h.
Referenced by IsTriggerTheEventLeadingParticle(), MakeChargedMixCorrelation(), SwitchOffCheckNeutralClustersForLeading(), and SwitchOnCheckNeutralClustersForLeading().
|
private |
Fill one histogram per vz bin.
Definition at line 293 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 275 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetDecayBits().
|
private |
! Decay particle momentum.
Definition at line 336 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), GetDecayPhotonMomentum(), and MakeChargedCorrelation().
|
private |
! Decay particle momentum.
Definition at line 337 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), GetDecayPhotonMomentum(), and MakeChargedCorrelation().
|
private |
Lambda0 cut for decay particles.
Definition at line 328 of file AliAnaParticleHadronCorrelation.h.
Referenced by InitParameters(), and MakeAnalysisFillHistograms().
|
private |
switch the analysis with decay photon from photon trigger.
Definition at line 270 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 252 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 253 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 245 of file AliAnaParticleHadronCorrelation.h.
Referenced by MakeChargedCorrelation(), MakeNeutralCorrelation(), SwitchOffFillTriggerAODWithReferences(), and SwitchOnFillTriggerAODWithReferences().
|
private |
Fill pT in cone in background bins distributions.
Definition at line 324 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffBackgroundBinsPtInConeHistograms(), and SwitchOnBackgroundBinsPtInConeHistograms().
|
private |
DPhi histograms calculated differently.
Definition at line 287 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 318 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), SwitchOffFillEtaGapHistograms(), and SwitchOnFillEtaGapHistograms().
|
private |
Fill invariant mass histograms for trigger.
Definition at line 322 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 310 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 320 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), SwitchOffFillPtImbalancePerPtABinHistograms(), and SwitchOnFillPtImbalancePerPtABinHistograms().
|
private |
Add clusters to pool if requested.
Definition at line 303 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 326 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 106 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and SetMCGenType().
|
private |
! Trigger pT vs associated pT for background.
Definition at line 485 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 381 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Differences of eta between trigger and charged hadrons: multiplicity bin.
Definition at line 471 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 415 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 411 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 417 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 527 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 491 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 497 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 494 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 500 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 503 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 508 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 506 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 380 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 432 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 404 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
Differences of phi between trigger and charged hadrons: multiplicity bin.
Definition at line 468 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 424 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 414 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 382 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 410 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 433 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 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, pTa > 3 GeV/c.
Definition at line 416 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 441 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 440 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Difference of charged particle phi and photon decay trigger.
Definition at line 557 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 562 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 488 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Differences of eta and phi between trigger and charged hadrons.
Definition at line 377 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 409 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Differences of eta and phi between trigger and neutral hadrons (pi0)
Definition at line 523 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 526 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 528 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 548 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 552 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 383 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 449 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 |
! Difference of charged particle from underlying events phi and trigger particle phi as function of neutral particle pT
Definition at line 540 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 450 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 529 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 453 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 451 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distribution of charged particles.
Definition at line 379 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distribution of neutral particles
Definition at line 525 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 374 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! eta distribution vs pT of trigger particles.
Definition at line 352 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta distribution vs pT of trigger particles, used in mixing.
Definition at line 367 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 617 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! Number of MB events in a particular bin (cen,vz,rp).
Definition at line 619 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), and GetCreateOutputObjects().
|
private |
! Number of triggers mixed in a particular bin (cen,vz,rp).
Definition at line 618 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! Invariant mass of the trigger.
Definition at line 622 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 575 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 576 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged delta phi vs delta eta (associated-trigger)
Definition at line 578 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 577 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged primary pt vs eta (both associated)
Definition at line 573 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure Eta distribution of trigger particles
Definition at line 569 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure Eta distribution of trigger not leading particles
Definition at line 572 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! Invariant mass of the trigger vs MC origin.
Definition at line 623 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and InvMassHisto().
|
private |
! MC pure particles charged primary pt vs phi (both associated)
Definition at line 574 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure Phi distribution of trigger particles
Definition at line 568 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure Phi distribution of trigger not leading particles
Definition at line 571 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 593 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/xE)
Definition at line 582 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 583 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 584 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs ln(1/zT)
Definition at line 589 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 590 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 591 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins*GetNZvertBin()]
! MC pure pT distribution of trigger particles
Definition at line 567 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure pT distribution of trigger not leading particles
Definition at line 570 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeMCChargedCorrelation().
|
private |
! MC pure particles charged trigger primary pt vs pOut
Definition at line 592 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs xE
Definition at line 579 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs xE (underlying event)
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,left cone)
Definition at line 581 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs zT
Definition at line 586 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure particles charged trigger primary pt vs zT (underlying event)
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, left cone)
Definition at line 588 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! MC pure UE particles distribution vs pt trig
Definition at line 585 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 599 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 606 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 612 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 609 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 600 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 615 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! ln(1/xE) for mixed event.
Definition at line 603 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! xE for mixed event.
Definition at line 601 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! xE for mixed event in Ue region.
Definition at line 602 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
Correlate with particles on HMPID or its acceptance.
Definition at line 285 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), GetCreateOutputObjects(), InitParameters(), IsHMPIDCorrelation(), SwitchOffHMPIDCorrelation(), and SwitchOnHMPIDCorrelation().
|
private |
! Total number of clusters in MB events.
Definition at line 598 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), and GetCreateOutputObjects().
|
private |
! Number of analyzed triggered events.
Definition at line 596 of file AliAnaParticleHadronCorrelation.h.
|
private |
! Total number of tracks in MB events.
Definition at line 597 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), and GetCreateOutputObjects().
|
private |
! Phi distribution of charged particles.
Definition at line 378 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distribution of neutral particles
Definition at line 524 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! phi distribution vs pT of trigger particles.
Definition at line 351 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi distribution vs pT of trigger particles, used in mixing.
Definition at line 366 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles, tagged as decay.
Definition at line 356 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 357 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 372 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! pT trigger : difference phi distribution of leading hadron oposite and trigger.
Definition at line 371 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum HBP histogram.
Definition at line 393 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 394 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral particle momentum HBP histogram
Definition at line 532 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram.
Definition at line 395 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram
Definition at line 459 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum HBP histogram
Definition at line 542 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - underlying neutral hadron momentum HBP histogram
Definition at line 533 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -charged hadron momentum HBP histogram.
Definition at line 400 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral particle momentum HBP histogram
Definition at line 536 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeNeutralCorrelation().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram.
Definition at line 401 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum HBP histogram
Definition at line 461 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum HBP histogram
Definition at line 544 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - underlying neutral hadron momentum HBP histogram
Definition at line 537 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 634 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 640 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
pT trig distribution for each pT lead in cone bin
Definition at line 628 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT trigger : pT distribution of leading hadron oposite to trigger.
Definition at line 370 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! pT trigger for events without opposite hadrons.
Definition at line 373 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), and GetCreateOutputObjects().
|
private |
! for pi0 trigger pt and ratio of decay photon pt
Definition at line 547 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
[fNBkgBin]
pT trig distribution for each pT sum in cone bin
Definition at line 631 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 465 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 438 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 430 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 422 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 446 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution of trigger particles.
Definition at line 346 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs mixing bin.
Definition at line 350 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs centrality.
Definition at line 359 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 after fiducial selection.
Definition at line 345 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles before selection.
Definition at line 342 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles after isolation cut selection.
Definition at line 344 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 354 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles, used in mixing.
Definition at line 363 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles vs mixing bin.
Definition at line 365 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles, used in mixing, vs vz bin.
Definition at line 364 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedMixCorrelation().
|
private |
! pT distribution of trigger particles for different pile-up definition.
Definition at line 348 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles after shower shape selection.
Definition at line 343 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles when vertex is BC0.
Definition at line 347 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution of trigger particles vs vz bin.
Definition at line 349 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pout =associated pt*sin(delta phi) distribution vs trigger pt
Definition at line 464 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 637 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 643 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
[fNBkgBin*fgkNmcTypes]
! track resolution sigma pT vs pT, away side, ESDs.
Definition at line 645 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
! track resolution sigma pT vs pT, UE side, ESDs.
Definition at line 647 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeChargedCorrelation().
|
private |
! Event plane vs centrality for trigger particles.
Definition at line 361 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! UE particles distribution vs pt trigger.
Definition at line 384 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
Trigger pT vs xE for different associated pt bins.
Definition at line 511 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 385 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 386 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 434 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 403 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 426 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 418 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 442 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle (decay from pi0)-charged hadron momentum imbalance histogram.
Definition at line 558 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 474 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -negative charged hadron momentum imbalance histogram.
Definition at line 392 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 530 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 549 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 553 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillDecayPhotonCorrelationHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -positive charged hadron momentum imbalance histogram.
Definition at line 391 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram.
Definition at line 387 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 435 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 390 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 407 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 389 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 427 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 419 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 406 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 388 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 443 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 454 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 |
! Trigger particle -underlying neutral hadron momentum imbalance histogram
Definition at line 541 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), 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 -UE charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 477 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), 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 -underlying charged hadron momentum imbalance histogram
Definition at line 458 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), 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 |
[fNAssocPtBins]
Trigger pT vs xE for different vz bins.
Definition at line 517 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
[fNAssocPtBins]
Trigger pT vs zT for different associated pt bins.
Definition at line 514 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 396 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 436 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 428 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 420 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 444 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 480 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -negative charged hadron momentum imbalance histogram.
Definition at line 399 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle - neutral hadron momentum imbalance histogram
Definition at line 534 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 398 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMomentumImbalanceHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram.
Definition at line 397 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 437 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 429 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 421 of file AliAnaParticleHadronCorrelation.h.
Referenced by AliAnaParticleHadronCorrelation(), FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -charged hadron momentum imbalance histogram.
Definition at line 445 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying charged hadron momentum imbalance histogram
Definition at line 460 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
! Trigger particle -underlying neutral hadron momentum imbalance histogram
Definition at line 543 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralUnderlyingEventSidesHistograms(), and GetCreateOutputObjects().
|
private |
Trigger particle -UE charged hadron momentum imbalance histogram: multiplicity bin.
Definition at line 483 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedUnderlyingEventHistograms(), 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 pT vs zT for different vz bins.
Definition at line 520 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 283 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 299 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), and ~AliAnaParticleHadronCorrelation().
|
private |
Containers for tracks in stored events for mixing.
Definition at line 296 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), GetCreateOutputObjects(), MakeChargedMixCorrelation(), and ~AliAnaParticleHadronCorrelation().
|
private |
Study photon clusters with l0 smaller than cut.
Definition at line 305 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), InvMassHisto(), MakeAnalysisFillHistograms(), and SetM02Cut().
|
private |
Study photon clusters with l0 larger than cut.
Definition at line 306 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), InvMassHisto(), MakeAnalysisFillHistograms(), and SetM02Cut().
|
private |
Requesting absolute leading triggers.
Definition at line 280 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 281 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 257 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 249 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 313 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPhiMaxCut(), InitParameters(), and SetLeadHadronPhiCut().
|
private |
Maximum pT of leading hadron.
Definition at line 316 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 331 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 330 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedMCCorrelationHistograms(), GetCreateOutputObjects(), InitParameters(), MakeMCChargedCorrelation(), and SetMCGenType().
|
private |
Minimum associated hadron pt.
Definition at line 250 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), GetMinimumAssociatedPt(), Print(), and SetAssociatedPtRange().
|
private |
Minimum angle between the trigger and leading hadron.
Definition at line 312 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPhiMinCut(), InitParameters(), and SetLeadHadronPhiCut().
|
private |
Minimum pT of leading hadron.
Definition at line 315 of file AliAnaParticleHadronCorrelation.h.
Referenced by FindLeadingOppositeHadronInWindow(), GetLeadHadronPtMinCut(), InitParameters(), and SetLeadHadronPtCut().
|
private |
! Trigger momentum.
Definition at line 334 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillNeutralEventMixPool(), InvMassHisto(), IsTriggerTheEventLeadingParticle(), and MakeMCChargedCorrelation().
|
private |
! Cluster momentum from Invariant mass.
Definition at line 335 of file AliAnaParticleHadronCorrelation.h.
Referenced by InvMassHisto().
|
private |
Number of associated pT bins under study.
Definition at line 289 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 277 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 272 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedAngularCorrelationHistograms(), FillChargedMomentumImbalanceHistograms(), GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillHistograms(), and SetNDecayBits().
|
private |
switch the analysis with neutral particles.
Definition at line 266 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 262 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), MakeNeutralCorrelation(), Print(), and SetPi0AODBranchName().
|
private |
switch the analysis with decay photon from pi0 trigger.
Definition at line 268 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 255 of file AliAnaParticleHadronCorrelation.h.
Referenced by GetAnalysisCuts(), InitParameters(), OnlyIsolated(), Print(), and SelectIsolated().
|
private |
Select events with leading particle within a range.
Definition at line 308 of file AliAnaParticleHadronCorrelation.h.
Referenced by InitParameters(), IsLeadHadronCutOn(), MakeAnalysisFillHistograms(), SwitchOffLeadHadronSelection(), and SwitchOnLeadHadronSelection().
|
private |
! Track momentum vector.
Definition at line 333 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), FindLeadingOppositeHadronInWindow(), IsTriggerTheEventLeadingParticle(), and MakeChargedCorrelation().
|
private |
Minimum Delta Phi Gamma-Underlying Hadron.
Definition at line 259 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 260 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 301 of file AliAnaParticleHadronCorrelation.h.
Referenced by FillChargedEventMixPool(), FillNeutralEventMixPool(), GetCreateOutputObjects(), InitParameters(), IsMixStoredInReaderOn(), MakeChargedMixCorrelation(), SwitchOffUseMixStoredInReader(), and SwitchOnUseMixStoredInReader().