AliPhysics  5e2c166 (5e2c166)

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 (AliCaloTrackParticleCorrelation *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 (AliCaloTrackParticleCorrelation *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 (AliCaloTrackParticleCorrelation *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 (AliCaloTrackParticleCorrelation *aodParticle, Float_t &coneptsumCluster, Float_t &coneptLeadCluster)
 Get the cluster pT or sum of pT in isolation cone. More...
 
void CalculateCaloCellSignalInCone (AliCaloTrackParticleCorrelation *aodParticle, Float_t &coneptsumCell)
 
void CalculateTrackSignalInCone (AliCaloTrackParticleCorrelation *aodParticle, Float_t &coneptsumTrack, Float_t &coneptLeadTrack)
 Get the track pT or sum of pT in isolation cone. More...
 
void CalculateNormalizeUEBandPerUnitArea (AliCaloTrackParticleCorrelation *pCandidate, Float_t coneptsumCluster, Float_t coneptsumCell, Float_t coneptsumTrack, Float_t &coneptsumSubEtaBand, Float_t &coneptsumSubPhiBand, Int_t mcIndex)
 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 (AliCaloTrackParticleCorrelation *pCandidate, Float_t coneptsum, Float_t coneptsumTrack, Float_t coneptsumCluster, Float_t coneleadpt, Int_t mcIndex)
 Fill Track matching and Shower Shape control histograms. More...
 
Bool_t IsTriggerTheNearSideEventLeadingParticle (Int_t &idLeading)
 
void MakeSeveralICAnalysis (AliCaloTrackParticleCorrelation *ph, Int_t mcIndex)
 Isolation Cut Analysis for both methods and different pt cuts and cones. More...
 
void StudyEMCALRegions (Float_t pt, Float_t phi, Float_t eta, Float_t m02, Float_t coneptsumTrack, Float_t coneptsumCluster, Bool_t isolated, Int_t iSM)
 
void StudyMCConversionRadius (Float_t pt, Bool_t isolated, Int_t iSM, Float_t m02, Int_t mcTag, Int_t label)
 
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 detector for the analysis. More...
 
void SetTriggerDetector (Int_t det)
 Set the detector 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 SwitchOnFillHistogramsPerSM ()
 
void SwitchOffFillHistogramsPerSM ()
 
void SwitchOnFillHistogramsPerTCardIndex ()
 
void SwitchOffFillHistogramsPerTCardIndex ()
 
void SwitchOnFillEMCALRegionHistograms ()
 
void SwitchOffFillEMCALRegionHistograms ()
 
Bool_t IsLeadingOnlyOn () const
 
void SwitchOnLeadingOnly ()
 
void SwitchOffLeadingOnly ()
 
void SwitchOnCheckNeutralClustersForLeading ()
 
void SwitchOffCheckNeutralClustersForLeading ()
 
void SwitchOnUEBandSubtractionHistoFill (Int_t lev=1)
 
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 SwitchOnStudyTracksInCone ()
 
void SwitchOffStudyTracksInCone ()
 
void SwitchOnStudyMCConversionRadius ()
 
void SwitchOffStudyMCConversionRadius ()
 
void SwitchOnStudyExoticTrigger ()
 
void SwitchOffStudyExoticTrigger ()
 
void SwitchOnStudyNCellsCut ()
 
void SwitchOffStudyNCellsCut ()
 
void SwitchOnStudyPtCutInCone ()
 
void SwitchOffStudyPtCutInCone ()
 
void SwitchOnStudyEtaCutInCone ()
 
void SwitchOffStudyEtaCutInCone ()
 
void SwitchOnStudyRCutInCone ()
 
void SwitchOffStudyRCutInCone ()
 
void SetNPtCutInCone (Int_t n)
 
void SetMinPtCutInConeAt (Int_t i, Float_t l)
 
void SetMaxPtCutInConeAt (Int_t i, Float_t l)
 
void SetNEtaCutInCone (Int_t n)
 
void SetEtaCutInConeAt (Int_t i, Float_t l)
 
void SetNRCutInCone (Int_t n)
 
void SetRCutInConeAt (Int_t i, Float_t l)
 
void SetNNCellsInCandidate (Int_t n)
 
void SetNCellsInCandidateAt (Int_t i, Int_t l)
 
void SetNExoCutInCandidate (Int_t n)
 
void SetExoCutInCandidateAt (Int_t i, Float_t l)
 
- Public Member Functions inherited from AliAnaCaloTrackCorrBaseClass
 AliAnaCaloTrackCorrBaseClass ()
 
virtual ~AliAnaCaloTrackCorrBaseClass ()
 Destructor. More...
 
virtual void InitDebug ()
 
virtual void InitCaloParameters ()
 
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 (AliCaloTrackParticle 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 (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 Double_t GetParticlePtWeight (Float_t pt, Int_t pdg, TString genName, Int_t igen) 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 (AliCaloTrackParticle *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 AliMCEvent * GetMC () 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 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
 
void SetCocktailGenIndexToCheck (Int_t i, Int_t v)
 
Int_t GetCocktailGenIndexToCheck (Int_t i) const
 
Int_t GetCocktailGeneratorBackgroundTag (AliVCluster *clus, Int_t mctag, TString &genName, Int_t &index, TString &genNameBkg, Int_t &indexBkg)
 

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 fFillPerSMHistograms
 Fill histograms per SM. More...
 
Bool_t fFillPerTCardIndexHistograms
 Fill histograms per T-Card index. More...
 
Int_t fTCardIndex
 Store here the T-Card index per trigger cluster. More...
 
Bool_t fFillEMCALRegionHistograms
 Fill histograms in EMCal slices. More...
 
Int_t fFillUEBandSubtractHistograms
 Fill histograms working on the UE subtraction. 1 fill basic histograms, 2 more detailed. More...
 
Bool_t fFillCellHistograms
 Fill cell histograms. More...
 
Bool_t fFillOverlapHistograms
 Fill histograms that depend on number of overlaps. More...
 
Bool_t fStudyTracksInCone
 Study tracks depending on different track info. More...
 
Bool_t fStudyMCConversionRadius
 Study shower shape depending the conversion radius. 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 fMinPtCutInCone [20]
 List of track/cluster min pT cut to test in cone for sum pT calculation. More...
 
Float_t fMaxPtCutInCone [20]
 List of track/cluster max 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...
 
Bool_t fStudyRCutInCone
 Activate study of track/cluster sum of pT in cone with variable size. More...
 
Int_t fNRCutsInCone
 Number of track/cluster max R cut to test in cone for sum pT calculation. More...
 
Float_t fRCutInCone [10]
 List of track/cluster max R cut to test in cone for sum pT calculation. More...
 
Bool_t fStudyNCellsCut
 Fill histograms with track and cluster pT depending n cells in cluster. More...
 
Int_t fNNCellsInCandidate
 Number of cells in cluster selection to test in cone for sum pT calculation. More...
 
Int_t fNCellsInCandidate [20]
 List of Number of cells in cluster selection to test in cone for sum pT calculation. More...
 
Int_t fNCellsWithWeight
 number of cells in cluster with enough energy for shower shape, internal More...
 
Int_t fTrigSupMod
 super module number of trigger cluster More...
 
Bool_t fStudyExoticTrigger
 Fill histograms with track and cluster pT when the trigger is exotic. More...
 
Int_t fNExoCutInCandidate
 Number of exoticity cuts in cluster selection to test in cone for sum pT calculation. More...
 
Float_t fExoCutInCandidate [20]
 List of exoticity cuts in cluster selection 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...
 
AliVCaloCells * fCaloCells
 ! Temporary AliVCaloCells pointer for selected calorimeter candidate, avoid creation per event. More...
 
Bool_t fIsExoticTrigger
 ! Trigger cluster considered as exotic More...
 
Float_t fClusterExoticity
 ! Temporary container or currently analyzed cluster exoticity 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 * fhEIsoExoTrigger
 ! Number of isolated exotic cluster vs E. More...
 
TH1F * fhENoIsoExoTrigger
 ! Number of not isolated exotic cluster vs E. More...
 
TH1F * fhPtIsoExoTrigger
 ! Number of isolated exotic cluster vs pT. More...
 
TH1F * fhPtNoIsoExoTrigger
 ! Number of not isolated exotic cluster vs pT. 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...
 
TH2FfhPtTrackInConeMCPrimary [4]
 ! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, reconstructed pT. More...
 
TH2FfhPtTrackInConeMCSecondary [4]
 ! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, reconstructed pT. More...
 
TH2FfhPtTrackInConeMCPrimaryGener [4]
 ! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, generated pT. More...
 
TH2FfhPtTrackInConeMCSecondaryGener [4]
 ! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, generated pT. More...
 
TH2FfhPtInConeExoTrigger
 ! Cluster and tracks Pt in the cone. Trigger is exotic More...
 
TH2FfhPtClusterInConeExoTrigger
 ! Clusters Pt in the cone. Trigger is exotic More...
 
TH2FfhPtTrackInConeExoTrigger
 ! Tracks Pt in the cone. Trigger considered exotic 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...
 
TH2FfhEtaBandClusterEtaPhi
 ! Eta vs Phi in Eta band to estimate UE in cone, only clusters. More...
 
TH2FfhPhiBandClusterEtaPhi
 ! Eta vs Phi in Phi band to estimate UE in cone, only clusters. More...
 
TH2FfhEtaBandTrackEtaPhi
 ! Eta vs Phi in Eta band to estimate UE in cone, only tracks. More...
 
TH2FfhPhiBandTrackEtaPhi
 ! Eta vs Phi in Phi band to estimate UE in cone, only tracks. More...
 
TH2FfhEtaBandClusterPt
 ! pT in Eta band to estimate UE in cone, only clusters. More...
 
TH2FfhPhiBandClusterPt
 ! pT in Phi band to estimate UE in cone, only clusters. More...
 
TH2FfhEtaBandTrackPt
 ! pT in Eta band to estimate UE in cone, only tracks. More...
 
TH2FfhPhiBandTrackPt
 ! pT in Phi band to estimate UE in cone, only tracks. More...
 
TH2FfhEtaBandCell
 ! Row vs Column in Eta band to estimate UE in cone, only cells. More...
 
TH2FfhPhiBandCell
 ! Row vs Column 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 in the cone. More...
 
TH2FfhConeSumPtCellTrack
 ! Cells and tracks Sum Pt in the cone. More...
 
TH2FfhConeSumPtCell
 ! Cells Sum Pt in the cone. More...
 
TH2FfhConeSumPtCluster
 ! Clusters Sum Pt in the cone. More...
 
TH2FfhConeSumPtTrack
 ! Tracks Sum Pt in the cone. More...
 
TH2FfhConeSumPtExoTrigger
 ! Cluster and tracks Sum Pt in the cone. Trigger is exotic More...
 
TH2FfhConeSumPtClusterExoTrigger
 ! Clusters Sum Pt in the cone. Trigger is exotic More...
 
TH2FfhConeSumPtTrackExoTrigger
 ! Tracks Sum Pt in the cone. Trigger considered exotic 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...
 
TH2FfhConeSumPtEtaUENormCluster
 ! Cluster Sum Pt in the normalized eta UE cone vs pT trigger. More...
 
TH2FfhConeSumPtPhiUENormCluster
 ! Cluster Sum Pt in the normalized phi UE cone vs pT 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...
 
TH2FfhConeSumPtEtaUENormTrack
 ! Track Sum Pt in the normalized eta UE cone vs pT trigger. More...
 
TH2FfhConeSumPtPhiUENormTrack
 ! Track Sum Pt in the normalized phi UE cone vs pT 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...
 
TH2FfhPtLambda0MCNCellCut [fgkNmcTypes][2]
 ! Shower shape of (non) isolated candidates originated by mcTypes particle with n cell_w > 4. 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...
 
TH2FfhPtLambda0MCWithNoOverlap [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...
 
TH2FfhPtLambda0MCConvWithNoOverlap [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...
 
TH2FfhPtPerSM [2]
 ! Input particle pT distribution per SM More...
 
TH2FfhPtLambda0PerSM [2][20]
 ! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously). More...
 
TH2FfhPtLambda0PerSMNCellCut [2][20]
 ! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously). N cell with weight > 4 More...
 
TH2FfhPtNCellPerSM [2][20]
 ! N cells with weight in cluster per cluster pT, per SM More...
 
TH2FfhPtNCellLowM02PerSM [2][20]
 ! N cells with weight in cluster per cluster pT for 0.1 < M02 < 0.3, per SM More...
 
TH2FfhPtNCellHighM02PerSM [2][20]
 ! N cells with weight in cluster per cluster pT for 0.5 < M02 < 2, per SM More...
 
TH2FfhConeSumPtPerSM [20]
 ! Cluster and tracks Sum Pt in the cone, per supermodule. More...
 
TH2FfhConeSumPtClusterPerSM [20]
 ! Clusters Sum Pt in the cone, per supermodule. More...
 
TH2FfhConeSumPtTrackPerSM [20]
 ! Tracks Sum Pt in the cone, per supermodule. More...
 
TH2FfhPtInConePerSM [20]
 ! Cluster and tracks Pt in the cone, per supermodule. More...
 
TH2FfhPtClusterInConePerSM [20]
 ! Clusters Pt in the cone, per supermodule. More...
 
TH2FfhPtTrackInConePerSM [20]
 ! Tracks Pt in the cone, per supermodule. More...
 
TH2FfhPtPerTCardIndex [2]
 ! Input particle pT distribution per T-Card index. More...
 
TH2FfhPtLambda0PerTCardIndex [2][16]
 ! Shower shape of (non) isolated photons per T-Card index (do not apply shower shape cut previously). More...
 
TH2FfhConeSumPtPerTCardIndex [16]
 ! Cluster and tracks Sum Pt in the cone, per T-Card index. More...
 
TH2FfhConeSumPtClusterPerTCardIndex [16]
 ! Clusters Sum Pt in the cone, per T-Card index. More...
 
TH2FfhConeSumPtTrackPerTCardIndex [16]
 ! Tracks Sum Pt in the cone, per T-Card index. More...
 
TH2FfhPtInConePerTCardIndex [16]
 ! Cluster and tracks Pt in the cone, per T-Card index. More...
 
TH2FfhPtClusterInConePerTCardIndex [16]
 ! Clusters Pt in the cone, per T-Card index. More...
 
TH2FfhPtTrackInConePerTCardIndex [16]
 ! Tracks Pt in the cone, per T-Card index. More...
 
TH1F ** fhPtLeadConeBin
 Candidate Pt distribution depending on bin of cone leading particle. More...
 
TH1F ** fhSumPtConeBin
 [fNBkgBin] More...
 
TH1F ** fhSumPtConeAfterEtaBandUESubBin
 [fNBkgBin] More...
 
TH1F ** fhPtLeadConeBinMC
 [fNBkgBin] More...
 
TH1F ** fhSumPtConeAfterEtaBandUESubBinMC
 [fNBkgBin*fgkNmcTypes] 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 ** fhSumPtConeAfterEtaBandUESubBinLambda0
 [fNBkgBin] More...
 
TH2F ** fhPtLeadConeBinLambda0MC
 [fNBkgBin] More...
 
TH2F ** fhSumPtConeAfterEtaBandUESubBinLambda0MC
 [fNBkgBin*fgkNmcTypes] More...
 
TH2F ** fhSumPtConeBinLambda0MC
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinPtLeadCone
 [fNBkgBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinSumPtCone
 [fNPtTrigBin] More...
 
TH1F ** fhPtTrigBinSumPtTrackCone
 Candidate pt bin, distribution of cone sum track pt. More...
 
TH1F ** fhPtTrigBinSumPtClusterCone
 Candidate pt bin, distribution of cone sum cluster pt. More...
 
TH1F ** fhPtTrigBinPtLeadConeMC
 [fNPtTrigBin] More...
 
TH1F ** fhPtTrigBinSumPtConeMC
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinSumPtTrackConeMC
 Candidate pt bin, distribution of cone sum track pt, per MC particle. More...
 
TH1F ** fhPtTrigBinSumPtClusterConeMC
 Candidate pt bin, distribution of cone sum cluster pt, per MC particle. More...
 
TH1F ** fhPtTrigBinPtLeadConeDecay
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH1F ** fhPtTrigBinSumPtConeDecay
 [fNBkgBin*fNDecayBits] More...
 
TH1F ** fhPtTrigBinSumPtTrackConeDecay
 Candidate pt bin, distribution of cone sum track pt, tagged as decay. More...
 
TH1F ** fhPtTrigBinSumPtClusterConeDecay
 Candidate pt bin, distribution of cone sum cluster pt, tagged as decay. More...
 
TH2F ** fhPtTrigBinLambda0vsPtLeadCone
 [fNBkgBin*fNDecayBits] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtCone
 [fNPtTrigBin] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtTrackCone
 Candidate shower shape distribution depending vs of cone sum track pt in pT trigger bins. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtClusterCone
 Candidate shower shape distribution depending vs of cone sum cluster pt in pT trigger bins. More...
 
TH2F ** fhPtTrigBinLambda0vsPtLeadConeMC
 [fNPtTrigBin] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtConeMC
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtTrackConeMC
 Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtClusterConeMC
 Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtConeMCNoOverlap
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtTrackConeMCNoOverlap
 Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle,, candidate without overlaps. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtClusterConeMCNoOverlap
 Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate without overlaps. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtConeMC1Overlap
 [fNPtTrigBin*fgkNmcTypes] More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtTrackConeMC1Overlap
 Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle, candidate with at least 1 overlap. More...
 
TH2F ** fhPtTrigBinLambda0vsSumPtClusterConeMC1Overlap
 Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate with at least 1 overlap. 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...
 
TH2FfhConeSumPtTrackEMCALRegionPerSM [4][3][20]
 ! Track pT sum in cone vs trigger pT, in different EMCal regions More...
 
TH2FfhConeSumPtClusterEMCALRegionPerSM [4][3][20]
 ! Cluster pT sum in cone vs trigger pT, 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...
 
TH2FfhPtClusterInConePerRCut
 ! Clusters Pt in the cone for different cone sizes, x axis. More...
 
TH2FfhPtClusterInConePerRCutLargePtTrig
 ! Clusters Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhPtTrackInConePerRCut
 ! Tracks Pt in the cone for different cone sizes, x axis. More...
 
TH2FfhPtTrackInConePerRCutLargePtTrig
 ! Tracks Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterPerRCut
 ! Clusters Sum Pt in the cone for different cone sizes, x axis. More...
 
TH2FfhConeSumPtClusterPerRCutLargePtTrig
 ! Clusters Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerRCut
 ! Tracks Sum Pt in the cone for different cone sizes, x axis. More...
 
TH2FfhConeSumPtTrackPerRCutLargePtTrig
 ! Tracks Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeNClusterPerMinPtCut
 ! N Clusters in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeNClusterPerMinPtCutLargePtTrig
 ! N Clusters in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeNTrackPerMinPtCut
 ! N Tracks in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeNTrackPerMinPtCutLargePtTrig
 ! N Tracks in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhPerpConeNTrackPerMinPtCut
 ! N Tracks in the perpendicular cone for different min pT cuts, x axis. More...
 
TH2FfhPerpConeNTrackPerMinPtCutLargePtTrig
 ! N Tracks in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterPerMinPtCut
 ! Clusters Sum Pt in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeSumPtClusterPerMinPtCutLargePtTrig
 ! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerMinPtCut
 ! Tracks Sum Pt in the cone for different min pT cuts, x axis. More...
 
TH2FfhConeSumPtTrackPerMinPtCutLargePtTrig
 ! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhPerpConeSumPtTrackPerMinPtCut
 ! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. More...
 
TH2FfhPerpConeSumPtTrackPerMinPtCutLargePtTrig
 ! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterPerMaxPtCut
 ! Clusters Sum Pt in the cone for different max pT cuts, x axis. More...
 
TH2FfhConeSumPtClusterPerMaxPtCutLargePtTrig
 ! Clusters Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerMaxPtCut
 ! Tracks Sum Pt in the cone for different max pT cuts, x axis. More...
 
TH2FfhConeSumPtTrackPerMaxPtCutLargePtTrig
 ! Tracks Sum Pt in the cone for different max 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...
 
TH2FfhPtClusterInConePerNCellCut
 ! Clusters Pt in the cone for different min cluster n cell cut, x axis. More...
 
TH2FfhPtClusterInConePerNCellCutLargePtTrig
 ! Clusters Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhPtTrackInConePerNCellCut
 ! Tracks Pt in the cone for different min cluster n cell cut, x axis. More...
 
TH2FfhPtTrackInConePerNCellCutLargePtTrig
 ! Tracks Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterPerNCellCut
 ! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. More...
 
TH2FfhConeSumPtClusterPerNCellCutLargePtTrig
 ! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerNCellCut
 ! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. More...
 
TH2FfhConeSumPtTrackPerNCellCutLargePtTrig
 ! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH3FfhPtClusterInConePerNCellPerSM [4]
 ! Clusters Pt in the cone for different min cluster n cell cut, x axis vs SM number, 8<E<12 GeV, 3 shower bins More...
 
TH3FfhPtTrackInConePerNCellPerSM [4]
 ! Tracks Pt in the cone for different min cluster n cell cut, x axis, vs SM number, 8<E<12 GeV, 3 shower bins More...
 
TH3FfhConeSumPtClusterPerNCellPerSM [4]
 ! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis, vs SM number, 8<E<12 GeV, 3 shower bins More...
 
TH3FfhConeSumPtTrackPerNCellPerSM [4]
 ! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis, vs SM number, 8<E<12 GeV, 3 shower bins More...
 
TH2FfhPtClusterInConePerExoCut
 ! Clusters Pt in the cone for different exoticity cut, x axis. More...
 
TH2FfhPtClusterInConePerExoCutLargePtTrig
 ! Clusters Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhPtTrackInConePerExoCut
 ! Tracks Pt in the cone for different exoticity cut, x axis. More...
 
TH2FfhPtTrackInConePerExoCutLargePtTrig
 ! Tracks Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtClusterPerExoCut
 ! Clusters Sum Pt in the cone for different exoticity cut, x axis. More...
 
TH2FfhConeSumPtClusterPerExoCutLargePtTrig
 ! Clusters Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More...
 
TH2FfhConeSumPtTrackPerExoCut
 ! Tracks Sum Pt in the cone for different exoticity cut, x axis. More...
 
TH2FfhConeSumPtTrackPerExoCutLargePtTrig
 ! Tracks Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed 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...
 
TH2FfhTrackTOFInConeExoTrigger
 ! track TOF in cone, trigger is exotic 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...
 
TH2FfhPtTrackInConeDCA [3]
 ! track DCAxy,z,constrained vs track pT, in cone with trigger pT > 10 GeV More...
 
TH2FfhPtTrackInPerpConeDCA [3]
 ! track DCAxy,z,constrained vs track pT, in perpendicular cone trigger pT > 10 GeV More...
 

Additional Inherited Members

- Protected Attributes inherited from AliAnaCaloTrackCorrBaseClass
Int_t fNModules
 Number of EMCAL/PHOS modules to use in analysis, set in CaloUtils. More...
 
Int_t fNRCU
 Number of EMCAL/PHOS RCU. More...
 
Int_t fFirstModule
 First EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More...
 
Int_t fLastModule
 Last EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More...
 
Int_t fNMaxCols
 Number of EMCAL/PHOS columns per SM. More...
 
Int_t fNMaxRows
 Number of EMCAL/PHOS rows per SM. More...
 
Int_t fNMaxColsFull
 Number of EMCAL/PHOS columns full detector. More...
 
Int_t fNMaxRowsFull
 Number of EMCAL/PHOS rows full detector. More...
 
Int_t fNMaxRowsFullMin
 Last of EMCAL/PHOS rows full detector. More...
 
Int_t fNMaxRowsFullMax
 First of EMCAL/PHOS rows full detector. More...
 

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 AliCaloTrackParticle 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 36 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 230 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 237 of file AliAnaParticleIsolation.h.

Constructor & Destructor Documentation

AliAnaParticleIsolation::AliAnaParticleIsolation ( )

Default constructor. Initialize parameters.

Definition at line 53 of file AliAnaParticleIsolation.cxx.

virtual AliAnaParticleIsolation::~AliAnaParticleIsolation ( )
inlinevirtual

Virtual destructor.

Definition at line 43 of file AliAnaParticleIsolation.h.

AliAnaParticleIsolation::AliAnaParticleIsolation ( const AliAnaParticleIsolation iso)
private

Copy constructor not implemented.

Member Function Documentation

void AliAnaParticleIsolation::CalculateCaloCellSignalInCone ( AliCaloTrackParticleCorrelation aodParticle,
Float_t coneptsumCell 
)

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

Definition at line 1614 of file AliAnaParticleIsolation.cxx.

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

void AliAnaParticleIsolation::CalculateCaloCellUEBand ( AliCaloTrackParticleCorrelation 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 578 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::CalculateCaloSignalInCone ( AliCaloTrackParticleCorrelation aodParticle,
Float_t coneptsumCluster,
Float_t coneptLeadCluster 
)

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

Definition at line 1359 of file AliAnaParticleIsolation.cxx.

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

void AliAnaParticleIsolation::CalculateCaloUEBand ( AliCaloTrackParticleCorrelation 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 485 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::CalculateNormalizeUEBandPerUnitArea ( AliCaloTrackParticleCorrelation pCandidate,
Float_t  coneptsumCluster,
Float_t  coneptsumCell,
Float_t  coneptsumTrack,
Float_t coneptsumSubEtaBand,
Float_t coneptsumSubPhiBand,
Int_t  mcIndex 
)

Normalize phi/eta band per area unit.

Definition at line 997 of file AliAnaParticleIsolation.cxx.

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

void AliAnaParticleIsolation::CalculateTrackSignalInCone ( AliCaloTrackParticleCorrelation aodParticle,
Float_t coneptsumTrack,
Float_t coneptLeadTrack 
)

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

Definition at line 1696 of file AliAnaParticleIsolation.cxx.

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

void AliAnaParticleIsolation::CalculateTrackUEBand ( AliCaloTrackParticleCorrelation 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 735 of file AliAnaParticleIsolation.cxx.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and ~AliAnaParticleIsolation().

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 7716 of file AliAnaParticleIsolation.cxx.

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

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

Fill some histograms to understand pile-up.

Definition at line 2162 of file AliAnaParticleIsolation.cxx.

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

void AliAnaParticleIsolation::FillTrackMatchingShowerShapeControlHistograms ( AliCaloTrackParticleCorrelation pCandidate,
Float_t  coneptsum,
Float_t  coneptsumTrack,
Float_t  coneptsumCluster,
Float_t  coneleadpt,
Int_t  mcIndex 
)

Fill Track matching and Shower Shape control histograms.

Definition at line 2234 of file AliAnaParticleIsolation.cxx.

Referenced by FillPileUpHistograms(), MakeAnalysisFillHistograms(), and ~AliAnaParticleIsolation().

TObjString * AliAnaParticleIsolation::GetAnalysisCuts ( )
virtual

Save parameters used for analysis.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 2914 of file AliAnaParticleIsolation.cxx.

Referenced by ~AliAnaParticleIsolation().

Float_t AliAnaParticleIsolation::GetConeSizes ( Int_t  i) const
inline

Definition at line 108 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 2979 of file AliAnaParticleIsolation.cxx.

Referenced by ~AliAnaParticleIsolation().

Int_t AliAnaParticleIsolation::GetMCIndex ( Int_t  mcTag)

MC histogram index depending on origin of candidate.

Definition at line 6995 of file AliAnaParticleIsolation.cxx.

Referenced by GetPtFractions(), and MakeAnalysisFillHistograms().

Int_t AliAnaParticleIsolation::GetNCones ( ) const
inline

Definition at line 106 of file AliAnaParticleIsolation.h.

Int_t AliAnaParticleIsolation::GetNPtThresFrac ( ) const
inline

Definition at line 107 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetPtFractions ( Int_t  i) const
inline

Definition at line 111 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetPtThresholds ( Int_t  i) const
inline

Definition at line 109 of file AliAnaParticleIsolation.h.

Float_t AliAnaParticleIsolation::GetSumPtThresholds ( Int_t  i) const
inline

Definition at line 110 of file AliAnaParticleIsolation.h.

TString AliAnaParticleIsolation::GetTriggerDetector ( ) const
inline

Definition at line 105 of file AliAnaParticleIsolation.h.

TString AliAnaParticleIsolation::GetTriggerDetectorString ( ) const
inline

Definition at line 104 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::Init ( )
virtual

Do some checks and init stuff.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 7042 of file AliAnaParticleIsolation.cxx.

Referenced by ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::InitParameters ( )
virtual

Initialize the parameters of the analysis with default values.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 7063 of file AliAnaParticleIsolation.cxx.

Referenced by AliAnaParticleIsolation(), and ~AliAnaParticleIsolation().

Bool_t AliAnaParticleIsolation::IsLeadingOnlyOn ( ) const
inline

Definition at line 149 of file AliAnaParticleIsolation.h.

Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().

Bool_t AliAnaParticleIsolation::IsReIsolationOn ( ) const
inline

Definition at line 126 of file AliAnaParticleIsolation.h.

Bool_t AliAnaParticleIsolation::IsSeveralIsolationOn ( ) const
inline

Definition at line 130 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 7133 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillAOD(), and ~AliAnaParticleIsolation().

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 7275 of file AliAnaParticleIsolation.cxx.

Referenced by ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::MakeAnalysisFillHistograms ( )
virtual

Do analysis and fill histograms.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 7356 of file AliAnaParticleIsolation.cxx.

Referenced by ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::MakeSeveralICAnalysis ( AliCaloTrackParticleCorrelation ph,
Int_t  mcIndex 
)

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

Definition at line 8261 of file AliAnaParticleIsolation.cxx.

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

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 8623 of file AliAnaParticleIsolation.cxx.

Referenced by AddTaskCaloTrackCorrM(), ConfigureIsolationAnalysis(), and ~AliAnaParticleIsolation().

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

Definition at line 175 of file AliAnaParticleIsolation.h.

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

Definition at line 119 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

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

Definition at line 168 of file AliAnaParticleIsolation.h.

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

Definition at line 218 of file AliAnaParticleIsolation.h.

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

Definition at line 227 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetM02CutForTaggedDecays ( Float_t  m02)
inline

Definition at line 170 of file AliAnaParticleIsolation.h.

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

Definition at line 215 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetMinCellsAngleOverlap ( Float_t  n)
inline

Definition at line 124 of file AliAnaParticleIsolation.h.

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

Definition at line 214 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNBackgroundBins ( Int_t  n)
inline

Definition at line 174 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNCellsInCandidateAt ( Int_t  i,
Int_t  l 
)
inline

Definition at line 224 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNCones ( Int_t  ncs)
inline

Definition at line 117 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNDecayBits ( Int_t  n)
inline

Definition at line 167 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNEtaCutInCone ( Int_t  n)
inline

Definition at line 217 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNExoCutInCandidate ( Int_t  n)
inline

Definition at line 226 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNNCellsInCandidate ( Int_t  n)
inline

Definition at line 223 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNPtCutInCone ( Int_t  n)
inline

Definition at line 213 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SetNPtThresFrac ( Int_t  npt)
inline

Definition at line 118 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNPtTrigBins ( Int_t  n)
inline

Definition at line 179 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetNRCutInCone ( Int_t  n)
inline

Definition at line 220 of file AliAnaParticleIsolation.h.

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

Definition at line 121 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

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

Definition at line 120 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

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

Definition at line 180 of file AliAnaParticleIsolation.h.

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

Definition at line 221 of file AliAnaParticleIsolation.h.

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

Definition at line 122 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SetTriggerDetector ( TString  det)

Set the detector for the analysis.

Definition at line 8669 of file AliAnaParticleIsolation.cxx.

Referenced by GetPtFractions().

void AliAnaParticleIsolation::SetTriggerDetector ( Int_t  det)

Set the detector for the analysis.

Definition at line 8684 of file AliAnaParticleIsolation.cxx.

void AliAnaParticleIsolation::StudyEMCALRegions ( Float_t  pt,
Float_t  phi,
Float_t  eta,
Float_t  m02,
Float_t  coneptsumTrack,
Float_t  coneptsumCluster,
Bool_t  isolated,
Int_t  iSM 
)

Check shower shape and cluster/trac sum pT in cone in different EMCal regions. Also check the cluster eta-phi distribution in shower shape tail.

Parameters
ptcluster pT
phicluster phi
etacluster eta
m02shower shape long
coneptsumTracksum of tracks pT in cone
coneptsumClustersum of clusters pT in cone
isolatedbool
iSMsuper module number

Definition at line 8712 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms(), SetTriggerDetector(), and ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::StudyMCConversionRadius ( Float_t  pt,
Bool_t  isolated,
Int_t  iSM,
Float_t  m02,
Int_t  mcTag,
Int_t  label 
)

Check shower shape for different conversion radius

Parameters
ptcluster pT
isolatedbool
iSMsupermodule number
m02shower shape long
mcTagmc particle type tag
labelcluster mc label

Definition at line 8761 of file AliAnaParticleIsolation.cxx.

Referenced by MakeAnalysisFillHistograms(), StudyEMCALRegions(), and ~AliAnaParticleIsolation().

void AliAnaParticleIsolation::SwitchOffBackgroundBinHistoFill ( )
inline

Definition at line 173 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffCellHistoFill ( )
inline

Definition at line 160 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffCheckNeutralClustersForLeading ( )
inline

Definition at line 154 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffDecayTaggedHistoFill ( )
inline

Definition at line 166 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffFillEMCALRegionHistograms ( )
inline

Definition at line 147 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffFillHistogramsPerSM ( )
inline

Definition at line 141 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffFillHistogramsPerTCardIndex ( )
inline

Definition at line 144 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffLeadingOnly ( )
inline

Definition at line 151 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffNLMHistoFill ( )
inline

Definition at line 163 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffOverlapHistograms ( )
inline

Definition at line 189 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffPrimariesInConeSelection ( )
inline

Definition at line 183 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffPrimariesPi0DecayStudy ( )
inline

Definition at line 186 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffPtTrigBinHistoFill ( )
inline

Definition at line 178 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffReIsolation ( )
inline

Definition at line 128 of file AliAnaParticleIsolation.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffSeveralIsolation ( )
inline

Definition at line 132 of file AliAnaParticleIsolation.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffSSHistoFill ( )
inline

Definition at line 138 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffStudyEtaCutInCone ( )
inline

Definition at line 208 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyExoticTrigger ( )
inline

Definition at line 198 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyMCConversionRadius ( )
inline

Definition at line 195 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyNCellsCut ( )
inline

Definition at line 201 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyPtCutInCone ( )
inline

Definition at line 205 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyRCutInCone ( )
inline

Definition at line 211 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOffStudyTracksInCone ( )
inline

Definition at line 192 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffTMHistoFill ( )
inline

Definition at line 135 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOffUEBandSubtractionHistoFill ( )
inline

Definition at line 157 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnBackgroundBinHistoFill ( )
inline

Definition at line 172 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnCellHistoFill ( )
inline

Definition at line 159 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnCheckNeutralClustersForLeading ( )
inline

Definition at line 153 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnDecayTaggedHistoFill ( )
inline

Definition at line 165 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnFillEMCALRegionHistograms ( )
inline

Definition at line 146 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnFillHistogramsPerSM ( )
inline

Definition at line 140 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnFillHistogramsPerTCardIndex ( )
inline

Definition at line 143 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnLeadingOnly ( )
inline

Definition at line 150 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnNLMHistoFill ( )
inline

Definition at line 162 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnOverlapHistograms ( )
inline

Definition at line 188 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnPrimariesInConeSelection ( )
inline

Definition at line 182 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnPrimariesPi0DecayStudy ( )
inline

Definition at line 185 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnPtTrigBinHistoFill ( )
inline

Definition at line 177 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnReIsolation ( )
inline

Definition at line 127 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnSeveralIsolation ( )
inline

Definition at line 131 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnSSHistoFill ( )
inline

Definition at line 137 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnStudyEtaCutInCone ( )
inline

Definition at line 207 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyExoticTrigger ( )
inline

Definition at line 197 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyMCConversionRadius ( )
inline

Definition at line 194 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyNCellsCut ( )
inline

Definition at line 200 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnStudyPtCutInCone ( )
inline

Definition at line 204 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyRCutInCone ( )
inline

Definition at line 210 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnStudyTracksInCone ( )
inline

Definition at line 191 of file AliAnaParticleIsolation.h.

void AliAnaParticleIsolation::SwitchOnTMHistoFill ( )
inline

Definition at line 134 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

void AliAnaParticleIsolation::SwitchOnUEBandSubtractionHistoFill ( Int_t  lev = 1)
inline

Definition at line 156 of file AliAnaParticleIsolation.h.

Referenced by ConfigureIsolationAnalysis().

Member Data Documentation

Float_t AliAnaParticleIsolation::fBkgBinLimit[20]
private
AliVCaloCells* AliAnaParticleIsolation::fCaloCells
private

! Temporary AliVCaloCells pointer for selected calorimeter candidate, avoid creation per event.

Definition at line 324 of file AliAnaParticleIsolation.h.

Referenced by MakeAnalysisFillHistograms().

Bool_t AliAnaParticleIsolation::fCheckLeadingWithNeutralClusters
private

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

Definition at line 269 of file AliAnaParticleIsolation.h.

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

AliVCluster* AliAnaParticleIsolation::fCluster
private

! Temporary vcluster, avoid creation per event.

Definition at line 322 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), MakeAnalysisFillHistograms(), and StudyEMCALRegions().

Float_t AliAnaParticleIsolation::fClusterExoticity
private

! Temporary container or currently analyzed cluster exoticity

Definition at line 326 of file AliAnaParticleIsolation.h.

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

TObjArray* AliAnaParticleIsolation::fClustersArr
private

! Temporary ClustersArray, avoid creation per event.

Definition at line 323 of file AliAnaParticleIsolation.h.

Referenced by MakeAnalysisFillHistograms().

Float_t AliAnaParticleIsolation::fConeSizes[5]
private

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

Definition at line 287 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 264 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 265 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 299 of file AliAnaParticleIsolation.h.

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

Float_t AliAnaParticleIsolation::fExoCutInCandidate[20]
private

List of exoticity cuts in cluster selection to test in cone for sum pT calculation.

Definition at line 313 of file AliAnaParticleIsolation.h.

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

Bool_t AliAnaParticleIsolation::fFillBackgroundBinHistograms
private
Bool_t AliAnaParticleIsolation::fFillCellHistograms
private
Bool_t AliAnaParticleIsolation::fFillEMCALRegionHistograms
private
Bool_t AliAnaParticleIsolation::fFillNLMHistograms
private
Bool_t AliAnaParticleIsolation::fFillOverlapHistograms
private
Bool_t AliAnaParticleIsolation::fFillPtTrigBinHistograms
private

Fill histograms for different bins in pt trigger.

Definition at line 277 of file AliAnaParticleIsolation.h.

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

Bool_t AliAnaParticleIsolation::fFillTaggedDecayHistograms
private
Bool_t AliAnaParticleIsolation::fFillTMHisto
private
Int_t AliAnaParticleIsolation::fFillUEBandSubtractHistograms
private
const Int_t AliAnaParticleIsolation::fgkNmcPrimTypes = 9
static

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

Definition at line 234 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 242 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeNClusterPerMinPtCut
private

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

Definition at line 808 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeNClusterPerMinPtCutLargePtTrig
private

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

Definition at line 809 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeNTrackPerMinPtCut
private

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

Definition at line 810 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeNTrackPerMinPtCutLargePtTrig
private

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

Definition at line 811 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConePtLead
private

! Cluster and tracks leading pt in the cone.

Definition at line 394 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadCluster
private

! Clusters leading pt in the cone.

Definition at line 395 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConePtLeadClusterTrackFrac
private

! Trigger pt vs cluster/track leading pt.

Definition at line 398 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadClustervsTrack
private

! Tracks vs Clusters leading pt.

Definition at line 397 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConePtLeadTrack
private

! Tracks leading pt in the cone.

Definition at line 396 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPt
private

! Cluster and tracks Sum Pt in the cone.

Definition at line 400 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCell
private

! Cells Sum Pt in the cone.

Definition at line 403 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtCellTrack
private

! Cells and tracks Sum Pt in the cone.

Definition at line 402 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 419 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 472 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtCluster
private

! Clusters Sum Pt in the cone.

Definition at line 404 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterEMCALRegionPerSM[4][3][20]
private

! Cluster pT sum in cone vs trigger pT, in different EMCal regions

Definition at line 796 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterExoTrigger
private

! Clusters Sum Pt in the cone. Trigger is exotic

Definition at line 408 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerExoCut
private

! Clusters Sum Pt in the cone for different exoticity cut, x axis.

Definition at line 849 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerExoCutLargePtTrig
private

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

Definition at line 850 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerMaxPtCut
private

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

Definition at line 822 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerMaxPtCutLargePtTrig
private

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

Definition at line 823 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerMinPtCut
private

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

Definition at line 815 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerMinPtCutLargePtTrig
private

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

Definition at line 816 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerNCellCut
private

! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis.

Definition at line 834 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerNCellCutLargePtTrig
private

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

Definition at line 835 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH3F* AliAnaParticleIsolation::fhConeSumPtClusterPerNCellPerSM[4]
private

! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis, vs SM number, 8<E<12 GeV, 3 shower bins

Definition at line 841 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerRCut
private

! Clusters Sum Pt in the cone for different cone sizes, x axis.

Definition at line 803 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerRCutLargePtTrig
private

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

Definition at line 804 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerSM[20]
private

! Clusters Sum Pt in the cone, per supermodule.

Definition at line 635 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterPerTCardIndex[16]
private

! Clusters Sum Pt in the cone, per T-Card index.

Definition at line 647 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtClusterTrackFrac
private

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

Definition at line 469 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 468 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 415 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 424 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 411 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 420 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 413 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 422 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUENormCluster
private

! Cluster Sum Pt in the normalized eta UE cone vs pT trigger.

Definition at line 437 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUENormTrack
private

! Track Sum Pt in the normalized eta UE cone vs pT trigger.

Definition at line 449 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtEtaUESub
private

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

Definition at line 427 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 444 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 446 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 473 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 439 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 441 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 470 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 451 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 432 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 434 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 453 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 429 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtExoTrigger
private

! Cluster and tracks Sum Pt in the cone. Trigger is exotic

Definition at line 407 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhConeSumPtPerSM[20]
private

! Cluster and tracks Sum Pt in the cone, per supermodule.

Definition at line 634 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtPerTCardIndex[16]
private

! Cluster and tracks Sum Pt in the cone, per T-Card index.

Definition at line 646 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiBandUECell
private

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

Definition at line 416 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 425 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 412 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 421 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 414 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 423 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUENormCluster
private

! Cluster Sum Pt in the normalized phi UE cone vs pT trigger.

Definition at line 438 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUENormTrack
private

! Track Sum Pt in the normalized phi UE cone vs pT trigger.

Definition at line 450 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtPhiUESub
private

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

Definition at line 428 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 445 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 447 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 474 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 440 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 442 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 471 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 452 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 433 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 435 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 454 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 430 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 496 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 492 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 488 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 494 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 490 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 486 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 495 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 491 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 487 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 493 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 489 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 485 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrack
private

! Tracks Sum Pt in the cone.

Definition at line 405 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackEMCALRegionPerSM[4][3][20]
private

! Track pT sum in cone vs trigger pT, in different EMCal regions

Definition at line 795 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackExoTrigger
private

! Tracks Sum Pt in the cone. Trigger considered exotic

Definition at line 409 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 880 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 879 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 878 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 826 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 827 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerExoCut
private

! Tracks Sum Pt in the cone for different exoticity cut, x axis.

Definition at line 851 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerExoCutLargePtTrig
private

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

Definition at line 852 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerMaxPtCut
private

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

Definition at line 824 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerMaxPtCutLargePtTrig
private

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

Definition at line 825 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerMinPtCut
private

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

Definition at line 817 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerMinPtCutLargePtTrig
private

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

Definition at line 818 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerNCellCut
private

! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis.

Definition at line 836 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerNCellCutLargePtTrig
private

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

Definition at line 837 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH3F* AliAnaParticleIsolation::fhConeSumPtTrackPerNCellPerSM[4]
private

! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis, vs SM number, 8<E<12 GeV, 3 shower bins

Definition at line 842 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerRCut
private

! Tracks Sum Pt in the cone for different cone sizes, x axis.

Definition at line 805 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerRCutLargePtTrig
private

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

Definition at line 806 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerSM[20]
private

! Tracks Sum Pt in the cone, per supermodule.

Definition at line 636 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackPerTCardIndex[16]
private

! Tracks Sum Pt in the cone, per T-Card index.

Definition at line 648 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFBC0
private

! track with TOF hit sum pt, tof in BC0

Definition at line 854 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 894 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 855 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhConeSumPtTrackTOFNo
private

! track without TOF hit sum pt

Definition at line 856 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 418 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 499 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 500 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 497 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 498 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhdEdx[2]
private

! matched track dEdx vs cluster E.

Definition at line 614 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhEIso
private

! Number of isolated particles vs energy.

Definition at line 330 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhEIsoExoTrigger
private

! Number of isolated exotic cluster vs E.

Definition at line 342 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhEIsoPileUp[7]
private

! Number of isolated particles.

Definition at line 771 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 619 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 763 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 765 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 767 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 622 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 764 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 766 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 768 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 339 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhENoIsoExoTrigger
private

! Number of not isolated exotic cluster vs E.

Definition at line 343 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhENoIsoPileUp[7]
private

! Number of not isolated particles.

Definition at line 773 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 615 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhEPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs E.

Definition at line 506 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaBandCell
private

! Row vs Column in Eta band to estimate UE in cone, only cells.

Definition at line 391 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 480 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandClusterEtaPhi
private

! Eta vs Phi in Eta band to estimate UE in cone, only clusters.

Definition at line 383 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandClusterPt
private

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

Definition at line 387 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 476 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 482 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 478 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandTrackEtaPhi
private

! Eta vs Phi in Eta band to estimate UE in cone, only tracks.

Definition at line 385 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaBandTrackPt
private

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

Definition at line 389 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaIso
private

! eta of isolated particles.

Definition at line 336 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhEtaIsoMC[fgkNmcTypes]
private

! eta of isolated mcTypes particle.

Definition at line 552 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaPhiCluster
private

! Eta vs. phi of all clusters.

Definition at line 377 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 349 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 599 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 598 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaPhiInConeCluster
private

! Eta vs. phi of clusters in cone.

Definition at line 376 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInConeTrack
private

! Eta vs. phi of tracks in cone.

Definition at line 378 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiInPerpCone
private

! Eta vs. phi of tracks in perpendicular cone

Definition at line 380 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 902 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 381 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 906 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiIso
private

! eta vs phi of isolated particles.

Definition at line 337 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 797 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaPhiNoIso
private

! eta vs phi of not isolated leading particles.

Definition at line 338 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 584 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 583 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 588 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 587 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 580 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 579 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 592 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 591 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaPhiTrack
private

! Eta vs. phi of all tracks.

Definition at line 379 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInCone
private

! track azhimuthal angle vs pseudo-rapidity

Definition at line 863 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 892 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 891 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 890 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 871 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 898 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 872 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPhiTrackInConeTOFNo
private

! track without TOF hit, eta-phi

Definition at line 873 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaPrimMC[fgkNmcPrimTypes]
private

! Pt vs Eta of generated photon.

Definition at line 504 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhEtaTrackInCone
private

! track pseudo-rapidity

Definition at line 862 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 889 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 888 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 887 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFBC0
private

! track with TOF hit, eta, tof in BC0

Definition at line 868 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 897 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 869 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhEtaTrackInConeTOFNo
private

! track without TOF hit, eta

Definition at line 870 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 463 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 464 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 465 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 466 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 458 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 459 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 460 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 461 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 456 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 457 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 794 of file AliAnaParticleIsolation.h.

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

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

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

Definition at line 786 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and StudyMCConversionRadius().

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

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

Definition at line 787 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 784 of file AliAnaParticleIsolation.h.

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

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 785 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhNLocMax[2]
private

[fNPtTrigBin*fgkNmcTypes]

! Number of maxima in selected clusters.

Definition at line 762 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPerpConeNTrackPerMinPtCut
private

! N Tracks in the perpendicular cone for different min pT cuts, x axis.

Definition at line 812 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeNTrackPerMinPtCutLargePtTrig
private

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

Definition at line 813 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPt
private

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

Definition at line 371 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 900 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 372 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 904 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPtTrackPerMinPtCut
private

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

Definition at line 819 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPerpConeSumPtTrackPerMinPtCutLargePtTrig
private

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

Definition at line 820 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 573 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 572 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPhiBandCell
private

! Row vs Column in Phi band to estimate UE in cone, only cells.

Definition at line 392 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 481 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandClusterEtaPhi
private

! Eta vs Phi in Phi band to estimate UE in cone, only clusters.

Definition at line 384 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandClusterPt
private

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

Definition at line 388 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 477 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 483 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 479 of file AliAnaParticleIsolation.h.

Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandTrackEtaPhi
private

! Eta vs Phi in Phi band to estimate UE in cone, only tracks.

Definition at line 386 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiBandTrackPt
private

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

Definition at line 390 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiIso
private

! phi of isolated particles.

Definition at line 335 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPhiIsoMC[fgkNmcTypes]
private

! phi of isolated mcTypes particle.

Definition at line 551 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPhiPrimMC[fgkNmcPrimTypes]
private

! Pt vs Phi of generated photon.

Definition at line 505 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPhiTrackInCone
private

! track azhimuthal angle

Definition at line 861 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOffSPDOff
private

! track with ITS Refit Off SPD Off

Definition at line 886 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOnSPDOff
private

! track with ITS Refit On SPD Off

Definition at line 885 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeITSRefitOnSPDOn
private

! track with ITS Refit On SPD On

Definition at line 884 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFBC0
private

! track with TOF hit, phi, tof in BC0

Definition at line 865 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 896 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 866 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPhiTrackInConeTOFNo
private

! track without TOF hit, phi

Definition at line 867 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtCellInCone
private

! Cell amplitude in the cone.

Definition at line 354 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtCentralityIso
private

! Centrality vs pT.

Definition at line 332 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaParticleIsolation::fhPtClusterInCone
private

! Cluster Pt in the cone.

Definition at line 353 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConeExoTrigger
private

! Clusters Pt in the cone. Trigger is exotic

Definition at line 363 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerExoCut
private

! Clusters Pt in the cone for different exoticity cut, x axis.

Definition at line 844 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerExoCutLargePtTrig
private

! Clusters Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed

Definition at line 845 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerNCellCut
private

! Clusters Pt in the cone for different min cluster n cell cut, x axis.

Definition at line 829 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerNCellCutLargePtTrig
private

! Clusters Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed

Definition at line 830 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH3F* AliAnaParticleIsolation::fhPtClusterInConePerNCellPerSM[4]
private

! Clusters Pt in the cone for different min cluster n cell cut, x axis vs SM number, 8<E<12 GeV, 3 shower bins

Definition at line 839 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerRCut
private

! Clusters Pt in the cone for different cone sizes, x axis.

Definition at line 799 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerRCutLargePtTrig
private

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

Definition at line 800 of file AliAnaParticleIsolation.h.

Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerSM[20]
private

! Clusters Pt in the cone, per supermodule.

Definition at line 639 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtClusterInConePerTCardIndex[16]
private

! Clusters Pt in the cone, per T-Card index.

Definition at line 651 of file AliAnaParticleIsolation.h.

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

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

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

Definition at line 348 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 554 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtEventPlaneIso
private

! Event plane angle vs pT.

Definition at line 333 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

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

! Isolated particle with pt threshold frac.

Definition at line 576 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 603 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 597 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 596 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtInCone
private

! Cluster/track Pt in the cone.

Definition at line 352 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtInConeCent
private

! Particle Pt in the cone versus centrality.

Definition at line 370 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtInConeExoTrigger
private

! Cluster and tracks Pt in the cone. Trigger is exotic

Definition at line 362 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtInConePerSM[20]
private

! Cluster and tracks Pt in the cone, per supermodule.

Definition at line 638 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtInConePerTCardIndex[16]
private

! Cluster and tracks Pt in the cone, per T-Card index.

Definition at line 650 of file AliAnaParticleIsolation.h.

Referenced by AliAnaParticleIsolation(), 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 369 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 373 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 901 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 374 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 905 of file AliAnaParticleIsolation.h.

Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtIso
private

! Number of isolated particles vs pT.

Definition at line 331 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtIsoExoTrigger
private

! Number of isolated exotic cluster vs pT.

Definition at line 344 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtIsoMC[fgkNmcTypes]
private

! Number of isolated mcTypes particle.

Definition at line 550 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhPtIsoPileUp[7]
private

! Number of isolated particles.

Definition at line 772 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 620 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 350 of file AliAnaParticleIsolation.h.

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

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 556 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 557 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 561 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtLambda0MCConvWithNoOverlap[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 564 of file AliAnaParticleIsolation.h.

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

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

! Shower shape of (non) isolated candidates originated by mcTypes particle with n cell_w > 4.

Definition at line 558 of file AliAnaParticleIsolation.h.

Referenced by 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 560 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtLambda0MCWithNoOverlap[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 563 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtLambda0PerSM[2][20]
private

! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously).

Definition at line 628 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtLambda0PerSMNCellCut[2][20]
private

! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously). N cell with weight > 4

Definition at line 629 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtLambda0PerTCardIndex[2][16]
private

! Shower shape of (non) isolated photons per T-Card index (do not apply shower shape cut previously).

Definition at line 644 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 623 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 655 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 673 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 679 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 688 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 664 of file AliAnaParticleIsolation.h.

Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaParticleIsolation::fhPtLeadingPt[5]
private

! Particle Pt in the cone.

Definition at line 571 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtNCellHighM02PerSM[2][20]
private

! N cells with weight in cluster per cluster pT for 0.5 < M02 < 2, per SM

Definition at line 632 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtNCellLowM02PerSM[2][20]
private

! N cells with weight in cluster per cluster pT for 0.1 < M02 < 0.3, per SM

Definition at line 631 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtNCellPerSM[2][20]
private

! N cells with weight in cluster per cluster pT, per SM

Definition at line 630 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtNLocMaxIso
private

! Number of isolated particles vs NLM in cluster.

Definition at line 334 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 341 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtNoIso
private

! Number of not isolated leading particles vs pT.

Definition at line 340 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhPtNoIsoExoTrigger
private

! Number of not isolated exotic cluster vs pT.

Definition at line 345 of file AliAnaParticleIsolation.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaParticleIsolation::fhPtNoIsoMC[fgkNmcTypes]
private

! Number of not isolated mcTypes particle.

Definition at line 549 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhPtNoIsoPileUp[7]
private

! Number of not isolated particles.

Definition at line 774 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 566 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 567 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtPerSM[2]
private

! Input particle pT distribution per SM

Definition at line 627 of file AliAnaParticleIsolation.h.

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

TH2F* AliAnaParticleIsolation::fhPtPerTCardIndex[2]
private

! Input particle pT distribution per T-Card index.

Definition at line 643 of file AliAnaParticleIsolation.h.

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

TH1F* AliAnaParticleIsolation::fhPtPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs pT.

Definition at line 507 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 541 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 542 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 543 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayIsoPairNoOverlap
private

! Eta decay photons isolated, not overlapped decay.

Definition at line 544 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 539 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 540 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 538 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 533 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 534 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 535 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaDecayPairNoOverlap
private

! Eta decay photons, not overlapped decay.

Definition at line 536 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 531 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 532 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 530 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaIsoOverlap
private

! Eta isolated with overlapped decay photons.

Definition at line 547 of file AliAnaParticleIsolation.h.

Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaParticleIsolation::fhPtPrimMCEtaOverlap
private

! Eta with overlapped decay photons.

Definition at line 546 of file AliAnaParticleIsolation.