![]() |
AliPhysics
a8afd6c (a8afd6c)
|
Select clusters/tracks with low particle environment in their vecinity, isolated within a cone. More...
#include <AliAnaParticleIsolation.h>
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... | |
![]() | |
enum | detector { kEMCAL = AliFiducialCut::kEMCAL, kPHOS = AliFiducialCut::kPHOS, kCTS = AliFiducialCut::kCTS, kDCAL = AliFiducialCut::kDCAL, kDCALPHOS = AliFiducialCut::kDCALPHOS } |
Set the tag identifing the main detector used in the analysis. More... | |
Static Public Attributes | |
static const Int_t | 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... | |
AliAnaParticleIsolation & | operator= (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... | |
TObjArray * | fClustersArr |
! 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... | |
TH2F * | fhPtCentralityIso |
! Centrality vs pT. More... | |
TH2F * | fhPtEventPlaneIso |
! Event plane angle vs pT. More... | |
TH2F * | fhPtNLocMaxIso |
! Number of isolated particles vs NLM in cluster. More... | |
TH2F * | fhPhiIso |
! phi of isolated particles. More... | |
TH2F * | fhEtaIso |
! eta of isolated particles. More... | |
TH2F * | fhEtaPhiIso |
! eta vs phi of isolated particles. More... | |
TH2F * | fhEtaPhiNoIso |
! 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... | |
TH2F * | fhPtNLocMaxNoIso |
! 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... | |
TH2F * | fhEtaPhiDecay [2][AliNeutralMesonSelection::fgkMaxNDecayBits] |
! eta vs phi of (not) isolated leading Pi0 decay particles. More... | |
TH2F * | fhPtLambda0Decay [2][AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Shower shape of (non) isolated leading Pi0 decay particles (do not apply SS cut previously). More... | |
TH2F * | fhPtInCone |
! Cluster/track Pt in the cone. More... | |
TH2F * | fhPtClusterInCone |
! Cluster Pt in the cone. More... | |
TH2F * | fhPtCellInCone |
! Cell amplitude in the cone. More... | |
TH2F * | fhPtTrackInCone |
! Track Pt in the cone. More... | |
TH2F * | fhPtTrackInConeMCPrimary [4] |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, reconstructed pT. More... | |
TH2F * | fhPtTrackInConeMCSecondary [4] |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, reconstructed pT. More... | |
TH2F * | fhPtTrackInConeMCPrimaryGener [4] |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, generated pT. More... | |
TH2F * | fhPtTrackInConeMCSecondaryGener [4] |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, generated pT. More... | |
TH2F * | fhPtInConeExoTrigger |
! Cluster and tracks Pt in the cone. Trigger is exotic More... | |
TH2F * | fhPtClusterInConeExoTrigger |
! Clusters Pt in the cone. Trigger is exotic More... | |
TH2F * | fhPtTrackInConeExoTrigger |
! Tracks Pt in the cone. Trigger considered exotic More... | |
TH2F * | fhPtTrackInConeOtherBCPileUpSPD |
! Track Pt in the cone, tracks out of main BC Time window. More... | |
TH2F * | fhPtTrackInConeVtxBC0 |
! Track Pt in the cone, tracks in BC=0. More... | |
TH2F * | fhPtTrackInConeBC0PileUpSPD |
! Track Pt in the cone, tracks in BC=0. More... | |
TH2F * | fhPtInConePileUp [7] |
! Particle Pt in the cone, if event is from pile-up (SPD method). More... | |
TH2F * | fhPtInConeCent |
! Particle Pt in the cone versus centrality. More... | |
TH2F * | fhPerpConeSumPt |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPerpConeSumPtTOFBC0 |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More... | |
TH2F * | fhPtInPerpCone |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPtInPerpConeTOFBC0 |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More... | |
TH2F * | fhEtaPhiInConeCluster |
! Eta vs. phi of clusters in cone. More... | |
TH2F * | fhEtaPhiCluster |
! Eta vs. phi of all clusters. More... | |
TH2F * | fhEtaPhiInConeTrack |
! Eta vs. phi of tracks in cone. More... | |
TH2F * | fhEtaPhiTrack |
! Eta vs. phi of all tracks. More... | |
TH2F * | fhEtaPhiInPerpCone |
! Eta vs. phi of tracks in perpendicular cone More... | |
TH2F * | fhEtaPhiInPerpConeTOFBC0 |
! Eta vs. phi of tracks in perpendicular cone, with TOF BC=0. More... | |
TH2F * | fhEtaBandClusterEtaPhi |
! Eta vs Phi in Eta band to estimate UE in cone, only clusters. More... | |
TH2F * | fhPhiBandClusterEtaPhi |
! Eta vs Phi in Phi band to estimate UE in cone, only clusters. More... | |
TH2F * | fhEtaBandTrackEtaPhi |
! Eta vs Phi in Eta band to estimate UE in cone, only tracks. More... | |
TH2F * | fhPhiBandTrackEtaPhi |
! Eta vs Phi in Phi band to estimate UE in cone, only tracks. More... | |
TH2F * | fhEtaBandClusterPt |
! pT in Eta band to estimate UE in cone, only clusters. More... | |
TH2F * | fhPhiBandClusterPt |
! pT in Phi band to estimate UE in cone, only clusters. More... | |
TH2F * | fhEtaBandTrackPt |
! pT in Eta band to estimate UE in cone, only tracks. More... | |
TH2F * | fhPhiBandTrackPt |
! pT in Phi band to estimate UE in cone, only tracks. More... | |
TH2F * | fhEtaBandCell |
! Row vs Column in Eta band to estimate UE in cone, only cells. More... | |
TH2F * | fhPhiBandCell |
! Row vs Column in Phi band to estimate UE in cone, only cells. More... | |
TH2F * | fhConePtLead |
! Cluster and tracks leading pt in the cone. More... | |
TH2F * | fhConePtLeadCluster |
! Clusters leading pt in the cone. More... | |
TH2F * | fhConePtLeadTrack |
! Tracks leading pt in the cone. More... | |
TH2F * | fhConePtLeadClustervsTrack |
! Tracks vs Clusters leading pt. More... | |
TH2F * | fhConePtLeadClusterTrackFrac |
! Trigger pt vs cluster/track leading pt. More... | |
TH2F * | fhConeSumPt |
! Cluster and tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCellTrack |
! Cells and tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCell |
! Cells Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCluster |
! Clusters Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtTrack |
! Tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtExoTrigger |
! Cluster and tracks Sum Pt in the cone. Trigger is exotic More... | |
TH2F * | fhConeSumPtClusterExoTrigger |
! Clusters Sum Pt in the cone. Trigger is exotic More... | |
TH2F * | fhConeSumPtTrackExoTrigger |
! Tracks Sum Pt in the cone. Trigger considered exotic More... | |
TH2F * | fhConeSumPtEtaBandUECluster |
! Cluster Sum Pt in the eta band for clusters, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECluster |
! Cluster Sum Pt in the phi band for clusters, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUETrack |
! Track Sum Pt in the eta band for tracks, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUETrack |
! Track Sum Pt in the phi badn for tracks, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUECell |
! Cell Sum amplitude in the eta band for cells, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECell |
! Cell Sum amplitude in the phi band for cells, before normalization. More... | |
TH2F * | fhConeSumPtTrigEtaPhi |
! Cluster and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More... | |
TH2F * | fhConeSumPtCellTrackTrigEtaPhi |
! Cell and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More... | |
TH2F * | fhConeSumPtEtaBandUEClusterTrigEtaPhi |
! Cluster Sum Pt in the eta band for clusters, per eta-phi bin of trigger,before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUEClusterTrigEtaPhi |
! Cluster Sum Pt in the phi band for clusters, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUETrackTrigEtaPhi |
! Track Sum Pt in the eta band for tracks, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUETrackTrigEtaPhi |
! Track Sum Pt in the phi badn for tracks, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUECellTrigEtaPhi |
! Cluster Sum amplitude in the eta band for cells, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECellTrigEtaPhi |
! Cluster Sum amplitude in the phi band for cells, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaUESub |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESub |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackCell |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackCell |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackCellTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackCellTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUENormCluster |
! Cluster Sum Pt in the normalized eta UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUENormCluster |
! Cluster Sum Pt in the normalized phi UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCluster |
! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCluster |
! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubClusterTrigEtaPhi |
! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubClusterTrigEtaPhi |
! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCell |
! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCell |
! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCellTrigEtaPhi |
! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCellTrigEtaPhi |
! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUENormTrack |
! Track Sum Pt in the normalized eta UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUENormTrack |
! Track Sum Pt in the normalized phi UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrack |
! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrack |
! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackTrigEtaPhi |
! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackTrigEtaPhi |
! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhFractionTrackOutConeEta |
! Fraction of cone out of tracks acceptance in eta. More... | |
TH2F * | fhFractionTrackOutConeEtaTrigEtaPhi |
! Fraction of cone out of tracks acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionClusterOutConeEta |
! Fraction of cone out of clusters acceptance in eta. More... | |
TH2F * | fhFractionClusterOutConeEtaTrigEtaPhi |
! Fraction of cone out of clusters acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionClusterOutConePhi |
! Fraction of cone out of clusters acceptance in phi. More... | |
TH2F * | fhFractionClusterOutConePhiTrigEtaPhi |
! Fraction of cone out of clusters acceptance in phi, vs trigger eta-phi. More... | |
TH2F * | fhFractionCellOutConeEta |
! Fraction of cone out of cells acceptance in eta. More... | |
TH2F * | fhFractionCellOutConeEtaTrigEtaPhi |
! Fraction of cone out of cells acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionCellOutConePhi |
! Fraction of cone out of cells acceptance in phi. More... | |
TH2F * | fhFractionCellOutConePhiTrigEtaPhi |
! Fraction of cone out of cells acceptance in phi, vs trigger eta-phi. More... | |
TH2F * | fhConeSumPtClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtClusterTrackFrac |
! Cluster / tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtEtaUESubClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More... | |
TH2F * | fhConeSumPtPhiUESubClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More... | |
TH2F * | fhConeSumPtCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtEtaUESubCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More... | |
TH2F * | fhConeSumPtPhiUESubCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More... | |
TH2F * | fhEtaBandClustervsTrack |
! Accumulated pT in Eta band to estimate UE in cone, clusters vs tracks. More... | |
TH2F * | fhPhiBandClustervsTrack |
! Accumulated pT in Phi band to estimate UE in cone, clusters vs tracks. More... | |
TH2F * | fhEtaBandNormClustervsTrack |
! Accumulated pT in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhPhiBandNormClustervsTrack |
! Accumulated pT in Phi band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhEtaBandCellvsTrack |
! Accumulated pT in Eta band to estimate UE in cone, cells vs tracks. More... | |
TH2F * | fhPhiBandCellvsTrack |
! Accumulated pT in Phi band to estimate UE in cone, cells vs tracks. More... | |
TH2F * | fhEtaBandNormCellvsTrack |
! Accumulated pT cell in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhPhiBandNormCellvsTrack |
! Accumulated pT cell in Phi band to estimate UE in cone, normalized to cone. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiTrack |
! Tracks, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiTrack |
! 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... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaTrack |
! Tracks, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaTrack |
! 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... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiCluster |
! Clusters, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiCluster |
! 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... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaCluster |
! Clusters, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaCluster |
! 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... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiCell |
! Cells, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiCell |
! 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... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaCell |
! Cells, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaCell |
! 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... | |
TH2F * | fhConeSumPtVSUETracksEtaBand |
! Tracks, eta band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUETracksPhiBand |
! Tracks, phi band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUEClusterEtaBand |
! Clusters, eta band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUEClusterPhiBand |
! Clusters, phi band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhEtaPrimMC [fgkNmcPrimTypes] |
! Pt vs Eta of generated photon. More... | |
TH2F * | fhPhiPrimMC [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... | |
TH2F * | fhPhiIsoMC [fgkNmcTypes] |
! phi of isolated mcTypes particle. More... | |
TH2F * | fhEtaIsoMC [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... | |
TH2F * | fhPtLambda0MC [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0MCConv [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0MCNCellCut [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle with n cell_w > 4. More... | |
TH2F * | fhPtLambda0MCWith1Overlap [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... | |
TH2F * | fhPtLambda0MCConvWith1Overlap [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... | |
TH2F * | fhPtLambda0MCWithNoOverlap [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... | |
TH2F * | fhPtLambda0MCConvWithNoOverlap [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... | |
TH2F * | fhPtNOverlap [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... | |
TH2F * | fhPtNOverlapConv [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... | |
TH2F * | fhSumPtLeadingPt [5] |
! Sum Pt in the cone. More... | |
TH2F * | fhPtLeadingPt [5] |
! Particle Pt in the cone. More... | |
TH2F * | fhPerpSumPtLeadingPt [5] |
! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPerpPtLeadingPt [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... | |
TH2F * | fhEtaPhiPtThresIso [5][5] |
! eta vs phi of isolated particles with pt threshold. More... | |
TH2F * | fhEtaPhiPtThresDecayIso [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... | |
TH2F * | fhEtaPhiPtFracIso [5][5] |
! eta vs phi of isolated particles with pt frac. More... | |
TH2F * | fhEtaPhiPtFracDecayIso [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... | |
TH2F * | fhEtaPhiPtSumIso [5][5] |
! eta vs phi of isolated particles with pt sum. More... | |
TH2F * | fhEtaPhiPtSumDecayIso [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... | |
TH2F * | fhEtaPhiSumDensityIso [5][5] |
! Isolated particle with threshold on cone sum density. More... | |
TH2F * | fhEtaPhiSumDensityDecayIso [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... | |
TH2F * | fhEtaPhiFracPtSumIso [5][5] |
! Isolated particle with threshold on cone sum density. More... | |
TH2F * | fhEtaPhiFracPtSumDecayIso [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... | |
TH2F * | fhSumPtLeadingPtMC [fgkNmcTypes][5] |
! mcTypes particle for sum Pt, different cone. More... | |
TH2F * | fhTrackMatchedDEta [2] |
! Eta distance between track and cluster vs cluster E. More... | |
TH2F * | fhTrackMatchedDPhi [2] |
! Phi distance between track and cluster vs cluster E. More... | |
TH2F * | fhTrackMatchedDEtaDPhi [2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV. More... | |
TH2F * | fhTrackMatchedDEtaMC [fgkNmcTypes][2] |
! Eta distance between track and cluster vs cluster E for mcTypes particle. More... | |
TH2F * | fhTrackMatchedDPhiMC [fgkNmcTypes][2] |
! Phi distance between track and cluster vs cluster E for mcTypes particle. More... | |
TH2F * | fhTrackMatchedDEtaDPhiMC [fgkNmcTypes][2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV for mcTypes particle. More... | |
TH2F * | fhdEdx [2] |
! matched track dEdx vs cluster E. More... | |
TH2F * | fhEOverP [2] |
! matched track E cluster over P track vs cluster E, after dEdx cut. More... | |
TH2F * | fhTrackMatchedMCParticle [2] |
! Trace origin of matched particle. More... | |
TH2F * | fhELambda0 [2] |
! Shower shape of (non) isolated photons (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0 [2] |
! Shower shape of (non) isolated photons (do not apply SS cut previously). More... | |
TH2F * | fhELambda0TRD [2] |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0TRD [2] |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More... | |
TH2F * | fhPtPerSM [2] |
! Input particle pT distribution per SM More... | |
TH2F * | fhPtLambda0PerSM [2][20] |
! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously). More... | |
TH2F * | fhPtLambda0PerSMNCellCut [2][20] |
! Shower shape of (non) isolated photons per supermodule (do not apply shower shape cut previously). N cell with weight > 4 More... | |
TH2F * | fhPtNCellPerSM [2][20] |
! N cells with weight in cluster per cluster pT, per SM More... | |
TH2F * | fhPtNCellLowM02PerSM [2][20] |
! N cells with weight in cluster per cluster pT for 0.1 < M02 < 0.3, per SM More... | |
TH2F * | fhPtNCellHighM02PerSM [2][20] |
! N cells with weight in cluster per cluster pT for 0.5 < M02 < 2, per SM More... | |
TH2F * | fhConeSumPtPerSM [20] |
! Cluster and tracks Sum Pt in the cone, per supermodule. More... | |
TH2F * | fhConeSumPtClusterPerSM [20] |
! Clusters Sum Pt in the cone, per supermodule. More... | |
TH2F * | fhConeSumPtTrackPerSM [20] |
! Tracks Sum Pt in the cone, per supermodule. More... | |
TH2F * | fhPtInConePerSM [20] |
! Cluster and tracks Pt in the cone, per supermodule. More... | |
TH2F * | fhPtClusterInConePerSM [20] |
! Clusters Pt in the cone, per supermodule. More... | |
TH2F * | fhPtTrackInConePerSM [20] |
! Tracks Pt in the cone, per supermodule. More... | |
TH2F * | fhPtPerTCardIndex [2] |
! Input particle pT distribution per T-Card index. More... | |
TH2F * | fhPtLambda0PerTCardIndex [2][16] |
! Shower shape of (non) isolated photons per T-Card index (do not apply shower shape cut previously). More... | |
TH2F * | fhConeSumPtPerTCardIndex [16] |
! Cluster and tracks Sum Pt in the cone, per T-Card index. More... | |
TH2F * | fhConeSumPtClusterPerTCardIndex [16] |
! Clusters Sum Pt in the cone, per T-Card index. More... | |
TH2F * | fhConeSumPtTrackPerTCardIndex [16] |
! Tracks Sum Pt in the cone, per T-Card index. More... | |
TH2F * | fhPtInConePerTCardIndex [16] |
! Cluster and tracks Pt in the cone, per T-Card index. More... | |
TH2F * | fhPtClusterInConePerTCardIndex [16] |
! Clusters Pt in the cone, per T-Card index. More... | |
TH2F * | fhPtTrackInConePerTCardIndex [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... | |
TH2F * | fhNLocMax [2] |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH2F * | fhELambda0LocMax1 [2] |
! E vs lambda0 of selected cluster, 1 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMax1 [2] |
! E vs lambda1 of selected cluster, 1 local maxima in cluster. More... | |
TH2F * | fhELambda0LocMax2 [2] |
! E vs lambda0 of selected cluster, 2 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMax2 [2] |
! E vs lambda1 of selected cluster, 2 local maxima in cluster. More... | |
TH2F * | fhELambda0LocMaxN [2] |
! E vs lambda0 of selected cluster, N>2 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMaxN [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... | |
TH2F * | fhTimeENoCut |
! Time of cluster vs E, no cut. More... | |
TH2F * | fhTimeESPD |
! Time of cluster vs E, IsSPDPileUp. More... | |
TH2F * | fhTimeESPDMulti |
! Time of cluster vs E, IsSPDPileUpMulti. More... | |
TH2F * | fhTimeNPileUpVertSPD |
! Time of cluster vs n pile-up vertices from SPD. More... | |
TH2F * | fhTimeNPileUpVertTrack |
! Time of cluster vs n pile-up vertices from Tracks. More... | |
TH2F * | fhTimeNPileUpVertContributors |
! Time of cluster vs n pile-up vertex from SPD contributors. More... | |
TH2F * | fhTimePileUpMainVertexZDistance |
! Time of cluster vs difference of z main vertex and pile-up vertex. More... | |
TH2F * | fhTimePileUpMainVertexZDiamond |
! Time of cluster vs difference of z diamond and pile-up vertex. More... | |
TH2F * | fhMCConversionVertex [2] |
! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso More... | |
TH2F * | fhMCConversionVertexTRD [2] |
! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso, SM covered by TRD More... | |
TH2F * | fhMCConversionLambda0Rcut [6][2] |
! Shower shape of photon conversions, depending on conversion vertex. More... | |
TH2F * | fhMCConversionLambda0RcutTRD [6][2] |
! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD More... | |
TH2F * | fhLam0EMCALRegionPerSM [2][4][3][20] |
! Cluster lambda0 vs E, in different EMCal regions More... | |
TH2F * | fhConeSumPtTrackEMCALRegionPerSM [4][3][20] |
! Track pT sum in cone vs trigger pT, in different EMCal regions More... | |
TH2F * | fhConeSumPtClusterEMCALRegionPerSM [4][3][20] |
! Cluster pT sum in cone vs trigger pT, in different EMCal regions More... | |
TH2F * | fhEtaPhiLam0BinPtBin [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... | |
TH2F * | fhPtClusterInConePerRCut |
! Clusters Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhPtClusterInConePerRCutLargePtTrig |
! Clusters Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerRCut |
! Tracks Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhPtTrackInConePerRCutLargePtTrig |
! Tracks Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerRCut |
! Clusters Sum Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhConeSumPtClusterPerRCutLargePtTrig |
! Clusters Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerRCut |
! Tracks Sum Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhConeSumPtTrackPerRCutLargePtTrig |
! Tracks Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeNClusterPerMinPtCut |
! N Clusters in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeNClusterPerMinPtCutLargePtTrig |
! N Clusters in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeNTrackPerMinPtCut |
! N Tracks in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeNTrackPerMinPtCutLargePtTrig |
! N Tracks in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPerpConeNTrackPerMinPtCut |
! N Tracks in the perpendicular cone for different min pT cuts, x axis. More... | |
TH2F * | fhPerpConeNTrackPerMinPtCutLargePtTrig |
! N Tracks in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerMinPtCut |
! Clusters Sum Pt in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeSumPtClusterPerMinPtCutLargePtTrig |
! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerMinPtCut |
! Tracks Sum Pt in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerMinPtCutLargePtTrig |
! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPerpConeSumPtTrackPerMinPtCut |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. More... | |
TH2F * | fhPerpConeSumPtTrackPerMinPtCutLargePtTrig |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerMaxPtCut |
! Clusters Sum Pt in the cone for different max pT cuts, x axis. More... | |
TH2F * | fhConeSumPtClusterPerMaxPtCutLargePtTrig |
! Clusters Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerMaxPtCut |
! Tracks Sum Pt in the cone for different max pT cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerMaxPtCutLargePtTrig |
! Tracks Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerEtaCut |
! Tracks Sum Pt in the cone for different min eta cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerEtaCutLargePtTrig |
! Tracks Sum Pt in the cone for different min eta cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtClusterInConePerNCellCut |
! Clusters Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhPtClusterInConePerNCellCutLargePtTrig |
! Clusters Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerNCellCut |
! Tracks Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhPtTrackInConePerNCellCutLargePtTrig |
! Tracks Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerNCellCut |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhConeSumPtClusterPerNCellCutLargePtTrig |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerNCellCut |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhConeSumPtTrackPerNCellCutLargePtTrig |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH3F * | fhPtClusterInConePerNCellPerSM [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... | |
TH3F * | fhPtTrackInConePerNCellPerSM [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... | |
TH3F * | fhConeSumPtClusterPerNCellPerSM [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... | |
TH3F * | fhConeSumPtTrackPerNCellPerSM [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... | |
TH2F * | fhPtClusterInConePerExoCut |
! Clusters Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhPtClusterInConePerExoCutLargePtTrig |
! Clusters Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerExoCut |
! Tracks Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhPtTrackInConePerExoCutLargePtTrig |
! Tracks Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerExoCut |
! Clusters Sum Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhConeSumPtClusterPerExoCutLargePtTrig |
! Clusters Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerExoCut |
! Tracks Sum Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhConeSumPtTrackPerExoCutLargePtTrig |
! Tracks Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackTOFBC0 |
! track with TOF hit sum pt, tof in BC0 More... | |
TH2F * | fhConeSumPtTrackTOFBCN |
! track with TOF hit sum pt, tof not in BC0 More... | |
TH2F * | fhConeSumPtTrackTOFNo |
! track without TOF hit sum pt More... | |
TH2F * | fhPtTrackInConeTOFBC0 |
! track with TOF hit, pt, tof in BC0 More... | |
TH2F * | fhPtTrackInConeTOFBCN |
! track with TOF hit, pt, tof not in BC0 More... | |
TH2F * | fhPtTrackInConeTOFNo |
! track without TOF hit, pt More... | |
TH2F * | fhPhiTrackInCone |
! track azhimuthal angle More... | |
TH2F * | fhEtaTrackInCone |
! track pseudo-rapidity More... | |
TH2F * | fhEtaPhiTrackInCone |
! track azhimuthal angle vs pseudo-rapidity More... | |
TH2F * | fhPhiTrackInConeTOFBC0 |
! track with TOF hit, phi, tof in BC0 More... | |
TH2F * | fhPhiTrackInConeTOFBCN |
! track with TOF hit, phi, tof not in BC0 More... | |
TH2F * | fhPhiTrackInConeTOFNo |
! track without TOF hit, phi More... | |
TH2F * | fhEtaTrackInConeTOFBC0 |
! track with TOF hit, eta, tof in BC0 More... | |
TH2F * | fhEtaTrackInConeTOFBCN |
! track with TOF hit, eta, tof not in BC0 More... | |
TH2F * | fhEtaTrackInConeTOFNo |
! track without TOF hit, eta More... | |
TH2F * | fhEtaPhiTrackInConeTOFBC0 |
! track with TOF hit, eta-phi, tof in BC0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFBCN |
! track with TOF hit, eta-phi, tof not in BC0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFNo |
! track without TOF hit, eta-phi More... | |
TH2F * | fhTrackTOFInCone |
! track TOF in cone More... | |
TH2F * | fhTrackTOFInConeBC0 |
! track TOF in cone and BC0 More... | |
TH2F * | fhTrackTOFInConeExoTrigger |
! track TOF in cone, trigger is exotic More... | |
TH2F * | fhConeSumPtTrackITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhConeSumPtTrackITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhConeSumPtTrackITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhPtTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhPtTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhPtTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhPhiTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhPhiTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhPhiTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhEtaTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhEtaTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhEtaTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhConeSumPtTrackTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPtTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPhiTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhEtaTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPerpConeSumPtITSRefitOnSPDOn |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhPtInPerpConeITSRefitOnSPDOn |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhEtaPhiInPerpConeITSRefitOnSPDOn |
! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhPerpConeSumPtTOFBC0ITSRefitOnSPDOn |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More... | |
TH2F * | fhPtInPerpConeTOFBC0ITSRefitOnSPDOn |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More... | |
TH2F * | fhEtaPhiInPerpConeTOFBC0ITSRefitOnSPDOn |
! 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... | |
TH2F * | fhPtTrackInConeDCA [3] |
! track DCAxy,z,constrained vs track pT, in cone with trigger pT > 10 GeV More... | |
TH2F * | fhPtTrackInPerpConeDCA [3] |
! track DCAxy,z,constrained vs track pT, in perpendicular cone trigger pT > 10 GeV More... | |
Additional Inherited Members | |
![]() | |
Int_t | fNModules |
Number of EMCAL/PHOS modules to use in analysis, set in CaloUtils. More... | |
Int_t | fNRCU |
Number of EMCAL/PHOS RCU. More... | |
Int_t | fFirstModule |
First EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fLastModule |
Last EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fNMaxCols |
Number of EMCAL/PHOS columns per SM. More... | |
Int_t | fNMaxRows |
Number of EMCAL/PHOS rows per SM. More... | |
Int_t | fNMaxColsFull |
Number of EMCAL/PHOS columns full detector. More... | |
Int_t | fNMaxRowsFull |
Number of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMin |
Last of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMax |
First of EMCAL/PHOS rows full detector. More... | |
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.
Definition at line 36 of file AliAnaParticleIsolation.h.
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.
AliAnaParticleIsolation::AliAnaParticleIsolation | ( | ) |
Default constructor. Initialize parameters.
Definition at line 53 of file AliAnaParticleIsolation.cxx.
|
inlinevirtual |
Virtual destructor.
Definition at line 43 of file AliAnaParticleIsolation.h.
|
private |
Copy constructor not implemented.
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().
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().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 2914 of file AliAnaParticleIsolation.cxx.
Referenced by ~AliAnaParticleIsolation().
Definition at line 108 of file AliAnaParticleIsolation.h.
|
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().
MC histogram index depending on origin of candidate.
Definition at line 6995 of file AliAnaParticleIsolation.cxx.
Referenced by GetPtFractions(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 106 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 107 of file AliAnaParticleIsolation.h.
Definition at line 111 of file AliAnaParticleIsolation.h.
Definition at line 109 of file AliAnaParticleIsolation.h.
Definition at line 110 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 105 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 104 of file AliAnaParticleIsolation.h.
|
virtual |
Do some checks and init stuff.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 7042 of file AliAnaParticleIsolation.cxx.
Referenced by ~AliAnaParticleIsolation().
|
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().
|
inline |
Definition at line 149 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 126 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 130 of file AliAnaParticleIsolation.h.
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().
|
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().
|
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().
|
private |
Assignment operator not implemented.
|
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().
Definition at line 175 of file AliAnaParticleIsolation.h.
Definition at line 119 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 168 of file AliAnaParticleIsolation.h.
Definition at line 218 of file AliAnaParticleIsolation.h.
Definition at line 227 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 170 of file AliAnaParticleIsolation.h.
Definition at line 215 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 124 of file AliAnaParticleIsolation.h.
Definition at line 214 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 174 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 224 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 117 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 167 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 217 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 226 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 223 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 213 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 118 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 179 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 220 of file AliAnaParticleIsolation.h.
Definition at line 121 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 120 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 180 of file AliAnaParticleIsolation.h.
Definition at line 221 of file AliAnaParticleIsolation.h.
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.
pt | cluster pT |
phi | cluster phi |
eta | cluster eta |
m02 | shower shape long |
coneptsumTrack | sum of tracks pT in cone |
coneptsumCluster | sum of clusters pT in cone |
isolated | bool |
iSM | super 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
pt | cluster pT |
isolated | bool |
iSM | supermodule number |
m02 | shower shape long |
mcTag | mc particle type tag |
label | cluster mc label |
Definition at line 8761 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms(), StudyEMCALRegions(), and ~AliAnaParticleIsolation().
|
inline |
Definition at line 173 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 160 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 154 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 166 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 147 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 141 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 144 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 151 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 163 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 189 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 183 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 186 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 178 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 128 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 132 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 138 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 208 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 198 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 195 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 201 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 205 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 211 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 192 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 135 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 157 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 172 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 159 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 153 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 165 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 146 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 140 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 143 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 150 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 162 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 188 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 182 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 185 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 177 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 127 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 131 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 137 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 207 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 197 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 194 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 200 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 204 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 210 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 191 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 134 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 156 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
private |
Pt bin limits on pt content in the cone.
Definition at line 275 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), and SetBackgroundLimits().
|
private |
! Temporary AliVCaloCells pointer for selected calorimeter candidate, avoid creation per event.
Definition at line 324 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillHistograms().
|
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().
|
private |
! Temporary vcluster, avoid creation per event.
Definition at line 322 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), MakeAnalysisFillHistograms(), and StudyEMCALRegions().
|
private |
! Temporary container or currently analyzed cluster exoticity
Definition at line 326 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and MakeAnalysisFillHistograms().
|
private |
! Temporary ClustersArray, avoid creation per event.
Definition at line 323 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillHistograms().
|
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().
|
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().
|
private |
Apply a m02 cut to clusters tagged as decay.
Definition at line 265 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), InitParameters(), and SetM02CutForTaggedDecays().
|
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().
|
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().
|
private |
Fill histograms for different bins in pt content of the cone.
Definition at line 273 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffBackgroundBinHistoFill(), and SwitchOnBackgroundBinHistoFill().
|
private |
Fill cell histograms.
Definition at line 257 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), CalculateNormalizeUEBandPerUnitArea(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffCellHistoFill(), and SwitchOnCellHistoFill().
|
private |
Fill histograms in EMCal slices.
Definition at line 255 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillEMCALRegionHistograms(), and SwitchOnFillEMCALRegionHistograms().
|
private |
Fill NLM histograms.
Definition at line 267 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffNLMHistoFill(), and SwitchOnNLMHistoFill().
|
private |
Fill histograms that depend on number of overlaps.
Definition at line 258 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffOverlapHistograms(), and SwitchOnOverlapHistograms().
|
private |
Fill histograms per SM.
Definition at line 252 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillHistogramsPerSM(), and SwitchOnFillHistogramsPerSM().
|
private |
Fill histograms per T-Card index.
Definition at line 253 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillHistogramsPerTCardIndex(), and SwitchOnFillHistogramsPerTCardIndex().
|
private |
Fill histograms for different bins in pt trigger.
Definition at line 277 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffPtTrigBinHistoFill(), and SwitchOnPtTrigBinHistoFill().
|
private |
Fill Shower shape plots.
Definition at line 251 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), FillTrackMatchingShowerShapeControlHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), SwitchOffSSHistoFill(), and SwitchOnSSHistoFill().
|
private |
Fill histograms for clusters tagged as decay.
Definition at line 262 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeSeveralICAnalysis(), SwitchOffDecayTaggedHistoFill(), and SwitchOnDecayTaggedHistoFill().
|
private |
Fill track matching plots.
Definition at line 250 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffTMHistoFill(), and SwitchOnTMHistoFill().
|
private |
Fill histograms working on the UE subtraction. 1 fill basic histograms, 2 more detailed.
Definition at line 256 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), CalculateNormalizeUEBandPerUnitArea(), CalculateTrackUEBand(), GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), Print(), SwitchOffUEBandSubtractionHistoFill(), and SwitchOnUEBandSubtractionHistoFill().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Cluster and tracks leading pt in the cone.
Definition at line 394 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters leading pt in the cone.
Definition at line 395 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Trigger pt vs cluster/track leading pt.
Definition at line 398 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks vs Clusters leading pt.
Definition at line 397 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks leading pt in the cone.
Definition at line 396 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt in the cone.
Definition at line 400 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cells Sum Pt in the cone.
Definition at line 403 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cells and tracks Sum Pt in the cone.
Definition at line 402 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
private |
! Cell vs tracks Sum Pt Sum Pt in the cone.
Definition at line 472 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters Sum Pt in the cone.
Definition at line 404 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
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().
|
private |
! Clusters Sum Pt in the cone. Trigger is exotic
Definition at line 408 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Clusters Sum Pt in the cone, per supermodule.
Definition at line 635 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
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().
|
private |
! Cluster / tracks Sum Pt Sum Pt in the cone.
Definition at line 469 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster vs tracks Sum Pt Sum Pt in the cone.
Definition at line 468 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Tracks Sum Pt in the cone.
Definition at line 405 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
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().
|
private |
! Tracks Sum Pt in the cone. Trigger considered exotic
Definition at line 409 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 880 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 879 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 878 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Tracks Sum Pt in the cone, per supermodule.
Definition at line 636 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
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().
|
private |
! track with TOF hit sum pt, tof in BC0
Definition at line 854 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 894 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit sum pt, tof not in BC0
Definition at line 855 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit sum pt
Definition at line 856 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! matched track dEdx vs cluster E.
Definition at line 614 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of isolated particles vs energy.
Definition at line 330 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated exotic cluster vs E.
Definition at line 342 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 771 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Number of not isolated leading particles vs Energy.
Definition at line 339 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated exotic cluster vs E.
Definition at line 343 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated particles.
Definition at line 773 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
private |
! Number of generated photon vs E.
Definition at line 506 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! eta of isolated particles.
Definition at line 336 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta of isolated mcTypes particle.
Definition at line 552 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta vs. phi of all clusters.
Definition at line 377 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
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().
|
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().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 598 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of clusters in cone.
Definition at line 376 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in cone.
Definition at line 378 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in perpendicular cone
Definition at line 380 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
private |
! eta vs phi of isolated particles.
Definition at line 337 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
private |
! eta vs phi of not isolated leading particles.
Definition at line 338 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
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().
|
private |
! eta vs phi of isolated particles with pt frac.
Definition at line 583 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
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().
|
private |
! eta vs phi of isolated particles with pt sum.
Definition at line 587 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
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().
|
private |
! eta vs phi of isolated particles with pt threshold.
Definition at line 579 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
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().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 591 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of all tracks.
Definition at line 379 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! track azhimuthal angle vs pseudo-rapidity
Definition at line 863 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 892 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 891 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 890 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta-phi, tof in BC0
Definition at line 871 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 898 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta-phi, tof not in BC0
Definition at line 872 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, eta-phi
Definition at line 873 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Pt vs Eta of generated photon.
Definition at line 504 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! track pseudo-rapidity
Definition at line 862 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 889 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 888 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 887 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta, tof in BC0
Definition at line 868 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 897 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta, tof not in BC0
Definition at line 869 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, eta
Definition at line 870 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of cells acceptance in eta.
Definition at line 463 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
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().
|
private |
! Fraction of cone out of cells acceptance in phi.
Definition at line 465 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
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().
|
private |
! Fraction of cone out of clusters acceptance in eta.
Definition at line 458 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
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().
|
private |
! Fraction of cone out of clusters acceptance in phi.
Definition at line 460 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
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().
|
private |
! Fraction of cone out of tracks acceptance in eta.
Definition at line 456 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
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().
|
private |
! Cluster lambda0 vs E, in different EMCal regions
Definition at line 794 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and StudyEMCALRegions().
|
private |
! Shower shape of photon conversions, depending on conversion vertex.
Definition at line 786 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and StudyMCConversionRadius().
|
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().
|
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().
|
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().
|
private |
[fNPtTrigBin*fgkNmcTypes]
! Number of maxima in selected clusters.
Definition at line 762 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! phi of isolated particles.
Definition at line 335 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi of isolated mcTypes particle.
Definition at line 551 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt vs Phi of generated photon.
Definition at line 505 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! track azhimuthal angle
Definition at line 861 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 886 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 885 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 884 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, phi, tof in BC0
Definition at line 865 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 896 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, phi, tof not in BC0
Definition at line 866 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, phi
Definition at line 867 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cell amplitude in the cone.
Definition at line 354 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Centrality vs pT.
Definition at line 332 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster Pt in the cone.
Definition at line 353 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone. Trigger is exotic
Definition at line 363 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Clusters Pt in the cone, per supermodule.
Definition at line 639 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone, per T-Card index.
Definition at line 651 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
private |
! Event plane angle vs pT.
Definition at line 333 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Isolated particle with pt threshold frac.
Definition at line 576 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with pt frac.
Definition at line 603 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
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().
|
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().
|
private |
! Cluster/track Pt in the cone.
Definition at line 352 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Particle Pt in the cone versus centrality.
Definition at line 370 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Number of isolated particles vs pT.
Definition at line 331 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated exotic cluster vs pT.
Definition at line 344 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated mcTypes particle.
Definition at line 550 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 772 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
Candidate Pt distribution depending on bin of cone leading particle.
Definition at line 655 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
private |
! Particle Pt in the cone.
Definition at line 571 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
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().
|
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().
|
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().
|
private |
! Number of isolated particles vs NLM in cluster.
Definition at line 334 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated particles vs NLM in cluster.
Definition at line 341 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated leading particles vs pT.
Definition at line 340 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated exotic cluster vs pT.
Definition at line 345 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated mcTypes particle.
Definition at line 549 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated particles.
Definition at line 774 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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().
|
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().
|
private |
! Input particle pT distribution per SM
Definition at line 627 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Input particle pT distribution per T-Card index.
Definition at line 643 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs pT.
Definition at line 507 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
private |
! Eta decay photons isolated, not overlapped decay.
Definition at line 544 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
! Eta decay photons, not overlapped decay.
Definition at line 536 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 531 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 532 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of isolation cone.
Definition at line 530 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta isolated with overlapped decay photons.
Definition at line 547 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta with overlapped decay photons.
Definition at line 546 of file AliAnaParticleIsolation.