AliPhysics  f57202d (f57202d)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnaParticleIsolation Class Reference

Select clusters/tracks with low particle environment in their vecinity, isolated within a cone. More...

#include <AliAnaParticleIsolation.h>

Inheritance diagram for AliAnaParticleIsolation:

Public Types

enum  mcPrimTypes {
  kmcPrimPhoton = 0, kmcPrimPi0Decay = 1, kmcPrimEtaDecay = 2, kmcPrimOtherDecay = 3,
  kmcPrimPrompt = 4, kmcPrimFrag = 5, kmcPrimISR = 6, kmcPrimPi0 = 7,
  kmcPrimEta = 8
}
 For primary histograms in arrays, index in the array, corresponding to a photon origin. More...
 
enum  mcTypes {
  kmcPhoton = 0, kmcPrompt = 1, kmcFragment = 2, kmcPi0 = 3,
  kmcPi0Decay = 4, kmcPi0DecayLostPair = 5, kmcEta = 6, kmcEtaDecay = 7,
  kmcEtaDecayLostPair = 8, kmcOtherDecay =9, kmcElectron =10, kmcHadron =11
}
 For histograms in arrays, index in the array, corresponding to any particle origin. More...
 
- Public Types inherited from AliAnaCaloTrackCorrBaseClass
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

 AliAnaParticleIsolation ()
 Default constructor. Initialize parameters. More...
 
virtual ~AliAnaParticleIsolation ()
 Virtual destructor. More...
 
void CalculateCaloUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand)
 Get the clusters pT or sum of pT in phi/eta bands or at 45 degrees from trigger. More...
 
void CalculateCaloCellUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand)
 Get the cells amplitude or sum of amplitude in phi/eta bands or at 45 degrees from trigger. More...
 
void CalculateTrackUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand)
 Get the track pT or sum of pT in phi/eta bands or at 45 degrees from trigger. More...
 
void CalculateCaloSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumCluster, Float_t &coneptLeadCluster)
 Get the cluster pT or sum of pT in isolation cone. More...
 
void CalculateCaloCellSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumCell)
 
void CalculateTrackSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumTrack, Float_t &coneptLeadTrack)
 Get the track pT or sum of pT in isolation cone. More...
 
void CalculateNormalizeUEBandPerUnitArea (AliAODPWG4ParticleCorrelation *pCandidate, Float_t coneptsumCluster, Float_t coneptsumCell, Float_t coneptsumTrack, Float_t &etaBandptsumTrackNorm, Float_t &etaBandptsumClusterNorm)
 Normalize phi/eta band per area unit. More...
 
TObjString * GetAnalysisCuts ()
 Save parameters used for analysis. More...
 
TListGetCreateOutputObjects ()
 
void Init ()
 Do some checks and init stuff. More...
 
void InitParameters ()
 
void MakeAnalysisFillAOD ()
 
void MakeAnalysisFillHistograms ()
 Do analysis and fill histograms. More...
 
void Print (const Option_t *opt) const
 Print some relevant parameters set for the analysis. More...
 
void FillPileUpHistograms (Float_t energy, Float_t time)
 Fill some histograms to understand pile-up. More...
 
void FillAcceptanceHistograms ()
 
void FillTrackMatchingShowerShapeControlHistograms (AliAODPWG4ParticleCorrelation *pCandidate, Float_t coneptsum, Float_t coneleadpt, Int_t mcIndex)
 Fill Track matching and Shower Shape control histograms. More...
 
Bool_t IsTriggerTheNearSideEventLeadingParticle (Int_t &idLeading)
 
void MakeSeveralICAnalysis (AliAODPWG4ParticleCorrelation *ph, Int_t mcIndex)
 Isolation Cut Analysis for both methods and different pt cuts and cones. More...
 
TString GetTriggerDetectorString () const
 
TString GetTriggerDetector () const
 
Int_t GetNCones () const
 
Int_t GetNPtThresFrac () const
 
Float_t GetConeSizes (Int_t i) const
 
Float_t GetPtThresholds (Int_t i) const
 
Float_t GetSumPtThresholds (Int_t i) const
 
Float_t GetPtFractions (Int_t i) const
 
Int_t GetMCIndex (Int_t mcTag)
 MC histogram index depending on origin of candidate. More...
 
void SetTriggerDetector (TString &det)
 Set the detrimeter for the analysis. More...
 
void SetTriggerDetector (Int_t det)
 Set the detrimeter for the analysis. More...
 
void SetNCones (Int_t ncs)
 
void SetNPtThresFrac (Int_t npt)
 
void SetConeSizes (Int_t i, Float_t r)
 
void SetPtThresholds (Int_t i, Float_t pt)
 
void SetPtFractions (Int_t i, Float_t pt)
 
void SetSumPtThresholds (Int_t i, Float_t pt)
 
void SetMinCellsAngleOverlap (Float_t n)
 
Bool_t IsReIsolationOn () const
 
void SwitchOnReIsolation ()
 
void SwitchOffReIsolation ()
 
Bool_t IsSeveralIsolationOn () const
 
void SwitchOnSeveralIsolation ()
 
void SwitchOffSeveralIsolation ()
 
void SwitchOnTMHistoFill ()
 
void SwitchOffTMHistoFill ()
 
void SwitchOnSSHistoFill ()
 
void SwitchOffSSHistoFill ()
 
void SwitchOnFillEMCALRegionSSHistograms ()
 
void SwitchOffFillEMCALRegionSSHistograms ()
 
Bool_t IsLeadingOnlyOn () const
 
void SwitchOnLeadingOnly ()
 
void SwitchOffLeadingOnly ()
 
void SwitchOnCheckNeutralClustersForLeading ()
 
void SwitchOffCheckNeutralClustersForLeading ()
 
void SwitchOnUEBandSubtractionHistoFill ()
 
void SwitchOffUEBandSubtractionHistoFill ()
 
void SwitchOnCellHistoFill ()
 
void SwitchOffCellHistoFill ()
 
void SwitchOnNLMHistoFill ()
 
void SwitchOffNLMHistoFill ()
 
void SwitchOnDecayTaggedHistoFill ()
 
void SwitchOffDecayTaggedHistoFill ()
 
void SetNDecayBits (Int_t n)
 
void SetDecayBits (Int_t i, UInt_t bit)
 
void SetM02CutForTaggedDecays (Float_t m02)
 
void SwitchOnBackgroundBinHistoFill ()
 
void SwitchOffBackgroundBinHistoFill ()
 
void SetNBackgroundBins (Int_t n)
 
void SetBackgroundLimits (Int_t i, Float_t l)
 
void SwitchOnPtTrigBinHistoFill ()
 
void SwitchOffPtTrigBinHistoFill ()
 
void SetNPtTrigBins (Int_t n)
 
void SetPtTrigLimits (Int_t i, Float_t l)
 
void SwitchOnPrimariesInConeSelection ()
 
void SwitchOffPrimariesInConeSelection ()
 
void SwitchOnPrimariesPi0DecayStudy ()
 
void SwitchOffPrimariesPi0DecayStudy ()
 
void SwitchOnOverlapHistograms ()
 
void SwitchOffOverlapHistograms ()
 
void SwitchOnStudyFECCorrelation ()
 
void SwitchOffStudyFECCorrelation ()
 
void SwitchOnStudyTracksInCone ()
 
void SwitchOffStudyTracksInCone ()
 
void SwitchOnStudyPtCutInCone ()
 
void SwitchOffStudyPtCutInCone ()
 
void SwitchOnStudyEtaCutInCone ()
 
void SwitchOffStudyEtaCutInCone ()
 
void SetNPtCutInCone (Int_t n)
 
void SetPtCutInConeAt (Int_t i, Float_t l)
 
void SetNEtaCutInCone (Int_t n)
 
void SetEtaCutInConeAt (Int_t i, Float_t l)
 
- Public Member Functions inherited from AliAnaCaloTrackCorrBaseClass
 AliAnaCaloTrackCorrBaseClass ()
 
virtual ~AliAnaCaloTrackCorrBaseClass ()
 Destructor. More...
 
virtual void InitDebug ()
 
virtual void FillEventMixPool ()
 
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 TObjArrayGetCTSTracks () const
 
virtual TObjArrayGetEMCALClusters () const
 
virtual TObjArrayGetPHOSClusters () 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_tGetVertex (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 AliCaloPIDGetCaloPID ()
 
virtual AliCalorimeterUtilsGetCaloUtils () const
 
virtual AliFiducialCutGetFiducialCut ()
 
virtual AliHistogramRangesGetHistogramRanges ()
 
virtual AliIsolationCutGetIsolationCut ()
 
virtual AliMCAnalysisUtilsGetMCAnalysisUtils ()
 
virtual AliNeutralMesonSelectionGetNeutralMesonSelection ()
 
virtual AliCaloTrackReaderGetReader () 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)
 
void SwitchOnStudyClusterOverlapsPerGenerator ()
 
void SwitchOffStudyClusterOverlapsPerGenerator ()
 
Bool_t IsStudyClusterOverlapsPerGeneratorOn () const
 
void SetNCocktailGenNamesToCheck (Int_t nb)
 
Int_t GetNCocktailGenNamesToCheck () const
 
void SetCocktailGenNameToCheck (Int_t i, TString v)
 
TString GetCocktailGenNameToCheck (Int_t i) const
 
Int_t GetCocktailGeneratorBackgroundTag (AliVCluster *clus, Int_t mctag, TString &genName, TString &genNameBkg)
 

Static Public Attributes

static const Int_t fgkNmcPrimTypes = 9
 Number of MC primary particle types used in the analysis in the histogram arrays. More...
 
static const Int_t fgkNmcTypes = 12
 Number of MC type particles originating the clusters used in the analysis in the histogram arrays. More...
 

Private Member Functions

 AliAnaParticleIsolation (const AliAnaParticleIsolation &iso)
 Copy constructor not implemented. More...
 
AliAnaParticleIsolationoperator= (const AliAnaParticleIsolation &iso)
 Assignment operator not implemented. More...
 

Private Attributes

Int_t fIsoDetector
 Candidate particle for isolation detector. More...
 
TString fIsoDetectorString
 Candidate particle for isolation detector. More...
 
Bool_t fReMakeIC
 Do isolation analysis. More...
 
Bool_t fMakeSeveralIC
 Do analysis for different IC. More...
 
Bool_t fFillTMHisto
 Fill track matching plots. More...
 
Bool_t fFillSSHisto
 Fill Shower shape plots. More...
 
Bool_t fFillEMCALRegionSSHistograms
 Fill shower shape histograms in EMCal slices. More...
 
Bool_t fFillUEBandSubtractHistograms
 Fill histograms working on the UE subtraction. More...
 
Bool_t fFillCellHistograms
 Fill cell histograms. More...
 
Bool_t fFillOverlapHistograms
 Fill histograms that depend on number of overlaps. More...
 
Bool_t fStudyFECCorrelation
 Study 4 FEC channels cross correlation. More...
 
Bool_t fStudyTracksInCone
 Study tracks depending on different track info. More...
 
Bool_t fFillTaggedDecayHistograms
 Fill histograms for clusters tagged as decay. 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...
 
Float_t fDecayTagsM02Cut
 Apply a m02 cut to clusters tagged as decay. More...
 
Bool_t fFillNLMHistograms
 Fill NLM histograms. More...
 
Bool_t fLeadingOnly
 Do isolation with leading particle. More...
 
Bool_t fCheckLeadingWithNeutralClusters
 Compare the trigger candidate to Leading pT with the clusters pT, by default only charged. More...
 
Bool_t fSelectPrimariesInCone
 In primary particle isolation studies, select only particles in isolation cone within detector acceptance and E cut. More...
 
Bool_t fMakePrimaryPi0DecayStudy
 Fill dedicated histograms for primary decay photons. More...
 
Bool_t fFillBackgroundBinHistograms
 Fill histograms for different bins in pt content of the cone. 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 fFillPtTrigBinHistograms
 Fill histograms for different bins in pt trigger. More...
 
Int_t fNPtTrigBin
 Number of bins on pt trigger. More...
 
Float_t fPtTrigBinLimit [20]
 Pt bin limits on pt trigger. More...
 
Float_t fMinCellsAngleOverlap
 Number of cells that define the cluster overlap. More...
 
Int_t fNCones
 Number of cone sizes to test. Multiple cones and pt thresholds analysis. More...
 
Int_t fNPtThresFrac
 Number of ptThres and ptFrac to test. Multiple cones and pt thresholds analysis. More...
 
Float_t fConeSizes [5]
 Array with cones to test. Multiple cones and pt thresholds analysis. More...
 
Float_t fPtThresholds [5]
 Array with pt thresholds to test. Multiple cones and pt thresholds analysis. More...
 
Float_t fPtFractions [5]
 Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis. More...
 
Float_t fSumPtThresholds [5]
 Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis. More...
 
Bool_t fStudyPtCutInCone
 Activate study of track/cluster min pT on sum of pT in cone. More...
 
Int_t fNPtCutsInCone
 Number of track/cluster min pT cut to test in cone for sum pT calculation. More...
 
Float_t fPtCutInCone [20]
 List of track/cluster min pT cut to test in cone for sum pT calculation. More...
 
Bool_t fStudyEtaCutInCone
 Activate study of track/cluster max eta on sum of pT in cone. More...
 
Int_t fNEtaCutsInCone
 Number of track/cluster max eta cut to test in cone for sum pT calculation. More...
 
Float_t fEtaCutInCone [10]
 List of track/cluster max eta cut to test in cone for sum pT calculation. More...
 
TLorentzVector fMomentum
 ! Temporary vector, avoid creation per event. More...
 
TLorentzVector fMomIso
 ! Temporary vector, avoid creation per event. More...
 
TLorentzVector fMomDaugh1
 ! Temporary vector, avoid creation per event. More...
 
TLorentzVector fMomDaugh2
 ! Temporary vector, avoid creation per event. More...
 
TVector3 fTrackVector
 ! Temporary vector, avoid creation per event. More...
 
TVector3 fProdVertex
 ! Temporary vector, avoid creation per event. More...
 
AliVCluster * fCluster
 ! Temporary vcluster, avoid creation per event. More...
 
TObjArrayfClustersArr
 ! Temporary ClustersArray, avoid creation per event. More...
 
TH1F * fhEIso
 ! Number of isolated particles vs energy. More...
 
TH1F * fhPtIso
 ! Number of isolated particles vs pT. More...
 
TH2FfhPtCentralityIso
 ! Centrality vs pT. More...
 
TH2FfhPtEventPlaneIso
 ! Event plane angle vs pT. More...
 
TH2FfhPtNLocMaxIso
 ! Number of isolated particles vs NLM in cluster. More...
 
TH2FfhPhiIso
 ! phi of isolated particles. More...
 
TH2FfhEtaIso
 ! eta of isolated particles. More...
 
TH2FfhEtaPhiIso
 ! eta vs phi of isolated particles. More...
 
TH2FfhEtaPhiNoIso
 ! eta vs phi of not isolated leading particles. More...
 
TH1F * fhENoIso
 ! Number of not isolated leading particles vs Energy. More...
 
TH1F * fhPtNoIso
 ! Number of not isolated leading particles vs pT. More...
 
TH2FfhPtNLocMaxNoIso
 ! Number of not isolated particles vs NLM in cluster. More...
 
TH1F * fhPtDecay [2][AliNeutralMesonSelection::fgkMaxNDecayBits]
 ! Number of (non) isolated Pi0 decay particles (invariant mass tag). More...
 
TH2FfhEtaPhiDecay [2][AliNeutralMesonSelection::fgkMaxNDecayBits]
 ! eta vs phi of (not) isolated leading Pi0 decay particles. More...
 
TH2FfhPtLambda0Decay [2][AliNeutralMesonSelection::fgkMaxNDecayBits]
 ! Shower shape of (non) isolated leading Pi0 decay particles (do not apply SS cut previously). More...
 
TH2FfhPtInCone
 ! Cluster/track Pt in the cone. More...
 
TH2FfhPtClusterInCone
 ! Cluster Pt in the cone. More...
 
TH2FfhPtCellInCone
 ! Cell amplitude in the cone. More...
 
TH2FfhPtTrackInCone
 ! Track Pt in the cone. More...
 
TH2FfhPtTrackInConeOtherBCPileUpSPD
 ! Track Pt in the cone, tracks out of main BC Time window. More...
 
TH2FfhPtTrackInConeVtxBC0
 ! Track Pt in the cone, tracks in BC=0. More...
 
TH2FfhPtTrackInConeBC0PileUpSPD
 ! Track Pt in the cone, tracks in BC=0. More...
 
TH2FfhPtInConePileUp [7]
 ! Particle Pt in the cone, if event is from pile-up (SPD method). More...
 
TH2FfhPtInConeCent
 ! Particle Pt in the cone versus centrality. More...
 
TH2FfhPerpConeSumPt
 ! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90). More...
 
TH2FfhPerpConeSumPtTOFBC0
 ! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More...
 
TH2FfhPtInPerpCone
 ! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90). More...
 
TH2FfhPtInPerpConeTOFBC0
 ! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More...
 
TH2FfhEtaPhiInConeCluster
 ! Eta vs. phi of clusters in cone. More...
 
TH2FfhEtaPhiCluster
 ! Eta vs. phi of all clusters. More...
 
TH2FfhEtaPhiInConeTrack
 ! Eta vs. phi of tracks in cone. More...
 
TH2FfhEtaPhiTrack
 ! Eta vs. phi of all tracks. More...
 
TH2FfhEtaPhiInPerpCone
 ! Eta vs. phi of tracks in perpendicular cone More...
 
TH2FfhEtaPhiInPerpConeTOFBC0
 ! Eta vs. phi of tracks in perpendicular cone, with TOF BC=0. More...
 
TH2FfhEtaBandCluster
 ! Accumulated pT in Eta band to estimate UE in cone, only clusters. More...
 
TH2FfhPhiBandCluster
 ! Accumulated pT in Phi band to estimate UE in cone, only clusters. More...
 
TH2FfhEtaBandTrack
 ! Accumulated pT in Eta band to estimate UE in cone, only tracks. More...
 
TH2FfhPhiBandTrack
 ! Accumulated pT in Phi band to estimate UE in cone, only tracks. More...
 
TH2FfhEtaBandCell
 ! Accumulated pT in Eta band to estimate UE in cone, only cells. More...
 
TH2FfhPhiBandCell
 ! Accumulated pT in Phi band to estimate UE in cone, only cells. More...
 
TH2FfhConePtLead
 ! Cluster and tracks leading pt in the cone. More...
 
TH2FfhConePtLeadCluster
 ! Clusters leading pt in the cone. More...
 
TH2FfhConePtLeadTrack
 ! Tracks leading pt in the cone. More...
 
TH2FfhConePtLeadClustervsTrack
 ! Tracks vs Clusters leading pt. More...
 
TH2FfhConePtLeadClusterTrackFrac
 ! Trigger pt vs cluster/track leading pt. More...
 
TH2FfhConeSumPt
 ! Cluster and tracks Sum Pt Sum Pt in the cone. More...
 
TH3FfhPtLambda0Eiso
 ! ABCD TH3F histogram Pt, ShowerShape and sum(ET)+sum(pT) cone More...
 
TH2FfhConeSumPtCellTrack
 ! Cells and tracks Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtCell
 ! Cells Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtCluster
 ! Clusters Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtTrack
 ! Tracks Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtEtaBandUECluster
 ! Cluster Sum Pt in the eta band for clusters, before normalization. More...
 
TH2FfhConeSumPtPhiBandUECluster
 ! Cluster Sum Pt in the phi band for clusters, before normalization. More...
 
TH2FfhConeSumPtEtaBandUETrack
 ! Track Sum Pt in the eta band for tracks, before normalization. More...
 
TH2FfhConeSumPtPhiBandUETrack
 ! Track Sum Pt in the phi badn for tracks, before normalization. More...
 
TH2FfhConeSumPtEtaBandUECell
 ! Cell Sum amplitude in the eta band for cells, before normalization. More...
 
TH2FfhConeSumPtPhiBandUECell
 ! Cell Sum amplitude in the phi band for cells, before normalization. More...
 
TH2FfhConeSumPtTrigEtaPhi
 ! Cluster and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More...
 
TH2FfhConeSumPtCellTrackTrigEtaPhi
 ! Cell and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More...
 
TH2FfhConeSumPtEtaBandUEClusterTrigEtaPhi
 ! Cluster Sum Pt in the eta band for clusters, per eta-phi bin of trigger,before normalization. More...
 
TH2FfhConeSumPtPhiBandUEClusterTrigEtaPhi
 ! Cluster Sum Pt in the phi band for clusters, per eta-phi bin of trigger, before normalization. More...
 
TH2FfhConeSumPtEtaBandUETrackTrigEtaPhi
 ! Track Sum Pt in the eta band for tracks, per eta-phi bin of trigger, before normalization. More...
 
TH2FfhConeSumPtPhiBandUETrackTrigEtaPhi
 ! Track Sum Pt in the phi badn for tracks, per eta-phi bin of trigger, before normalization. More...
 
TH2FfhConeSumPtEtaBandUECellTrigEtaPhi
 ! Cluster Sum amplitude in the eta band for cells, per eta-phi bin of trigger, before normalization. More...
 
TH2FfhConeSumPtPhiBandUECellTrigEtaPhi
 ! Cluster Sum amplitude in the phi band for cells, per eta-phi bin of trigger, before normalization. More...
 
TH2FfhConeSumPtEtaUESub
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtPhiUESub
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtEtaUESubTrigEtaPhi
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtPhiUESubTrigEtaPhi
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtEtaUESubTrackCell
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtPhiUESubTrackCell
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtEtaUESubTrackCellTrigEtaPhi
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtPhiUESubTrackCellTrigEtaPhi
 ! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtEtaUESubCluster
 ! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtPhiUESubCluster
 ! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtEtaUESubClusterTrigEtaPhi
 ! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtPhiUESubClusterTrigEtaPhi
 ! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtEtaUESubCell
 ! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtPhiUESubCell
 ! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtEtaUESubCellTrigEtaPhi
 ! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtPhiUESubCellTrigEtaPhi
 ! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtEtaUESubTrack
 ! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtPhiUESubTrack
 ! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More...
 
TH2FfhConeSumPtEtaUESubTrackTrigEtaPhi
 ! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhConeSumPtPhiUESubTrackTrigEtaPhi
 ! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More...
 
TH2FfhFractionTrackOutConeEta
 ! Fraction of cone out of tracks acceptance in eta. More...
 
TH2FfhFractionTrackOutConeEtaTrigEtaPhi
 ! Fraction of cone out of tracks acceptance in eta, vs trigger eta-phi. More...
 
TH2FfhFractionClusterOutConeEta
 ! Fraction of cone out of clusters acceptance in eta. More...
 
TH2FfhFractionClusterOutConeEtaTrigEtaPhi
 ! Fraction of cone out of clusters acceptance in eta, vs trigger eta-phi. More...
 
TH2FfhFractionClusterOutConePhi
 ! Fraction of cone out of clusters acceptance in phi. More...
 
TH2FfhFractionClusterOutConePhiTrigEtaPhi
 ! Fraction of cone out of clusters acceptance in phi, vs trigger eta-phi. More...
 
TH2FfhFractionCellOutConeEta
 ! Fraction of cone out of cells acceptance in eta. More...
 
TH2FfhFractionCellOutConeEtaTrigEtaPhi
 ! Fraction of cone out of cells acceptance in eta, vs trigger eta-phi. More...
 
TH2FfhFractionCellOutConePhi
 ! Fraction of cone out of cells acceptance in phi. More...
 
TH2FfhFractionCellOutConePhiTrigEtaPhi
 ! Fraction of cone out of cells acceptance in phi, vs trigger eta-phi. More...
 
TH2FfhConeSumPtClustervsTrack
 ! Cluster vs tracks Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtClusterTrackFrac
 ! Cluster / tracks Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtEtaUESubClustervsTrack
 ! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More...
 
TH2FfhConeSumPtPhiUESubClustervsTrack
 ! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More...
 
TH2FfhConeSumPtCellvsTrack
 ! Cell vs tracks Sum Pt Sum Pt in the cone. More...
 
TH2FfhConeSumPtEtaUESubCellvsTrack
 ! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More...
 
TH2FfhConeSumPtPhiUESubCellvsTrack
 ! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More...
 
TH2FfhEtaBandClustervsTrack
 ! Accumulated pT in Eta band to estimate UE in cone, clusters vs tracks. More...
 
TH2FfhPhiBandClustervsTrack
 ! Accumulated pT in Phi band to estimate UE in cone, clusters vs tracks. More...
 
TH2FfhEtaBandNormClustervsTrack
 ! Accumulated pT in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More...
 
TH2FfhPhiBandNormClustervsTrack
 ! Accumulated pT in Phi band to estimate UE in cone, normalized to cone size, clusters vs tracks. More...
 
TH2FfhEtaBandCellvsTrack
 ! Accumulated pT in Eta band to estimate UE in cone, cells vs tracks. More...
 
TH2FfhPhiBandCellvsTrack
 ! Accumulated pT in Phi band to estimate UE in cone, cells vs tracks. More...
 
TH2FfhEtaBandNormCellvsTrack
 ! Accumulated pT cell in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More...
 
TH2FfhPhiBandNormCellvsTrack
 ! Accumulated pT cell in Phi band to estimate UE in cone, normalized to cone. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotPhiTrack
 ! Tracks, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotPhiTrack
 ! Tracks, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotEtaTrack
 ! Tracks, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotEtaTrack
 ! Tracks, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotPhiCluster
 ! Clusters, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotPhiCluster
 ! Clusters, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotEtaCluster
 ! Clusters, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotEtaCluster
 ! Clusters, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotPhiCell
 ! Cells, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotPhiCell
 ! Cells, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubvsConeSumPtTotEtaCell
 ! Cells, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtSubNormvsConeSumPtTotEtaCell
 ! Cells, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More...
 
TH2FfhConeSumPtVSUETracksEtaBand
 ! Tracks, eta band: sum pT in cone vs bkg to subtract. More...
 
TH2FfhConeSumPtVSUETracksPhiBand
 ! Tracks, phi band: sum pT in cone vs bkg to subtract. More...
 
TH2FfhConeSumPtVSUEClusterEtaBand
 ! Clusters, eta band: sum pT in cone vs bkg to subtract. More...
 
TH2FfhConeSumPtVSUEClusterPhiBand
 ! Clusters, phi band: sum pT in cone vs bkg to subtract. More...
 
TH2FfhEtaPrimMC [fgkNmcPrimTypes]
 ! Pt vs Eta of generated photon. More...
 
TH2FfhPhiPrimMC [fgkNmcPrimTypes]
 ! Pt vs Phi of generated photon. More...
 
TH1F * fhEPrimMC [fgkNmcPrimTypes]
 ! Number of generated photon vs E. More...
 
TH1F * fhPtPrimMC [fgkNmcPrimTypes]
 ! Number of generated photon vs pT. More...
 
TH1F * fhPtPrimMCiso [fgkNmcPrimTypes]
 ! Number of generated isolated photon vs pT. More...
 
TH1F * fhPtPrimMCPi0DecayPairOutOfCone
 ! Pi0 decay photons, with decay pair out of isolation cone. More...
 
TH1F * fhPtPrimMCPi0DecayPairOutOfAcceptance
 ! Pi0 decay photons, with decay pair out of detector acceptance. More...
 
TH1F * fhPtPrimMCPi0DecayPairOutOfAcceptanceNoOverlap
 ! Pi0 decay photons, with decay pair out of detector acceptance. More...
 
TH1F * fhPtPrimMCPi0DecayPairAcceptInConeLowPt
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold. More...
 
TH1F * fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlap
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap. More...
 
TH1F * fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlapCaloE
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap. More...
 
TH1F * fhPtPrimMCPi0DecayPairNoOverlap
 ! Pi0 decay photons, not overlapped decay. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairOutOfCone
 ! Pi0 decay photons, with decay pair out of isolation cone, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairOutOfAcceptance
 ! Pi0 decay photons, with decay pair out of detector acceptance, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairOutOfAcceptanceNoOverlap
 ! Pi0 decay photons, with decay pair out of detector acceptance, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPt
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlap
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlapCaloE
 ! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated. More...
 
TH1F * fhPtPrimMCPi0DecayIsoPairNoOverlap
 ! Pi0 decay photons isolated, not overlapped decay. More...
 
TH1F * fhPtPrimMCPi0Overlap
 ! Pi0 with overlapped decay photons. More...
 
TH1F * fhPtPrimMCPi0IsoOverlap
 ! Pi0 isolated with overlapped decay photons. More...
 
TH1F * fhPtPrimMCEtaDecayPairOutOfCone
 ! Eta decay photons, with decay pair out of isolation cone. More...
 
TH1F * fhPtPrimMCEtaDecayPairOutOfAcceptance
 ! Eta decay photons, with decay pair out of detector acceptance. More...
 
TH1F * fhPtPrimMCEtaDecayPairOutOfAcceptanceNoOverlap
 ! Eta decay photons, with decay pair out of detector acceptance. More...
 
TH1F * fhPtPrimMCEtaDecayPairAcceptInConeLowPt
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold. More...
 
TH1F * fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlap
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap. More...
 
TH1F * fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlapCaloE
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap. More...
 
TH1F * fhPtPrimMCEtaDecayPairNoOverlap
 ! Eta decay photons, not overlapped decay. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairOutOfCone
 ! Eta decay photons, with decay pair out of isolation cone, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairOutOfAcceptance
 ! Eta decay photons, with decay pair out of detector acceptance, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairOutOfAcceptanceNoOverlap
 ! Eta decay photons, with decay pair out of detector acceptance, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPt
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlap
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlapCaloE
 ! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated. More...
 
TH1F * fhPtPrimMCEtaDecayIsoPairNoOverlap
 ! Eta decay photons isolated, not overlapped decay. More...
 
TH1F * fhPtPrimMCEtaOverlap
 ! Eta with overlapped decay photons. More...
 
TH1F * fhPtPrimMCEtaIsoOverlap
 ! Eta isolated with overlapped decay photons. More...
 
TH1F * fhPtNoIsoMC [fgkNmcTypes]
 ! Number of not isolated mcTypes particle. More...
 
TH1F * fhPtIsoMC [fgkNmcTypes]
 ! Number of isolated mcTypes particle. More...
 
TH2FfhPhiIsoMC [fgkNmcTypes]
 ! phi of isolated mcTypes particle. More...
 
TH2FfhEtaIsoMC [fgkNmcTypes]
 ! eta of isolated mcTypes particle. More...
 
TH1F * fhPtDecayMC [2][AliNeutralMesonSelection::fgkMaxNDecayBits][fgkNmcTypes]
 ! Number of (not) isolated Pi0 decay particles (invariant mass tag) for a mcTypes particle. More...
 
TH2FfhPtLambda0MC [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More...
 
TH2FfhPtLambda0MCConv [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More...
 
TH2FfhPtLambda0MCWith1Overlap [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). At least one overlap from other particles. More...
 
TH2FfhPtLambda0MCConvWith1Overlap [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). At least one overlap from other particles. More...
 
TH2FfhPtLambda0MCWithNOverlap [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More tha one overlap from other particles. More...
 
TH2FfhPtLambda0MCConvWithNOverlap [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles. More...
 
TH2FfhPtNOverlap [fgkNmcTypes][2]
 ! Number of overlaps of (non) isolated candidates originated by mcTypes (do not apply SS cut previously). More tha one overlap from other particles. More...
 
TH2FfhPtNOverlapConv [fgkNmcTypes][2]
 ! Number of overlaps of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles. More...
 
TH2FfhSumPtLeadingPt [5]
 ! Sum Pt in the cone. More...
 
TH2FfhPtLeadingPt [5]
 ! Particle Pt in the cone. More...
 
TH2FfhPerpSumPtLeadingPt [5]
 ! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90). More...
 
TH2FfhPerpPtLeadingPt [5]
 ! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90). More...
 
TH1F * fhPtThresIsolated [5][5]
 ! Isolated particle with pt threshold. More...
 
TH1F * fhPtFracIsolated [5][5]
 ! Isolated particle with pt threshold frac. More...
 
TH1F * fhSumPtIsolated [5][5]
 ! Isolated particle with threshold on cone pt sum. More...
 
TH2FfhEtaPhiPtThresIso [5][5]
 ! eta vs phi of isolated particles with pt threshold. More...
 
TH2FfhEtaPhiPtThresDecayIso [5][5]
 ! eta vs phi of isolated particles with pt threshold, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtPtThresDecayIso [5][5]
 ! Number of isolated Pi0 decay particles (invariant mass tag) with pt threshold, only for decay bit fDecayBits[0]. More...
 
TH2FfhEtaPhiPtFracIso [5][5]
 ! eta vs phi of isolated particles with pt frac. More...
 
TH2FfhEtaPhiPtFracDecayIso [5][5]
 ! eta vs phi of isolated particles with pt frac, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtPtFracDecayIso [5][5]
 ! Number of isolated Pi0 decay particles (invariant mass tag) with pt fra, only for decay bit fDecayBits[0]. More...
 
TH2FfhEtaPhiPtSumIso [5][5]
 ! eta vs phi of isolated particles with pt sum. More...
 
TH2FfhEtaPhiPtSumDecayIso [5][5]
 ! eta vs phi of isolated particles with pt sum, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtPtSumDecayIso [5][5]
 ! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0]. More...
 
TH2FfhEtaPhiSumDensityIso [5][5]
 ! Isolated particle with threshold on cone sum density. More...
 
TH2FfhEtaPhiSumDensityDecayIso [5][5]
 ! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtSumDensityIso [5][5]
 ! Isolated particle with threshold on cone sum density. More...
 
TH1F * fhPtSumDensityDecayIso [5][5]
 ! Isolated decay particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtFracPtSumIso [5][5]
 ! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum. More...
 
TH1F * fhPtFracPtSumDecayIso [5][5]
 ! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0]. More...
 
TH2FfhEtaPhiFracPtSumIso [5][5]
 ! Isolated particle with threshold on cone sum density. More...
 
TH2FfhEtaPhiFracPtSumDecayIso [5][5]
 ! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More...
 
TH1F * fhPtThresIsolatedMC [fgkNmcTypes][5][5]
 ! Isolated mcTypes particle with pt threshold. More...
 
TH1F * fhPtFracIsolatedMC [fgkNmcTypes][5][5]
 ! Isolated mcTypes particle with pt frac. More...
 
TH1F * fhSumPtIsolatedMC [fgkNmcTypes][5][5]
 ! Isolated mcTypes particle with threshold on cone pt sum. More...
 
TH2FfhSumPtLeadingPtMC [fgkNmcTypes][5]
 ! mcTypes particle for sum Pt, different cone. More...
 
TH2FfhTrackMatchedDEta [2]
 ! Eta distance between track and cluster vs cluster E. More...
 
TH2FfhTrackMatchedDPhi [2]
 ! Phi distance between track and cluster vs cluster E. More...
 
TH2FfhTrackMatchedDEtaDPhi [2]
 ! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV. More...
 
TH2FfhTrackMatchedDEtaMC [fgkNmcTypes][2]
 ! Eta distance between track and cluster vs cluster E for mcTypes particle. More...
 
TH2FfhTrackMatchedDPhiMC [fgkNmcTypes][2]
 ! Phi distance between track and cluster vs cluster E for mcTypes particle. More...
 
TH2FfhTrackMatchedDEtaDPhiMC [fgkNmcTypes][2]
 ! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV for mcTypes particle. More...
 
TH2FfhdEdx [2]
 ! matched track dEdx vs cluster E. More...
 
TH2FfhEOverP [2]
 ! matched track E cluster over P track vs cluster E, after dEdx cut. More...
 
TH2FfhTrackMatchedMCParticle [2]
 ! Trace origin of matched particle. More...
 
TH2FfhELambda0 [2]
 ! Shower shape of (non) isolated photons (do not apply SS cut previously). More...
 
TH2FfhPtLambda0 [2]
 ! Shower shape of (non) isolated photons (do not apply SS cut previously). More...
 
TH2FfhELambda0TRD [2]
 ! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More...
 
TH2FfhPtLambda0TRD [2]
 ! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More...
 
TH1F ** fhPtLeadConeBin
 Candidate Pt distribution depending on bin of cone leading particle. More...
 
TH1F ** fhSumPtConeBin
 [fNBkgBin] More...
 
TH1F ** fhPtLeadConeBinMC
 [fNBkgBin] More...
 
TH1F ** fhSumPtConeBinMC
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhPtLeadConeBinDecay
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhSumPtConeBinDecay
 [fNBkgBin*fNDecayBits] More...
 
TH2F ** fhPtLeadConeBinLambda0
 [fNBkgBin*fNDecayBits] More...
 
TH2F ** fhSumPtConeBinLambda0
 [fNBkgBin] More...
 
TH2F ** fhPtLeadConeBinLambda0MC
 [fNBkgBin] More...
 
TH2F ** fhSumPtConeBinLambda0MC
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinPtLeadCone
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinSumPtCone
 [fNPtTrigBin] More...
 
TH1F ** fhPtTrigBinPtLeadConeMC
 [fNPtTrigBin] More...
 
TH1F ** fhPtTrigBinSumPtConeMC
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinPtLeadConeDecay
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinSumPtConeDecay
 [fNBkgBin*fNDecayBits] More...
 
TH2F ** fhPtTrigBinLambda0vsPtLeadCone
 [fNBkgBin*fNDecayBits] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtCone
 [fNPtTrigBin] More...
 
TH2F ** fhPtTrigBinLambda0vsPtLeadConeMC
 [fNPtTrigBin] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtConeMC
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH2FfhNLocMax [2]
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH2FfhELambda0LocMax1 [2]
 ! E vs lambda0 of selected cluster, 1 local maxima in cluster. More...
 
TH2FfhELambda1LocMax1 [2]
 ! E vs lambda1 of selected cluster, 1 local maxima in cluster. More...
 
TH2FfhELambda0LocMax2 [2]
 ! E vs lambda0 of selected cluster, 2 local maxima in cluster. More...
 
TH2FfhELambda1LocMax2 [2]
 ! E vs lambda1 of selected cluster, 2 local maxima in cluster. More...
 
TH2FfhELambda0LocMaxN [2]
 ! E vs lambda0 of selected cluster, N>2 local maxima in cluster. More...
 
TH2FfhELambda1LocMaxN [2]
 ! E vs lambda1 of selected cluster, N>2 local maxima in cluster. More...
 
TH1F * fhEIsoPileUp [7]
 ! Number of isolated particles. More...
 
TH1F * fhPtIsoPileUp [7]
 ! Number of isolated particles. More...
 
TH1F * fhENoIsoPileUp [7]
 ! Number of not isolated particles. More...
 
TH1F * fhPtNoIsoPileUp [7]
 ! Number of not isolated particles. More...
 
TH2FfhTimeENoCut
 ! Time of cluster vs E, no cut. More...
 
TH2FfhTimeESPD
 ! Time of cluster vs E, IsSPDPileUp. More...
 
TH2FfhTimeESPDMulti
 ! Time of cluster vs E, IsSPDPileUpMulti. More...
 
TH2FfhTimeNPileUpVertSPD
 ! Time of cluster vs n pile-up vertices from SPD. More...
 
TH2FfhTimeNPileUpVertTrack
 ! Time of cluster vs n pile-up vertices from Tracks. More...
 
TH2FfhTimeNPileUpVertContributors
 ! Time of cluster vs n pile-up vertex from SPD contributors. More...
 
TH2FfhTimePileUpMainVertexZDistance
 ! Time of cluster vs difference of z main vertex and pile-up vertex. More...
 
TH2FfhTimePileUpMainVertexZDiamond
 ! Time of cluster vs difference of z diamond and pile-up vertex. More...
 
TH2FfhMCConversionVertex [2]
 ! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso More...
 
TH2FfhMCConversionVertexTRD [2]
 ! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso, SM covered by TRD More...
 
TH2FfhMCConversionLambda0Rcut [6][2]
 ! Shower shape of photon conversions, depending on conversion vertex. More...
 
TH2FfhMCConversionLambda0RcutTRD [6][2]
 ! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD More...
 
TH2FfhLam0EMCALRegionPerSM [2][4][3][20]
 ! Cluster lambda0 vs E, in different EMCal regions More...
 
TH2FfhEtaPhiLam0BinPtBin [2][7]
 ! Cluster eta/phi for a given l0 bin (0.3-0.4) and different E bins 2-3,3-4,4-5,5-6,6-8,8-10,10-12 More...
 
TH2FfhConeSumPtClusterPerPtCut
 ! Clusters Sum Pt in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeSumPtClusterPerPtCutLargePtTrig
 ! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerPtCut
 ! Tracks Sum Pt in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeSumPtTrackPerPtCutLargePtTrig
 ! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerEtaCut
 ! Tracks Sum Pt in the cone for different min eta cuts, x axis. More...
 
TH2FfhConeSumPtTrackPerEtaCutLargePtTrig
 ! Tracks Sum Pt in the cone for different min eta cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterFECCorrPair
 ! cluster sum pt for pair column cells in correlated FEC More...
 
TH2FfhConeSumPtClusterFECCorrOdd
 ! cluster sum pt for odd column cells in correlated FEC More...
 
TH2FfhConeSumPtClusterFECCorrPair2Max
 ! cluster sum pt for pair column cells in correlated FEC, and both cells are max More...
 
TH2FfhConeSumPtClusterFECCorrOdd2Max
 ! cluster sum pt for pair column cells in correlated FEC, and both cells are max More...
 
TH2FfhConeSumPtClusterFECCorrPairHighCut
 ! cluster sum pt for pair column cells in correlated FEC, pT > 0.7 GeV More...
 
TH2FfhConeSumPtClusterFECCorrOddHighCut
 ! cluster sum pt for odd column cells in correlated FEC, pT > 0.7 GeV More...
 
TH2FfhConeSumPtClusterFECCorrPair2MaxHighCut
 ! cluster sum pt for pair column cells in correlated FEC, and both cells are max, pT > 0.7 GeV More...
 
TH2FfhConeSumPtClusterFECCorrOdd2MaxHighCut
 ! cluster sum pt for odd column cells in correlated FEC, and both cells are max, pT > 0.7 GeV More...
 
TH2FfhConeSumPtClusterFECCorrMax [4]
 ! cluster sum pt for pair column cells in correlated FEC Max, 4 cases More...
 
TH2FfhConeSumPtClusterFECCorr [6]
 ! cluster sum pt for odd column cells in correlated FEC, 6 cases More...
 
TH2FfhConeSumPtTrackTOFBC0
 ! track with TOF hit sum pt, tof in BC0 More...
 
TH2FfhConeSumPtTrackTOFBCN
 ! track with TOF hit sum pt, tof not in BC0 More...
 
TH2FfhConeSumPtTrackTOFNo
 ! track without TOF hit sum pt More...
 
TH2FfhPtTrackInConeTOFBC0
 ! track with TOF hit, pt, tof in BC0 More...
 
TH2FfhPtTrackInConeTOFBCN
 ! track with TOF hit, pt, tof not in BC0 More...
 
TH2FfhPtTrackInConeTOFNo
 ! track without TOF hit, pt More...
 
TH2FfhPhiTrackInCone
 ! track azhimuthal angle More...
 
TH2FfhEtaTrackInCone
 ! track pseudo-rapidity More...
 
TH2FfhEtaPhiTrackInCone
 ! track azhimuthal angle vs pseudo-rapidity More...
 
TH2FfhPhiTrackInConeTOFBC0
 ! track with TOF hit, phi, tof in BC0 More...
 
TH2FfhPhiTrackInConeTOFBCN
 ! track with TOF hit, phi, tof not in BC0 More...
 
TH2FfhPhiTrackInConeTOFNo
 ! track without TOF hit, phi More...
 
TH2FfhEtaTrackInConeTOFBC0
 ! track with TOF hit, eta, tof in BC0 More...
 
TH2FfhEtaTrackInConeTOFBCN
 ! track with TOF hit, eta, tof not in BC0 More...
 
TH2FfhEtaTrackInConeTOFNo
 ! track without TOF hit, eta More...
 
TH2FfhEtaPhiTrackInConeTOFBC0
 ! track with TOF hit, eta-phi, tof in BC0 More...
 
TH2FfhEtaPhiTrackInConeTOFBCN
 ! track with TOF hit, eta-phi, tof not in BC0 More...
 
TH2FfhEtaPhiTrackInConeTOFNo
 ! track without TOF hit, eta-phi More...
 
TH2FfhTrackTOFInCone
 ! track TOF in cone More...
 
TH2FfhTrackTOFInConeBC0
 ! track TOF in cone and BC0 More...
 
TH2FfhConeSumPtTrackITSRefitOnSPDOn
 ! track with ITS Refit On SPD On More...
 
TH2FfhConeSumPtTrackITSRefitOnSPDOff
 ! track with ITS Refit On SPD Off More...
 
TH2FfhConeSumPtTrackITSRefitOffSPDOff
 ! track with ITS Refit Off SPD Off More...
 
TH2FfhPtTrackInConeITSRefitOnSPDOn
 ! track with ITS Refit On SPD On More...
 
TH2FfhPtTrackInConeITSRefitOnSPDOff
 ! track with ITS Refit On SPD Off More...
 
TH2FfhPtTrackInConeITSRefitOffSPDOff
 ! track with ITS Refit Off SPD Off More...
 
TH2FfhPhiTrackInConeITSRefitOnSPDOn
 ! track with ITS Refit On SPD On More...
 
TH2FfhPhiTrackInConeITSRefitOnSPDOff
 ! track with ITS Refit On SPD Off More...
 
TH2FfhPhiTrackInConeITSRefitOffSPDOff
 ! track with ITS Refit Off SPD Off More...
 
TH2FfhEtaTrackInConeITSRefitOnSPDOn
 ! track with ITS Refit On SPD On More...
 
TH2FfhEtaTrackInConeITSRefitOnSPDOff
 ! track with ITS Refit On SPD Off More...
 
TH2FfhEtaTrackInConeITSRefitOffSPDOff
 ! track with ITS Refit Off SPD Off More...
 
TH2FfhEtaPhiTrackInConeITSRefitOnSPDOn
 ! track with ITS Refit On SPD On More...
 
TH2FfhEtaPhiTrackInConeITSRefitOnSPDOff
 ! track with ITS Refit On SPD Off More...
 
TH2FfhEtaPhiTrackInConeITSRefitOffSPDOff
 ! track with ITS Refit Off SPD Off More...
 
TH2FfhConeSumPtTrackTOFBC0ITSRefitOnSPDOn
 ! track with ITS Refit On SPD On, TOF BC=0 More...
 
TH2FfhPtTrackInConeTOFBC0ITSRefitOnSPDOn
 ! track with ITS Refit On SPD On, TOF BC=0 More...
 
TH2FfhPhiTrackInConeTOFBC0ITSRefitOnSPDOn
 ! track with ITS Refit On SPD On, TOF BC=0 More...
 
TH2FfhEtaTrackInConeTOFBC0ITSRefitOnSPDOn
 ! track with ITS Refit On SPD On, TOF BC=0 More...
 
TH2FfhEtaPhiTrackInConeTOFBC0ITSRefitOnSPDOn
 ! track with ITS Refit On SPD On, TOF BC=0 More...
 
TH2FfhPerpConeSumPtITSRefitOnSPDOn
 ! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More...
 
TH2FfhPtInPerpConeITSRefitOnSPDOn
 ! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More...
 
TH2FfhEtaPhiInPerpConeITSRefitOnSPDOn
 ! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More...
 
TH2FfhPerpConeSumPtTOFBC0ITSRefitOnSPDOn
 ! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More...
 
TH2FfhPtInPerpConeTOFBC0ITSRefitOnSPDOn
 ! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More...
 
TH2FfhEtaPhiInPerpConeTOFBC0ITSRefitOnSPDOn
 ! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More...
 

Detailed Description

Select clusters/tracks with low particle environment in their vecinity, isolated within a cone.

This class takes a particle AOD object with format AliAODPWG4Particle produced by any of the identified particle classes (AliAnaPhoton, AliAnaElectron, AliAnaPi0EbE, AliAnaChargedParticle) and checks if there is low particle environment around it with the utils of AliIsolationCut, declaring the particle AOD object as isolated or not.

Class created from old AliPHOSGammaJet (see AliRoot versions previous Release 4-09).

More information can be found in this twiki and particularly in this section.

Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, LPSC-IN2P3-CNRS

Definition at line 35 of file AliAnaParticleIsolation.h.

Member Enumeration Documentation

For primary histograms in arrays, index in the array, corresponding to a photon origin.

Enumerator
kmcPrimPhoton 
kmcPrimPi0Decay 
kmcPrimEtaDecay 
kmcPrimOtherDecay 
kmcPrimPrompt 
kmcPrimFrag 
kmcPrimISR 
kmcPrimPi0 
kmcPrimEta 

Definition at line 196 of file AliAnaParticleIsolation.h.

For histograms in arrays, index in the array, corresponding to any particle origin.

Enumerator
kmcPhoton 
kmcPrompt 
kmcFragment 
kmcPi0 
kmcPi0Decay 
kmcPi0DecayLostPair 
kmcEta 
kmcEtaDecay 
kmcEtaDecayLostPair 
kmcOtherDecay 
kmcElectron 
kmcHadron 

Definition at line 203 of file AliAnaParticleIsolation.h.

Constructor & Destructor Documentation

AliAnaParticleIsolation::AliAnaParticleIsolation ( )

Default constructor. Initialize parameters.

Definition at line 54 of file AliAnaParticleIsolation.cxx.

virtual AliAnaParticleIsolation::~AliAnaParticleIsolation ( )
inlinevirtual

Virtual destructor.

Definition at line 42 of file AliAnaParticleIsolation.h.

AliAnaParticleIsolation::AliAnaParticleIsolation ( const AliAnaParticleIsolation iso)
private

Copy constructor not implemented.

Member Function Documentation

void AliAnaParticleIsolation::CalculateCaloCellSignalInCone ( AliAODPWG4ParticleCorrelation *  aodParticle,
Float_t coneptsumCell 
)

Get the cell amplityde or sum of amplitudes in isolation cone. Missing: Remove signal cells in cone in case the trigger is a cluster.

Definition at line 1362 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::CalculateCaloCellUEBand ( AliAODPWG4ParticleCorrelation *  pCandidate,
Float_t etaBand,
Float_t phiBand 
)

Get the cells amplitude or sum of amplitude in phi/eta bands or at 45 degrees from trigger.

Definition at line 457 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea().

void AliAnaParticleIsolation::CalculateCaloSignalInCone ( AliAODPWG4ParticleCorrelation *  aodParticle,
Float_t coneptsumCluster,
Float_t coneptLeadCluster 
)

Get the cluster pT or sum of pT in isolation cone.

Odd/Even max

Definition at line 1070 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::CalculateCaloUEBand ( AliAODPWG4ParticleCorrelation *  pCandidate,
Float_t etaBand,
Float_t phiBand 
)

Get the clusters pT or sum of pT in phi/eta bands or at 45 degrees from trigger.

Definition at line 375 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea().

void AliAnaParticleIsolation::CalculateNormalizeUEBandPerUnitArea ( AliAODPWG4ParticleCorrelation *  pCandidate,
Float_t  coneptsumCluster,
Float_t  coneptsumCell,
Float_t  coneptsumTrack,
Float_t etaBandptsumTrackNorm,
Float_t etaBandptsumClusterNorm 
)

Normalize phi/eta band per area unit.

Definition at line 799 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::CalculateTrackSignalInCone ( AliAODPWG4ParticleCorrelation *  aodParticle,
Float_t coneptsumTrack,
Float_t coneptLeadTrack 
)

Get the track pT or sum of pT in isolation cone.

Definition at line 1442 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::CalculateTrackUEBand ( AliAODPWG4ParticleCorrelation *  pCandidate,
Float_t etaBand,
Float_t phiBand 
)

Get the track pT or sum of pT in phi/eta bands or at 45 degrees from trigger.

Definition at line 614 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea().

void AliAnaParticleIsolation::FillAcceptanceHistograms ( )

Fill primary generated particle acceptance histograms if MC data is available. Only when particle is in the calorimeter. Rethink if CTS is used.

Definition at line 5995 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::FillPileUpHistograms ( Float_t  energy,
Float_t  time 
)

Fill some histograms to understand pile-up.

Definition at line 1682 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaParticleIsolation::FillTrackMatchingShowerShapeControlHistograms ( AliAODPWG4ParticleCorrelation *  pCandidate,
Float_t  coneptsum,
Float_t  coneleadpt,
Int_t  mcIndex 
)

Fill Track matching and Shower Shape control histograms.

Definition at line 1775 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

TObjString * AliAnaParticleIsolation::GetAnalysisCuts ( )
virtual

Save parameters used for analysis.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 2299 of file AliAnaParticleIsolation.cxx.

Float_t AliAnaParticleIsolation::GetConeSizes ( Int_t  i) const
inline

Definition at line 99 of file AliAnaParticleIsolation.h.

TList * AliAnaParticleIsolation::GetCreateOutputObjects ( )
virtual

Create histograms to be saved in output file and store them in outputContainer.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 2362 of file AliAnaParticleIsolation.cxx.

Int_t AliAnaParticleIsolation::GetMCIndex ( Int_t  mcTag)

MC histogram index depending on origin of candidate.

Definition at line 5290 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

Int_t AliAnaParticleIsolation::GetNCones ( ) const
inline

Definition at line 97 of file AliAnaParticleIsolation.h.

Int_t AliAnaParticleIsolation::GetNPtThresFrac ( ) const
inline

Definition at line 98 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetPtFractions ( Int_t  i) const
inline

Definition at line 102 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetPtThresholds ( Int_t  i) const
inline

Definition at line 100 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetSumPtThresholds ( Int_t  i) const
inline

Definition at line 101 of file AliAnaParticleIsolation.h.

TString AliAnaParticleIsolation::GetTriggerDetector ( ) const
inline

Definition at line 96 of file AliAnaParticleIsolation.h.

TString AliAnaParticleIsolation::GetTriggerDetectorString ( ) const
inline

Definition at line 95 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::Init ( )
virtual

Do some checks and init stuff.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 5337 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::InitParameters ( )
virtual

Initialize the parameters of the analysis with default values.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 5358 of file AliAnaParticleIsolation.cxx.

Referenced by AliAnaParticleIsolation().

Bool_t AliAnaParticleIsolation::IsLeadingOnlyOn ( ) const
inline

Definition at line 134 of file AliAnaParticleIsolation.h.

Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().

Bool_t AliAnaParticleIsolation::IsReIsolationOn ( ) const
inline

Definition at line 117 of file AliAnaParticleIsolation.h.

Bool_t AliAnaParticleIsolation::IsSeveralIsolationOn ( ) const
inline

Definition at line 121 of file AliAnaParticleIsolation.h.

Bool_t AliAnaParticleIsolation::IsTriggerTheNearSideEventLeadingParticle ( Int_t idLeading)

Check if the what of the selected isolation candidates is leading particle in the same hemisphere comparing with all the candidates, all the tracks or all the clusters.

Definition at line 5417 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillAOD().

void AliAnaParticleIsolation::MakeAnalysisFillAOD ( )
virtual

Do analysis and fill aods. Search for the isolated photon in GetCalorimeter() with GetMinPt() < pt < GetMaxPt() and if the particle is leading in the near side (if requested).

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 5559 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::MakeAnalysisFillHistograms ( )
virtual

Do analysis and fill histograms.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 5640 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::MakeSeveralICAnalysis ( AliAODPWG4ParticleCorrelation *  ph,
Int_t  mcIndex 
)

Isolation Cut Analysis for both methods and different pt cuts and cones.

Definition at line 6552 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms().

AliAnaParticleIsolation& AliAnaParticleIsolation::operator= ( const AliAnaParticleIsolation iso)
private

Assignment operator not implemented.

void AliAnaParticleIsolation::Print ( const Option_t opt) const
virtual

Print some relevant parameters set for the analysis.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 6914 of file AliAnaParticleIsolation.cxx.

Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetBackgroundLimits ( Int_t  i,
Float_t  l 
)
inline

Definition at line 160 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetConeSizes ( Int_t  i,
Float_t  r 
)
inline

Definition at line 110 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetDecayBits ( Int_t  i,
UInt_t  bit 
)
inline

Definition at line 153 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetEtaCutInConeAt ( Int_t  i,
Float_t  l 
)
inline

Definition at line 193 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetM02CutForTaggedDecays ( Float_t  m02)
inline

Definition at line 155 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetMinCellsAngleOverlap ( Float_t  n)
inline

Definition at line 115 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNBackgroundBins ( Int_t  n)
inline

Definition at line 159 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNCones ( Int_t  ncs)
inline

Definition at line 108 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNDecayBits ( Int_t  n)
inline

Definition at line 152 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNEtaCutInCone ( Int_t  n)
inline

Definition at line 192 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNPtCutInCone ( Int_t  n)
inline

Definition at line 189 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNPtThresFrac ( Int_t  npt)
inline

Definition at line 109 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNPtTrigBins ( Int_t  n)
inline

Definition at line 164 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetPtCutInConeAt ( Int_t  i,
Float_t  l 
)
inline

Definition at line 190 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetPtFractions ( Int_t  i,
Float_t  pt 
)
inline

Definition at line 112 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetPtThresholds ( Int_t  i,
Float_t  pt 
)
inline

Definition at line 111 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetPtTrigLimits ( Int_t  i,
Float_t  l 
)
inline

Definition at line 165 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetSumPtThresholds ( Int_t  i,
Float_t  pt 
)
inline

Definition at line 113 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetTriggerDetector ( TString det)

Set the detrimeter for the analysis.

Definition at line 6959 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::SetTriggerDetector ( Int_t  det)

Set the detrimeter for the analysis.

Definition at line 6974 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::SwitchOffBackgroundBinHistoFill ( )
inline

Definition at line 158 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffCellHistoFill ( )
inline

Definition at line 145 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffCheckNeutralClustersForLeading ( )
inline

Definition at line 139 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffDecayTaggedHistoFill ( )
inline

Definition at line 151 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffFillEMCALRegionSSHistograms ( )
inline

Definition at line 132 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffLeadingOnly ( )
inline

Definition at line 136 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffNLMHistoFill ( )
inline

Definition at line 148 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffOverlapHistograms ( )
inline

Definition at line 174 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffPrimariesInConeSelection ( )
inline

Definition at line 168 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffPrimariesPi0DecayStudy ( )
inline

Definition at line 171 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffPtTrigBinHistoFill ( )
inline

Definition at line 163 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffReIsolation ( )
inline

Definition at line 119 of file AliAnaParticleIsolation.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffSeveralIsolation ( )
inline

Definition at line 123 of file AliAnaParticleIsolation.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffSSHistoFill ( )
inline

Definition at line 129 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffStudyEtaCutInCone ( )
inline

Definition at line 187 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyFECCorrelation ( )
inline

Definition at line 177 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyPtCutInCone ( )
inline

Definition at line 184 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyTracksInCone ( )
inline

Definition at line 180 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffTMHistoFill ( )
inline

Definition at line 126 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffUEBandSubtractionHistoFill ( )
inline

Definition at line 142 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnBackgroundBinHistoFill ( )
inline

Definition at line 157 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnCellHistoFill ( )
inline

Definition at line 144 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnCheckNeutralClustersForLeading ( )
inline

Definition at line 138 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnDecayTaggedHistoFill ( )
inline

Definition at line 150 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnFillEMCALRegionSSHistograms ( )
inline

Definition at line 131 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnLeadingOnly ( )
inline

Definition at line 135 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnNLMHistoFill ( )
inline

Definition at line 147 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnOverlapHistograms ( )
inline

Definition at line 173 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnPrimariesInConeSelection ( )
inline

Definition at line 167 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnPrimariesPi0DecayStudy ( )
inline

Definition at line 170 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnPtTrigBinHistoFill ( )
inline

Definition at line 162 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnReIsolation ( )
inline

Definition at line 118 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnSeveralIsolation ( )
inline

Definition at line 122 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnSSHistoFill ( )
inline

Definition at line 128 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnStudyEtaCutInCone ( )
inline

Definition at line 186 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyFECCorrelation ( )
inline

Definition at line 176 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyPtCutInCone ( )
inline

Definition at line 183 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyTracksInCone ( )
inline

Definition at line 179 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnTMHistoFill ( )
inline

Definition at line 125 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnUEBandSubtractionHistoFill ( )
inline

Definition at line 141 of file AliAnaParticleIsolation.h.

Member Data Documentation

Float_t AliAnaParticleIsolation::fBkgBinLimit[20]
private

Pt bin limits on pt content in the cone.

Definition at line 238 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), and SetBackgroundLimits().

Bool_t AliAnaParticleIsolation::fCheckLeadingWithNeutralClusters
private

Compare the trigger candidate to Leading pT with the clusters pT, by default only charged.

Definition at line 232 of file AliAnaParticleIsolation.h.

Referenced by InitParameters(), IsTriggerTheNearSideEventLeadingParticle(), SwitchOffCheckNeutralClustersForLeading(), and SwitchOnCheckNeutralClustersForLeading().

AliVCluster* AliAnaParticleIsolation::fCluster
private

! Temporary vcluster, avoid creation per event.

Definition at line 270 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms().

TObjArray* AliAnaParticleIsolation::fClustersArr
private

! Temporary ClustersArray, avoid creation per event.

Definition at line 271 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms().

Float_t AliAnaParticleIsolation::fConeSizes[5]
private

Array with cones to test. Multiple cones and pt thresholds analysis.

Definition at line 250 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetConeSizes(), GetCreateOutputObjects(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetConeSizes().

UInt_t AliAnaParticleIsolation::fDecayBits[AliNeutralMesonSelection::fgkMaxNDecayBits]
private

In case of study of decay triggers, select the decay. bit.

Definition at line 227 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), MakeSeveralICAnalysis(), and SetDecayBits().

Float_t AliAnaParticleIsolation::fDecayTagsM02Cut
private

Apply a m02 cut to clusters tagged as decay.

Definition at line 228 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), InitParameters(), and SetM02CutForTaggedDecays().

Float_t AliAnaParticleIsolation::fEtaCutInCone[10]
private

List of track/cluster max eta cut to test in cone for sum pT calculation.

Definition at line 261 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), and SetEtaCutInConeAt().

Bool_t AliAnaParticleIsolation::fFillBackgroundBinHistograms
private

Fill histograms for different bins in pt content of the cone.

Definition at line 236 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffBackgroundBinHistoFill(), and SwitchOnBackgroundBinHistoFill().

Bool_t AliAnaParticleIsolation::fFillCellHistograms
private
Bool_t AliAnaParticleIsolation::fFillEMCALRegionSSHistograms
private
Bool_t AliAnaParticleIsolation::fFillNLMHistograms
private
Bool_t AliAnaParticleIsolation::fFillOverlapHistograms
private

Fill histograms that depend on number of overlaps.

Definition at line 221 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffOverlapHistograms(), and SwitchOnOverlapHistograms().

Bool_t AliAnaParticleIsolation::fFillPtTrigBinHistograms
private

Fill histograms for different bins in pt trigger.

Definition at line 240 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffPtTrigBinHistoFill(), and SwitchOnPtTrigBinHistoFill().

Bool_t AliAnaParticleIsolation::fFillSSHisto
private
Bool_t AliAnaParticleIsolation::fFillTaggedDecayHistograms
private
Bool_t AliAnaParticleIsolation::fFillTMHisto
private
Bool_t AliAnaParticleIsolation::fFillUEBandSubtractHistograms
private

Fill histograms working on the UE subtraction.

Definition at line 219 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffUEBandSubtractionHistoFill(), and SwitchOnUEBandSubtractionHistoFill().

const Int_t AliAnaParticleIsolation::fgkNmcPrimTypes = 9
static

Number of MC primary particle types used in the analysis in the histogram arrays.

Definition at line 200 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().

const Int_t AliAnaParticleIsolation::fgkNmcTypes = 12
static

Number of MC type particles originating the clusters used in the analysis in the histogram arrays.

Definition at line 208 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConePtLead
private

! Cluster and tracks leading pt in the cone.

Definition at line 319 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadCluster
private

! Clusters leading pt in the cone.

Definition at line 320 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConePtLeadClusterTrackFrac
private

! Trigger pt vs cluster/track leading pt.

Definition at line 323 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadClustervsTrack
private

! Tracks vs Clusters leading pt.

Definition at line 322 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadTrack
private

! Tracks leading pt in the cone.

Definition at line 321 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPt
private

! Cluster and tracks Sum Pt Sum Pt in the cone.

Definition at line 325 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCell
private

! Cells Sum Pt Sum Pt in the cone.

Definition at line 328 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtCellTrack
private

! Cells and tracks Sum Pt Sum Pt in the cone.

Definition at line 327 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCellTrackTrigEtaPhi
private

! Cell and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger.

Definition at line 339 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCellvsTrack
private

! Cell vs tracks Sum Pt Sum Pt in the cone.

Definition at line 388 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCluster
private

! Clusters Sum Pt Sum Pt in the cone.

Definition at line 329 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorr[6]
private

! cluster sum pt for odd column cells in correlated FEC, 6 cases

Definition at line 655 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrMax[4]
private

! cluster sum pt for pair column cells in correlated FEC Max, 4 cases

Definition at line 654 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrOdd
private

! cluster sum pt for odd column cells in correlated FEC

Definition at line 645 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrOdd2Max
private

! cluster sum pt for pair column cells in correlated FEC, and both cells are max

Definition at line 647 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrOdd2MaxHighCut
private

! cluster sum pt for odd column cells in correlated FEC, and both cells are max, pT > 0.7 GeV

Definition at line 652 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrOddHighCut
private

! cluster sum pt for odd column cells in correlated FEC, pT > 0.7 GeV

Definition at line 650 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrPair
private

! cluster sum pt for pair column cells in correlated FEC

Definition at line 644 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrPair2Max
private

! cluster sum pt for pair column cells in correlated FEC, and both cells are max

Definition at line 646 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrPair2MaxHighCut
private

! cluster sum pt for pair column cells in correlated FEC, and both cells are max, pT > 0.7 GeV

Definition at line 651 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterFECCorrPairHighCut
private

! cluster sum pt for pair column cells in correlated FEC, pT > 0.7 GeV

Definition at line 649 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerPtCut
private

! Clusters Sum Pt in the cone for different min pT cuts, x axis.

Definition at line 637 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerPtCutLargePtTrig
private

! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed

Definition at line 638 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterTrackFrac
private

! Cluster / tracks Sum Pt Sum Pt in the cone.

Definition at line 385 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtClustervsTrack
private

! Cluster vs tracks Sum Pt Sum Pt in the cone.

Definition at line 384 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUECell
private

! Cell Sum amplitude in the eta band for cells, before normalization.

Definition at line 335 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUECellTrigEtaPhi
private

! Cluster Sum amplitude in the eta band for cells, per eta-phi bin of trigger, before normalization.

Definition at line 344 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUECluster
private

! Cluster Sum Pt in the eta band for clusters, before normalization.

Definition at line 331 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUEClusterTrigEtaPhi
private

! Cluster Sum Pt in the eta band for clusters, per eta-phi bin of trigger,before normalization.

Definition at line 340 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUETrack
private

! Track Sum Pt in the eta band for tracks, before normalization.

Definition at line 333 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaBandUETrackTrigEtaPhi
private

! Track Sum Pt in the eta band for tracks, per eta-phi bin of trigger, before normalization.

Definition at line 342 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESub
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 347 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubCell
private

! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger.

Definition at line 362 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubCellTrigEtaPhi
private

! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 364 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubCellvsTrack
private

! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band.

Definition at line 389 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubCluster
private

! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 357 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubClusterTrigEtaPhi
private

! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 359 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubClustervsTrack
private

! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band.

Definition at line 386 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubTrack
private

! Track Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 367 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubTrackCell
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 352 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubTrackCellTrigEtaPhi
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 354 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubTrackTrigEtaPhi
private

! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 369 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESubTrigEtaPhi
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 349 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUECell
private

! Cell Sum amplitude in the phi band for cells, before normalization.

Definition at line 336 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUECellTrigEtaPhi
private

! Cluster Sum amplitude in the phi band for cells, per eta-phi bin of trigger, before normalization.

Definition at line 345 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUECluster
private

! Cluster Sum Pt in the phi band for clusters, before normalization.

Definition at line 332 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUEClusterTrigEtaPhi
private

! Cluster Sum Pt in the phi band for clusters, per eta-phi bin of trigger, before normalization.

Definition at line 341 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUETrack
private

! Track Sum Pt in the phi badn for tracks, before normalization.

Definition at line 334 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUETrackTrigEtaPhi
private

! Track Sum Pt in the phi badn for tracks, per eta-phi bin of trigger, before normalization.

Definition at line 343 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESub
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 348 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubCell
private

! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger.

Definition at line 363 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubCellTrigEtaPhi
private

! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 365 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubCellvsTrack
private

! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band.

Definition at line 390 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubCluster
private

! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 358 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubClusterTrigEtaPhi
private

! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 360 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubClustervsTrack
private

! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band.

Definition at line 387 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubTrack
private

! Track Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 368 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubTrackCell
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.

Definition at line 353 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubTrackCellTrigEtaPhi
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 355 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubTrackTrigEtaPhi
private

! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 370 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESubTrigEtaPhi
private

! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger.

Definition at line 350 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotEtaCell
private

! Cells, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 412 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotEtaCluster
private

! Clusters, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 408 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotEtaTrack
private

! Tracks, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 404 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotPhiCell
private

! Cells, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 410 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotPhiCluster
private

! Clusters, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 406 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubNormvsConeSumPtTotPhiTrack
private

! Tracks, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub.

Definition at line 402 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotEtaCell
private

! Cells, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub.

Definition at line 411 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotEtaCluster
private

! Clusters, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub

Definition at line 407 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotEtaTrack
private

! Tracks, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub

Definition at line 403 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotPhiCell
private

! Cells, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub.

Definition at line 409 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotPhiCluster
private

! Clusters, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub.

Definition at line 405 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtSubvsConeSumPtTotPhiTrack
private

! Tracks, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub.

Definition at line 401 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrack
private

! Tracks Sum Pt Sum Pt in the cone.

Definition at line 330 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 680 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 679 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 678 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerEtaCut
private

! Tracks Sum Pt in the cone for different min eta cuts, x axis.

Definition at line 641 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerEtaCutLargePtTrig
private

! Tracks Sum Pt in the cone for different min eta cuts, x axis. Trigger pT > 10 GeV fixed

Definition at line 642 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerPtCut
private

! Tracks Sum Pt in the cone for different min pT cuts, x axis.

Definition at line 639 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerPtCutLargePtTrig
private

! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed

Definition at line 640 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFBC0
private

! track with TOF hit sum pt, tof in BC0

Definition at line 657 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFBC0ITSRefitOnSPDOn
private

! track with ITS Refit On SPD On, TOF BC=0

Definition at line 694 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFBCN
private

! track with TOF hit sum pt, tof not in BC0

Definition at line 658 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFNo
private

! track without TOF hit sum pt

Definition at line 659 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrigEtaPhi
private

! Cluster and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger.

Definition at line 338 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtVSUEClusterEtaBand
private

! Clusters, eta band: sum pT in cone vs bkg to subtract.

Definition at line 415 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtVSUEClusterPhiBand
private

! Clusters, phi band: sum pT in cone vs bkg to subtract.

Definition at line 416 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtVSUETracksEtaBand
private

! Tracks, eta band: sum pT in cone vs bkg to subtract.

Definition at line 413 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtVSUETracksPhiBand
private

! Tracks, phi band: sum pT in cone vs bkg to subtract.

Definition at line 414 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhdEdx[2]
private

! matched track dEdx vs cluster E.

Definition at line 529 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhEIso
private

! Number of isolated particles vs energy.

Definition at line 275 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhEIsoPileUp[7]
private

! Number of isolated particles.

Definition at line 611 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhELambda0[2]
private

! Shower shape of (non) isolated photons (do not apply SS cut previously).

Definition at line 534 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda0LocMax1[2]
private

! E vs lambda0 of selected cluster, 1 local maxima in cluster.

Definition at line 603 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda0LocMax2[2]
private

! E vs lambda0 of selected cluster, 2 local maxima in cluster.

Definition at line 605 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda0LocMaxN[2]
private

! E vs lambda0 of selected cluster, N>2 local maxima in cluster.

Definition at line 607 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda0TRD[2]
private

! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously).

Definition at line 537 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda1LocMax1[2]
private

! E vs lambda1 of selected cluster, 1 local maxima in cluster.

Definition at line 604 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda1LocMax2[2]
private

! E vs lambda1 of selected cluster, 2 local maxima in cluster.

Definition at line 606 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhELambda1LocMaxN[2]
private

! E vs lambda1 of selected cluster, N>2 local maxima in cluster.

Definition at line 608 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhENoIso
private

! Number of not isolated leading particles vs Energy.

Definition at line 284 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhENoIsoPileUp[7]
private

! Number of not isolated particles.

Definition at line 613 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEOverP[2]
private

! matched track E cluster over P track vs cluster E, after dEdx cut.

Definition at line 530 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhEPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs E.

Definition at line 422 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandCell
private

! Accumulated pT in Eta band to estimate UE in cone, only cells.

Definition at line 316 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandCellvsTrack
private

! Accumulated pT in Eta band to estimate UE in cone, cells vs tracks.

Definition at line 396 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandCluster
private

! Accumulated pT in Eta band to estimate UE in cone, only clusters.

Definition at line 312 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandClustervsTrack
private

! Accumulated pT in Eta band to estimate UE in cone, clusters vs tracks.

Definition at line 392 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandNormCellvsTrack
private

! Accumulated pT cell in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks.

Definition at line 398 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandNormClustervsTrack
private

! Accumulated pT in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks.

Definition at line 394 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandTrack
private

! Accumulated pT in Eta band to estimate UE in cone, only tracks.

Definition at line 314 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaIso
private

! eta of isolated particles.

Definition at line 281 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEtaIsoMC[fgkNmcTypes]
private

! eta of isolated mcTypes particle.

Definition at line 468 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEtaPhiCluster
private

! Eta vs. phi of all clusters.

Definition at line 306 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiDecay[2][AliNeutralMesonSelection::fgkMaxNDecayBits]
private

! eta vs phi of (not) isolated leading Pi0 decay particles.

Definition at line 288 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiFracPtSumDecayIso[5][5]
private

! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0].

Definition at line 514 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiFracPtSumIso[5][5]
private

! Isolated particle with threshold on cone sum density.

Definition at line 513 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiInConeCluster
private

! Eta vs. phi of clusters in cone.

Definition at line 305 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInConeTrack
private

! Eta vs. phi of tracks in cone.

Definition at line 307 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInPerpCone
private

! Eta vs. phi of tracks in perpendicular cone

Definition at line 309 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInPerpConeITSRefitOnSPDOn
private

! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On

Definition at line 702 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInPerpConeTOFBC0
private

! Eta vs. phi of tracks in perpendicular cone, with TOF BC=0.

Definition at line 310 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInPerpConeTOFBC0ITSRefitOnSPDOn
private

! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0

Definition at line 706 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiIso
private

! eta vs phi of isolated particles.

Definition at line 282 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEtaPhiLam0BinPtBin[2][7]
private

! Cluster eta/phi for a given l0 bin (0.3-0.4) and different E bins 2-3,3-4,4-5,5-6,6-8,8-10,10-12

Definition at line 635 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEtaPhiNoIso
private

! eta vs phi of not isolated leading particles.

Definition at line 283 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtFracDecayIso[5][5]
private

! eta vs phi of isolated particles with pt frac, only for decay bit fDecayBits[0].

Definition at line 499 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtFracIso[5][5]
private

! eta vs phi of isolated particles with pt frac.

Definition at line 498 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtSumDecayIso[5][5]
private

! eta vs phi of isolated particles with pt sum, only for decay bit fDecayBits[0].

Definition at line 503 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtSumIso[5][5]
private

! eta vs phi of isolated particles with pt sum.

Definition at line 502 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtThresDecayIso[5][5]
private

! eta vs phi of isolated particles with pt threshold, only for decay bit fDecayBits[0].

Definition at line 495 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiPtThresIso[5][5]
private

! eta vs phi of isolated particles with pt threshold.

Definition at line 494 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiSumDensityDecayIso[5][5]
private

! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0].

Definition at line 507 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiSumDensityIso[5][5]
private

! Isolated particle with threshold on cone sum density.

Definition at line 506 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrack
private

! Eta vs. phi of all tracks.

Definition at line 308 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInCone
private

! track azhimuthal angle vs pseudo-rapidity

Definition at line 665 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 692 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 691 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 690 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeTOFBC0
private

! track with TOF hit, eta-phi, tof in BC0

Definition at line 672 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeTOFBC0ITSRefitOnSPDOn
private

! track with ITS Refit On SPD On, TOF BC=0

Definition at line 698 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeTOFBCN
private

! track with TOF hit, eta-phi, tof not in BC0

Definition at line 673 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeTOFNo
private

! track without TOF hit, eta-phi

Definition at line 674 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPrimMC[fgkNmcPrimTypes]
private

! Pt vs Eta of generated photon.

Definition at line 420 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInCone
private

! track pseudo-rapidity

Definition at line 664 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 689 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 688 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 687 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFBC0
private

! track with TOF hit, eta, tof in BC0

Definition at line 669 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFBC0ITSRefitOnSPDOn
private

! track with ITS Refit On SPD On, TOF BC=0

Definition at line 697 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFBCN
private

! track with TOF hit, eta, tof not in BC0

Definition at line 670 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFNo
private

! track without TOF hit, eta

Definition at line 671 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionCellOutConeEta
private

! Fraction of cone out of cells acceptance in eta.

Definition at line 379 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionCellOutConeEtaTrigEtaPhi
private

! Fraction of cone out of cells acceptance in eta, vs trigger eta-phi.

Definition at line 380 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionCellOutConePhi
private

! Fraction of cone out of cells acceptance in phi.

Definition at line 381 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionCellOutConePhiTrigEtaPhi
private

! Fraction of cone out of cells acceptance in phi, vs trigger eta-phi.

Definition at line 382 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionClusterOutConeEta
private

! Fraction of cone out of clusters acceptance in eta.

Definition at line 374 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionClusterOutConeEtaTrigEtaPhi
private

! Fraction of cone out of clusters acceptance in eta, vs trigger eta-phi.

Definition at line 375 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionClusterOutConePhi
private

! Fraction of cone out of clusters acceptance in phi.

Definition at line 376 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionClusterOutConePhiTrigEtaPhi
private

! Fraction of cone out of clusters acceptance in phi, vs trigger eta-phi.

Definition at line 377 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionTrackOutConeEta
private

! Fraction of cone out of tracks acceptance in eta.

Definition at line 372 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhFractionTrackOutConeEtaTrigEtaPhi
private

! Fraction of cone out of tracks acceptance in eta, vs trigger eta-phi.

Definition at line 373 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhLam0EMCALRegionPerSM[2][4][3][20]
private

! Cluster lambda0 vs E, in different EMCal regions

Definition at line 634 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhMCConversionLambda0Rcut[6][2]
private

! Shower shape of photon conversions, depending on conversion vertex.

Definition at line 626 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhMCConversionLambda0RcutTRD[6][2]
private

! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD

Definition at line 627 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhMCConversionVertex[2]
private

! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso

Definition at line 624 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhMCConversionVertexTRD[2]
private

! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso, SM covered by TRD

Definition at line 625 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhNLocMax[2]
private

[fNPtTrigBin*fgkNmcTypes]

! Number of maxima in selected clusters.

Definition at line 602 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPt
private

! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90).

Definition at line 300 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPtITSRefitOnSPDOn
private

! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On

Definition at line 700 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPtTOFBC0
private

! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0

Definition at line 301 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPtTOFBC0ITSRefitOnSPDOn
private

! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0

Definition at line 704 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpPtLeadingPt[5]
private

! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90).

Definition at line 488 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPerpSumPtLeadingPt[5]
private

! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90).

Definition at line 487 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPhiBandCell
private

! Accumulated pT in Phi band to estimate UE in cone, only cells.

Definition at line 317 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandCellvsTrack
private

! Accumulated pT in Phi band to estimate UE in cone, cells vs tracks.

Definition at line 397 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandCluster
private

! Accumulated pT in Phi band to estimate UE in cone, only clusters.

Definition at line 313 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandClustervsTrack
private

! Accumulated pT in Phi band to estimate UE in cone, clusters vs tracks.

Definition at line 393 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandNormCellvsTrack
private

! Accumulated pT cell in Phi band to estimate UE in cone, normalized to cone.

Definition at line 399 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandNormClustervsTrack
private

! Accumulated pT in Phi band to estimate UE in cone, normalized to cone size, clusters vs tracks.

Definition at line 395 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandTrack
private

! Accumulated pT in Phi band to estimate UE in cone, only tracks.

Definition at line 315 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiIso
private

! phi of isolated particles.

Definition at line 280 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPhiIsoMC[fgkNmcTypes]
private

! phi of isolated mcTypes particle.

Definition at line 467 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPhiPrimMC[fgkNmcPrimTypes]
private

! Pt vs Phi of generated photon.

Definition at line 421 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInCone
private

! track azhimuthal angle

Definition at line 663 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 686 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 685 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 684 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFBC0
private

! track with TOF hit, phi, tof in BC0

Definition at line 666 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFBC0ITSRefitOnSPDOn
private

! track with ITS Refit On SPD On, TOF BC=0

Definition at line 696 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFBCN
private

! track with TOF hit, phi, tof not in BC0

Definition at line 667 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFNo
private

! track without TOF hit, phi

Definition at line 668 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtCellInCone
private

! Cell amplitude in the cone.

Definition at line 293 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtCentralityIso
private

! Centrality vs pT.

Definition at line 277 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtClusterInCone
private

! Cluster Pt in the cone.

Definition at line 292 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtDecay[2][AliNeutralMesonSelection::fgkMaxNDecayBits]
private

! Number of (non) isolated Pi0 decay particles (invariant mass tag).

Definition at line 287 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtDecayMC[2][AliNeutralMesonSelection::fgkMaxNDecayBits][fgkNmcTypes]
private

! Number of (not) isolated Pi0 decay particles (invariant mass tag) for a mcTypes particle.

Definition at line 470 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPtEventPlaneIso
private

! Event plane angle vs pT.

Definition at line 278 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtFracIsolated[5][5]
private

! Isolated particle with pt threshold frac.

Definition at line 491 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtFracIsolatedMC[fgkNmcTypes][5][5]
private

! Isolated mcTypes particle with pt frac.

Definition at line 518 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtFracPtSumDecayIso[5][5]
private

! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0].

Definition at line 512 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtFracPtSumIso[5][5]
private

! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum.

Definition at line 511 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPtInCone
private

! Cluster/track Pt in the cone.

Definition at line 291 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInConeCent
private

! Particle Pt in the cone versus centrality.

Definition at line 299 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInConePileUp[7]
private

! Particle Pt in the cone, if event is from pile-up (SPD method).

Definition at line 298 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInPerpCone
private

! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90).

Definition at line 302 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInPerpConeITSRefitOnSPDOn
private

! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On

Definition at line 701 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInPerpConeTOFBC0
private

! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0

Definition at line 303 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtInPerpConeTOFBC0ITSRefitOnSPDOn
private

! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0

Definition at line 705 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtIso
private

! Number of isolated particles vs pT.

Definition at line 276 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtIsoMC[fgkNmcTypes]
private

! Number of isolated mcTypes particle.

Definition at line 466 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtIsoPileUp[7]
private

! Number of isolated particles.

Definition at line 612 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtLambda0[2]
private

! Shower shape of (non) isolated photons (do not apply SS cut previously).

Definition at line 535 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0Decay[2][AliNeutralMesonSelection::fgkMaxNDecayBits]
private

! Shower shape of (non) isolated leading Pi0 decay particles (do not apply SS cut previously).

Definition at line 289 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH3F* AliAnaParticleIsolation::fhPtLambda0Eiso
private

! ABCD TH3F histogram Pt, ShowerShape and sum(ET)+sum(pT) cone

Definition at line 326 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtLambda0MC[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously).

Definition at line 472 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0MCConv[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously).

Definition at line 473 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0MCConvWith1Overlap[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). At least one overlap from other particles.

Definition at line 476 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0MCConvWithNOverlap[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles.

Definition at line 479 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0MCWith1Overlap[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). At least one overlap from other particles.

Definition at line 475 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0MCWithNOverlap[fgkNmcTypes][2]
private

! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More tha one overlap from other particles.

Definition at line 478 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLambda0TRD[2]
private

! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously).

Definition at line 538 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtLeadConeBin
private

Candidate Pt distribution depending on bin of cone leading particle.

Definition at line 542 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtLeadConeBinDecay
private

[fNBkgBin*fgkNmcTypes]

Candidate Pt distribution depending on bin of cone leading particle, tagged as decay.

Definition at line 554 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtLeadConeBinLambda0
private

[fNBkgBin*fNDecayBits]

Candidate shower shape distribution depending on bin of cone leading particle.

Definition at line 560 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtLeadConeBinLambda0MC
private

[fNBkgBin]

Candidate shower shape distribution depending on bin of cone leading particle, per MC particle.

Definition at line 566 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtLeadConeBinMC
private

[fNBkgBin]

Candidate Pt distribution depending on bin of cone leading particle, per MC particle.

Definition at line 548 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLeadingPt[5]
private

! Particle Pt in the cone.

Definition at line 486 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPtNLocMaxIso
private

! Number of isolated particles vs NLM in cluster.

Definition at line 279 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtNLocMaxNoIso
private

! Number of not isolated particles vs NLM in cluster.

Definition at line 286 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtNoIso
private

! Number of not isolated leading particles vs pT.

Definition at line 285 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtNoIsoMC[fgkNmcTypes]
private

! Number of not isolated mcTypes particle.

Definition at line 465 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtNoIsoPileUp[7]
private

! Number of not isolated particles.

Definition at line 614 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtNOverlap[fgkNmcTypes][2]
private

! Number of overlaps of (non) isolated candidates originated by mcTypes (do not apply SS cut previously). More tha one overlap from other particles.

Definition at line 481 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtNOverlapConv[fgkNmcTypes][2]
private

! Number of overlaps of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles.

Definition at line 482 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs pT.

Definition at line 423 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPt
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated.

Definition at line 457 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlap
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated.

Definition at line 458 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlapCaloE
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated.

Definition at line 459 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairNoOverlap
private

! Eta decay photons isolated, not overlapped decay.

Definition at line 460 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairOutOfAcceptance
private

! Eta decay photons, with decay pair out of detector acceptance, isolated.

Definition at line 455 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairOutOfAcceptanceNoOverlap
private

! Eta decay photons, with decay pair out of detector acceptance, isolated.

Definition at line 456 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairOutOfCone
private

! Eta decay photons, with decay pair out of isolation cone, isolated.

Definition at line 454 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairAcceptInConeLowPt
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold.

Definition at line 449 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlap
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap.

Definition at line 450 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlapCaloE
private

! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap.

Definition at line 451 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairNoOverlap
private

! Eta decay photons, not overlapped decay.

Definition at line 452 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairOutOfAcceptance
private

! Eta decay photons, with decay pair out of detector acceptance.

Definition at line 447 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairOutOfAcceptanceNoOverlap
private

! Eta decay photons, with decay pair out of detector acceptance.

Definition at line 448 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairOutOfCone
private

! Eta decay photons, with decay pair out of isolation cone.

Definition at line 446 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaIsoOverlap
private

! Eta isolated with overlapped decay photons.

Definition at line 463 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaOverlap
private

! Eta with overlapped decay photons.

Definition at line 462 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCiso[fgkNmcPrimTypes]
private

! Number of generated isolated photon vs pT.

Definition at line 424 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPt
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated.

Definition at line 437 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlap
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated.

Definition at line 438 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlapCaloE
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated.

Definition at line 439 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairNoOverlap
private

! Pi0 decay photons isolated, not overlapped decay.

Definition at line 440 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairOutOfAcceptance
private

! Pi0 decay photons, with decay pair out of detector acceptance, isolated.

Definition at line 435 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairOutOfAcceptanceNoOverlap
private

! Pi0 decay photons, with decay pair out of detector acceptance, isolated.

Definition at line 436 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayIsoPairOutOfCone
private

! Pi0 decay photons, with decay pair out of isolation cone, isolated.

Definition at line 434 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairAcceptInConeLowPt
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold.

Definition at line 429 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlap
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap.

Definition at line 430 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlapCaloE
private

! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap.

Definition at line 431 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairNoOverlap
private

! Pi0 decay photons, not overlapped decay.

Definition at line 432 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairOutOfAcceptance
private

! Pi0 decay photons, with decay pair out of detector acceptance.

Definition at line 427 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairOutOfAcceptanceNoOverlap
private

! Pi0 decay photons, with decay pair out of detector acceptance.

Definition at line 428 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0DecayPairOutOfCone
private

! Pi0 decay photons, with decay pair out of isolation cone.

Definition at line 426 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0IsoOverlap
private

! Pi0 isolated with overlapped decay photons.

Definition at line 443 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCPi0Overlap
private

! Pi0 with overlapped decay photons.

Definition at line 442 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPtFracDecayIso[5][5]
private

! Number of isolated Pi0 decay particles (invariant mass tag) with pt fra, only for decay bit fDecayBits[0].

Definition at line 500 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtPtSumDecayIso[5][5]
private

! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0].

Definition at line 504 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtPtThresDecayIso[5][5]
private

! Number of isolated Pi0 decay particles (invariant mass tag) with pt threshold, only for decay bit fDecayBits[0].

Definition at line 496 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtSumDensityDecayIso[5][5]
private

! Isolated decay particle with threshold on cone sum density, only for decay bit fDecayBits[0].

Definition at line 509 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtSumDensityIso[5][5]
private

! Isolated particle with threshold on cone sum density.

Definition at line 508 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtThresIsolated[5][5]
private

! Isolated particle with pt threshold.

Definition at line 490 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhPtThresIsolatedMC[fgkNmcTypes][5][5]
private

! Isolated mcTypes particle with pt threshold.

Definition at line 517 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhPtTrackInCone
private

! Track Pt in the cone.

Definition at line 294 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeBC0PileUpSPD
private

! Track Pt in the cone, tracks in BC=0.

Definition at line 297 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 683 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 682 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 681 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeOtherBCPileUpSPD
private

! Track Pt in the cone, tracks out of main BC Time window.

Definition at line 295 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeTOFBC0
private

! track with TOF hit, pt, tof in BC0

Definition at line 660 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeTOFBC0ITSRefitOnSPDOn
private

! track with ITS Refit On SPD On, TOF BC=0

Definition at line 695 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeTOFBCN
private

! track with TOF hit, pt, tof not in BC0

Definition at line 661 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeTOFNo
private

! track without TOF hit, pt

Definition at line 662 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtTrackInConeVtxBC0
private

! Track Pt in the cone, tracks in BC=0.

Definition at line 296 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtTrigBinLambda0vsPtLeadCone
private

[fNBkgBin*fNDecayBits]

Candidate shower shape distribution depending vs cone leading particle in pT trigger bins.

Definition at line 590 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtTrigBinLambda0vsPtLeadConeMC
private

[fNPtTrigBin]

Candidate shower shape distribution depending vs cone leading particle in pT trigger bins, per MC particle.

Definition at line 596 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtTrigBinLambda0vsSumPtCone
private

[fNPtTrigBin]

Candidate shower shape distribution depending vs of cone sum pt in pT trigger bins.

Definition at line 593 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhPtTrigBinLambda0vsSumPtConeMC
private

[fNPtTrigBin*fgkNmcTypes]

Candidate shower shape distribution depending vs cone sum pt in pT trigger bins, per MC particle.

Definition at line 599 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinPtLeadCone
private

[fNBkgBin*fgkNmcTypes]

Candidate pt bin, distribution of cone leading particle pt.

Definition at line 572 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinPtLeadConeDecay
private

[fNPtTrigBin*fgkNmcTypes]

Candidate pt bin, distribution of cone leading particle pt, tagged as decay.

Definition at line 584 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinPtLeadConeMC
private

[fNPtTrigBin]

Candidate pt bin, distribution of cone leading particle pt, per MC particle.

Definition at line 578 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinSumPtCone
private

[fNPtTrigBin]

Candidate pt bin, distribution of cone sum particle pt.

Definition at line 575 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinSumPtConeDecay
private

[fNBkgBin*fNDecayBits]

Candidate pt bin, distribution of cone sum particle pt, tagged as decay.

Definition at line 587 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhPtTrigBinSumPtConeMC
private

[fNPtTrigBin*fgkNmcTypes]

Candidate pt bin, distribution of cone sum particle pt, per MC particle.

Definition at line 581 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhSumPtConeBin
private

[fNBkgBin]

Candidate Pt distribution depending on bin of cone sum pt.

Definition at line 545 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhSumPtConeBinDecay
private

[fNBkgBin*fNDecayBits]

Candidate Pt distribution depending on bin of cone sum pt, tagged as decay.

Definition at line 557 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhSumPtConeBinLambda0
private

[fNBkgBin]

Candidate shower shape distribution depending on bin of cone sum pt.

Definition at line 563 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F** AliAnaParticleIsolation::fhSumPtConeBinLambda0MC
private

[fNBkgBin*fgkNmcTypes]

Candidate shower shape distribution depending on bin of cone sum pt, per MC particle.

Definition at line 569 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F** AliAnaParticleIsolation::fhSumPtConeBinMC
private

[fNBkgBin*fgkNmcTypes]

Candidate Pt distribution depending on bin of cone sum pt, per MC particle.

Definition at line 551 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhSumPtIsolated[5][5]
private

! Isolated particle with threshold on cone pt sum.

Definition at line 492 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH1F* AliAnaParticleIsolation::fhSumPtIsolatedMC[fgkNmcTypes][5][5]
private

! Isolated mcTypes particle with threshold on cone pt sum.

Definition at line 519 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhSumPtLeadingPt[5]
private

! Sum Pt in the cone.

Definition at line 485 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhSumPtLeadingPtMC[fgkNmcTypes][5]
private

! mcTypes particle for sum Pt, different cone.

Definition at line 520 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().

TH2F* AliAnaParticleIsolation::fhTimeENoCut
private

! Time of cluster vs E, no cut.

Definition at line 615 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimeESPD
private

! Time of cluster vs E, IsSPDPileUp.

Definition at line 616 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimeESPDMulti
private

! Time of cluster vs E, IsSPDPileUpMulti.

Definition at line 617 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimeNPileUpVertContributors
private

! Time of cluster vs n pile-up vertex from SPD contributors.

Definition at line 620 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimeNPileUpVertSPD
private

! Time of cluster vs n pile-up vertices from SPD.

Definition at line 618 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimeNPileUpVertTrack
private

! Time of cluster vs n pile-up vertices from Tracks.

Definition at line 619 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimePileUpMainVertexZDiamond
private

! Time of cluster vs difference of z diamond and pile-up vertex.

Definition at line 622 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTimePileUpMainVertexZDistance
private

! Time of cluster vs difference of z main vertex and pile-up vertex.

Definition at line 621 of file AliAnaParticleIsolation.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDEta[2]
private

! Eta distance between track and cluster vs cluster E.

Definition at line 523 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDEtaDPhi[2]
private

! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV.

Definition at line 525 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDEtaDPhiMC[fgkNmcTypes][2]
private

! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV for mcTypes particle.

Definition at line 528 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDEtaMC[fgkNmcTypes][2]
private

! Eta distance between track and cluster vs cluster E for mcTypes particle.

Definition at line 526 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDPhi[2]
private

! Phi distance between track and cluster vs cluster E.

Definition at line 524 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedDPhiMC[fgkNmcTypes][2]
private

! Phi distance between track and cluster vs cluster E for mcTypes particle.

Definition at line 527 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackMatchedMCParticle[2]
private

! Trace origin of matched particle.

Definition at line 531 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackTOFInCone
private

! track TOF in cone

Definition at line 675 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhTrackTOFInConeBC0
private

! track TOF in cone and BC0

Definition at line 676 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

Int_t AliAnaParticleIsolation::fIsoDetector
private

Candidate particle for isolation detector.

Definition at line 212 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), GetCreateOutputObjects(), GetTriggerDetector(), InitParameters(), and SetTriggerDetector().

TString AliAnaParticleIsolation::fIsoDetectorString
private

Candidate particle for isolation detector.

Definition at line 213 of file AliAnaParticleIsolation.h.

Referenced by GetAnalysisCuts(), GetTriggerDetectorString(), InitParameters(), Print(), and SetTriggerDetector().

Bool_t AliAnaParticleIsolation::fLeadingOnly
private

Do isolation with leading particle.

Definition at line 231 of file AliAnaParticleIsolation.h.

Referenced by InitParameters(), IsLeadingOnlyOn(), SwitchOffLeadingOnly(), and SwitchOnLeadingOnly().

Bool_t AliAnaParticleIsolation::fMakePrimaryPi0DecayStudy
private

Fill dedicated histograms for primary decay photons.

Definition at line 234 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), GetCreateOutputObjects(), SwitchOffPrimariesPi0DecayStudy(), and SwitchOnPrimariesPi0DecayStudy().

Float_t AliAnaParticleIsolation::fMinCellsAngleOverlap
private

Number of cells that define the cluster overlap.

Definition at line 244 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), InitParameters(), and SetMinCellsAngleOverlap().

TLorentzVector AliAnaParticleIsolation::fMomDaugh1
private

! Temporary vector, avoid creation per event.

Definition at line 265 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms().

TLorentzVector AliAnaParticleIsolation::fMomDaugh2
private

! Temporary vector, avoid creation per event.

Definition at line 266 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms().

TLorentzVector AliAnaParticleIsolation::fMomentum
private
TLorentzVector AliAnaParticleIsolation::fMomIso
private

! Temporary vector, avoid creation per event.

Definition at line 264 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms().

Int_t AliAnaParticleIsolation::fNBkgBin
private
Int_t AliAnaParticleIsolation::fNCones
private

Number of cone sizes to test. Multiple cones and pt thresholds analysis.

Definition at line 247 of file AliAnaParticleIsolation.h.

Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), GetNCones(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetNCones().

Int_t AliAnaParticleIsolation::fNDecayBits
private

In case of study of decay triggers, select the decay bit.

Definition at line 226 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), MakeSeveralICAnalysis(), and SetNDecayBits().

Int_t AliAnaParticleIsolation::fNEtaCutsInCone
private

Number of track/cluster max eta cut to test in cone for sum pT calculation.

Definition at line 260 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), SetEtaCutInConeAt(), and SetNEtaCutInCone().

Int_t AliAnaParticleIsolation::fNPtCutsInCone
private

Number of track/cluster min pT cut to test in cone for sum pT calculation.

Definition at line 256 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), SetNPtCutInCone(), and SetPtCutInConeAt().

Int_t AliAnaParticleIsolation::fNPtThresFrac
private

Number of ptThres and ptFrac to test. Multiple cones and pt thresholds analysis.

Definition at line 248 of file AliAnaParticleIsolation.h.

Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), GetNPtThresFrac(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetNPtThresFrac().

Int_t AliAnaParticleIsolation::fNPtTrigBin
private
TVector3 AliAnaParticleIsolation::fProdVertex
private

! Temporary vector, avoid creation per event.

Definition at line 268 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and MakeAnalysisFillHistograms().

Float_t AliAnaParticleIsolation::fPtCutInCone[20]
private

List of track/cluster min pT cut to test in cone for sum pT calculation.

Definition at line 257 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), and SetPtCutInConeAt().

Float_t AliAnaParticleIsolation::fPtFractions[5]
private

Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis.

Definition at line 252 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetPtFractions(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetPtFractions().

Float_t AliAnaParticleIsolation::fPtThresholds[5]
private

Array with pt thresholds to test. Multiple cones and pt thresholds analysis.

Definition at line 251 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetPtThresholds(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetPtThresholds().

Float_t AliAnaParticleIsolation::fPtTrigBinLimit[20]
private
Bool_t AliAnaParticleIsolation::fReMakeIC
private
Bool_t AliAnaParticleIsolation::fSelectPrimariesInCone
private

In primary particle isolation studies, select only particles in isolation cone within detector acceptance and E cut.

Definition at line 233 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), SwitchOffPrimariesInConeSelection(), and SwitchOnPrimariesInConeSelection().

Bool_t AliAnaParticleIsolation::fStudyEtaCutInCone
private

Activate study of track/cluster max eta on sum of pT in cone.

Definition at line 259 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), GetCreateOutputObjects(), SwitchOffStudyEtaCutInCone(), and SwitchOnStudyEtaCutInCone().

Bool_t AliAnaParticleIsolation::fStudyFECCorrelation
private

Study 4 FEC channels cross correlation.

Definition at line 222 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), GetCreateOutputObjects(), SwitchOffStudyFECCorrelation(), and SwitchOnStudyFECCorrelation().

Bool_t AliAnaParticleIsolation::fStudyPtCutInCone
private

Activate study of track/cluster min pT on sum of pT in cone.

Definition at line 255 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), GetCreateOutputObjects(), SwitchOffStudyPtCutInCone(), and SwitchOnStudyPtCutInCone().

Bool_t AliAnaParticleIsolation::fStudyTracksInCone
private

Study tracks depending on different track info.

Definition at line 223 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), CalculateTrackUEBand(), GetCreateOutputObjects(), SwitchOffStudyTracksInCone(), and SwitchOnStudyTracksInCone().

Float_t AliAnaParticleIsolation::fSumPtThresholds[5]
private

Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis.

Definition at line 253 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetSumPtThresholds(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetSumPtThresholds().

TVector3 AliAnaParticleIsolation::fTrackVector
private

! Temporary vector, avoid creation per event.

Definition at line 267 of file AliAnaParticleIsolation.h.

Referenced by IsTriggerTheNearSideEventLeadingParticle().


The documentation for this class was generated from the following files: