![]() |
AliPhysics
8417398 (8417398)
|
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... | |
Public Member Functions | |
AliAnaParticleIsolation () | |
Default constructor. Initialize parameters. More... | |
virtual | ~AliAnaParticleIsolation () |
Virtual destructor. More... | |
void | CalculateCaloUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand) |
Get the clusters pT or sum of pT in phi/eta bands or at 45 degrees from trigger. More... | |
void | CalculateCaloCellUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand) |
Get the cells amplitude or sum of amplitude in phi/eta bands or at 45 degrees from trigger. More... | |
void | CalculateTrackUEBand (AliAODPWG4ParticleCorrelation *pCandidate, Float_t &etaBand, Float_t &phiBand) |
Get the track pT or sum of pT in phi/eta bands or at 45 degrees from trigger. More... | |
void | CalculateCaloSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumCluster, Float_t &coneptLeadCluster) |
Get the cluster pT or sum of pT in isolation cone. More... | |
void | CalculateCaloCellSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumCell) |
void | CalculateTrackSignalInCone (AliAODPWG4ParticleCorrelation *aodParticle, Float_t &coneptsumTrack, Float_t &coneptLeadTrack) |
Get the track pT or sum of pT in isolation cone. More... | |
void | CalculateNormalizeUEBandPerUnitArea (AliAODPWG4ParticleCorrelation *pCandidate, Float_t coneptsumCluster, Float_t coneptsumCell, Float_t coneptsumTrack, Float_t &etaBandptsumTrackNorm, Float_t &etaBandptsumClusterNorm) |
Normalize phi/eta band per area unit. More... | |
TObjString * | GetAnalysisCuts () |
Save parameters used for analysis. More... | |
TList * | GetCreateOutputObjects () |
void | Init () |
Do some checks and init stuff. More... | |
void | InitParameters () |
void | MakeAnalysisFillAOD () |
void | MakeAnalysisFillHistograms () |
Do analysis and fill histograms. More... | |
void | Print (const Option_t *opt) const |
Print some relevant parameters set for the analysis. More... | |
void | FillPileUpHistograms (Float_t energy, Float_t time) |
Fill some histograms to understand pile-up. More... | |
void | FillAcceptanceHistograms () |
void | FillTrackMatchingShowerShapeControlHistograms (AliAODPWG4ParticleCorrelation *pCandidate, Float_t coneptsum, Float_t coneleadpt, Int_t mcIndex) |
Fill Track matching and Shower Shape control histograms. More... | |
Bool_t | IsTriggerTheNearSideEventLeadingParticle (Int_t &idLeading) |
void | MakeSeveralICAnalysis (AliAODPWG4ParticleCorrelation *ph, Int_t mcIndex) |
Isolation Cut Analysis for both methods and different pt cuts and cones. More... | |
TString | GetTriggerDetectorString () const |
TString | GetTriggerDetector () const |
Int_t | GetNCones () const |
Int_t | GetNPtThresFrac () const |
Float_t | GetConeSizes (Int_t i) const |
Float_t | GetPtThresholds (Int_t i) const |
Float_t | GetSumPtThresholds (Int_t i) const |
Float_t | GetPtFractions (Int_t i) const |
Int_t | GetMCIndex (Int_t mcTag) |
MC histogram index depending on origin of candidate. More... | |
void | SetTriggerDetector (TString &det) |
Set the detrimeter for the analysis. More... | |
void | SetTriggerDetector (Int_t det) |
Set the detrimeter for the analysis. More... | |
void | SetNCones (Int_t ncs) |
void | SetNPtThresFrac (Int_t npt) |
void | SetConeSizes (Int_t i, Float_t r) |
void | SetPtThresholds (Int_t i, Float_t pt) |
void | SetPtFractions (Int_t i, Float_t pt) |
void | SetSumPtThresholds (Int_t i, Float_t pt) |
void | SetMinCellsAngleOverlap (Float_t n) |
Bool_t | IsReIsolationOn () const |
void | SwitchOnReIsolation () |
void | SwitchOffReIsolation () |
Bool_t | IsSeveralIsolationOn () const |
void | SwitchOnSeveralIsolation () |
void | SwitchOffSeveralIsolation () |
void | SwitchOnTMHistoFill () |
void | SwitchOffTMHistoFill () |
void | SwitchOnSSHistoFill () |
void | SwitchOffSSHistoFill () |
void | SwitchOnFillEMCALRegionSSHistograms () |
void | SwitchOffFillEMCALRegionSSHistograms () |
Bool_t | IsLeadingOnlyOn () const |
void | SwitchOnLeadingOnly () |
void | SwitchOffLeadingOnly () |
void | SwitchOnCheckNeutralClustersForLeading () |
void | SwitchOffCheckNeutralClustersForLeading () |
void | SwitchOnUEBandSubtractionHistoFill () |
void | SwitchOffUEBandSubtractionHistoFill () |
void | SwitchOnCellHistoFill () |
void | SwitchOffCellHistoFill () |
void | SwitchOnNLMHistoFill () |
void | SwitchOffNLMHistoFill () |
void | SwitchOnDecayTaggedHistoFill () |
void | SwitchOffDecayTaggedHistoFill () |
void | SetNDecayBits (Int_t n) |
void | SetDecayBits (Int_t i, UInt_t bit) |
void | SetM02CutForTaggedDecays (Float_t m02) |
void | SwitchOnBackgroundBinHistoFill () |
void | SwitchOffBackgroundBinHistoFill () |
void | SetNBackgroundBins (Int_t n) |
void | SetBackgroundLimits (Int_t i, Float_t l) |
void | SwitchOnPtTrigBinHistoFill () |
void | SwitchOffPtTrigBinHistoFill () |
void | SetNPtTrigBins (Int_t n) |
void | SetPtTrigLimits (Int_t i, Float_t l) |
void | SwitchOnPrimariesInConeSelection () |
void | SwitchOffPrimariesInConeSelection () |
void | SwitchOnPrimariesPi0DecayStudy () |
void | SwitchOffPrimariesPi0DecayStudy () |
void | SwitchOnOverlapHistograms () |
void | SwitchOffOverlapHistograms () |
![]() | |
AliAnaCaloTrackCorrBaseClass () | |
virtual | ~AliAnaCaloTrackCorrBaseClass () |
Destructor. More... | |
virtual void | InitDebug () |
virtual void | FillEventMixPool () |
virtual void | Terminate (TList *) |
virtual void | AddToHistogramsName (TString add) |
virtual TString | GetAddedHistogramsStringToName () const |
virtual TString | GetBaseParametersList () |
virtual Int_t | GetDebug () const |
virtual void | SetDebug (Int_t d) |
virtual Int_t | GetEventNumber () const |
virtual Int_t | GetTrackMultiplicity () const |
virtual AliCentrality * | GetCentrality () const |
virtual AliMultSelection * | GetMultSelCen () const |
virtual Int_t | GetEventCentrality () const |
virtual AliEventplane * | GetEventPlane () const |
virtual Double_t | GetEventPlaneAngle () const |
virtual TString | GetEventPlaneMethod () const |
virtual void | AddAODParticle (AliAODPWG4Particle part) |
virtual void | ConnectInputOutputAODBranches () |
virtual TClonesArray * | GetCreateOutputAODBranch () |
Create AOD branch filled in the analysis. More... | |
virtual TString | GetInputAODName () const |
virtual void | SetInputAODName (TString name) |
virtual TString | GetOutputAODName () const |
virtual void | SetOutputAODName (TString name) |
virtual Bool_t | NewOutputAOD () const |
virtual TString | GetOutputAODClassName () const |
virtual void | SetOutputAODClassName (TString name) |
virtual TString | GetAODObjArrayName () const |
virtual void | SetAODObjArrayName (TString name) |
virtual TClonesArray * | GetInputAODBranch () const |
virtual TClonesArray * | GetOutputAODBranch () const |
virtual TClonesArray * | GetAODBranch (const TString &aodBranchName) const |
Recover ouput and input AOD pointers for each event in AliCaloTrackMaker. More... | |
virtual TClonesArray * | GetAODCaloClusters () const |
virtual TClonesArray * | GetAODTracks () const |
virtual AliVCaloCells * | GetPHOSCells () const |
virtual AliVCaloCells * | GetEMCALCells () const |
virtual TObjArray * | GetCTSTracks () const |
virtual TObjArray * | GetEMCALClusters () const |
virtual TObjArray * | GetPHOSClusters () const |
virtual TClonesArray * | GetNonStandardJets () const |
virtual AliAODJetEventBackground * | GetBackgroundJets () const |
virtual Int_t | GetCalorimeter () const |
virtual TString | GetCalorimeterString () const |
virtual void | SetCalorimeter (TString &calo) |
Set the calorimeter for the analysis. A string. More... | |
virtual void | SetCalorimeter (Int_t calo) |
Set the calorimeter for the analysis. An integer. More... | |
virtual Bool_t | IsDataMC () const |
virtual void | SwitchOnDataMC () |
virtual void | SwitchOffDataMC () |
virtual Bool_t | IsFiducialCutOn () const |
virtual void | SwitchOnFiducialCut () |
virtual void | SwitchOffFiducialCut () |
virtual Bool_t | IsRealCaloAcceptanceOn () const |
virtual void | SwitchOnRealCaloAcceptance () |
virtual void | SwitchOffRealCaloAcceptance () |
virtual Bool_t | IsCaloPIDOn () const |
virtual void | SwitchOnCaloPID () |
virtual void | SwitchOffCaloPID () |
virtual Bool_t | MakePlotsOn () const |
virtual void | SwitchOnPlotsMaking () |
virtual void | SwitchOffPlotsMaking () |
virtual Bool_t | IsPileUpAnalysisOn () const |
virtual void | SwitchOnFillPileUpHistograms () |
virtual void | SwitchOffFillPileUpHistograms () |
virtual Bool_t | IsHighMultiplicityAnalysisOn () const |
virtual void | SwitchOnFillHighMultiplicityHistograms () |
virtual void | SwitchOffFillHighMultiplicityHistograms () |
virtual Float_t | GetMaxPt () const |
virtual Float_t | GetMinPt () const |
virtual void | SetMaxPt (Float_t pt) |
virtual void | SetMinPt (Float_t pt) |
virtual void | SetPtCutRange (Double_t mi, Double_t ma) |
virtual Float_t | GetMaxEnergy () const |
virtual Float_t | GetMinEnergy () const |
virtual void | SetMaxEnergy (Float_t e) |
virtual void | SetMinEnergy (Float_t e) |
virtual void | SetEnergyCutRange (Double_t mi, Double_t ma) |
virtual void | SetPairTimeCut (Float_t t) |
virtual Float_t | GetPairTimeCut () const |
Time cut in ns. More... | |
Int_t | GetFirstSMCoveredByTRD () const |
Time cut in ns. More... | |
void | SetFirstSMCoveredByTRD (Int_t n) |
virtual Int_t | GetNZvertBin () const |
virtual Int_t | GetNRPBin () const |
Number of bins in vertex. More... | |
virtual Int_t | GetNCentrBin () const |
Number of bins in reaction plain. More... | |
virtual Int_t | GetNTrackMultBin () const |
Number of bins in centrality. More... | |
virtual Int_t | GetNMaxEvMix () const |
Number of bins in track multiplicity. More... | |
virtual Float_t | GetZvertexCut () const |
Maximal number of events for mixin. More... | |
virtual Int_t | GetTrackMultiplicityBin () const |
Cut on vertex position. More... | |
virtual Int_t | GetEventCentralityBin () const |
virtual Int_t | GetEventRPBin () const |
virtual Int_t | GetEventVzBin () const |
virtual Int_t | GetEventMixBin () const |
virtual Int_t | GetEventMixBin (Int_t iCen, Int_t iVz, Int_t iRP) const |
virtual Double_t | GetEventWeight () const |
virtual void | SetNZvertBin (Int_t n=1) |
virtual void | SetNRPBin (Int_t n=1) |
Number of bins for vertex position. More... | |
virtual void | SetNCentrBin (Int_t n=1) |
Number of bins in reaction plain. More... | |
virtual void | SetNTrackMultBin (Int_t n=1) |
Number of bins in centrality. More... | |
virtual void | SetNMaxEvMix (Int_t n=20) |
Number of bins in track multiplicity. More... | |
virtual void | SetTrackMultiplicityBin (Int_t bin, Int_t mult) |
Maximal number of events for mixing. More... | |
virtual void | SwitchOnTrackMultBins () |
virtual void | SwitchOffTrackMultBins () |
virtual void | SwitchOnOwnMix () |
virtual void | SwitchOffOwnMix () |
virtual Bool_t | DoOwnMix () const |
virtual Bool_t | UseTrackMultBins () const |
virtual Int_t | CheckMixedEventVertex (Int_t caloLabel, Int_t trackLabel) |
virtual AliMixedEvent * | GetMixedEvent () const |
virtual Int_t | GetNMixedEvent () const |
virtual void | GetVertex (Double_t vertex[3]) const |
virtual Double_t * | GetVertex (Int_t evtIndex) const |
virtual void | GetVertex (Double_t vertex[3], Int_t evtIndex) const |
virtual Int_t | GetV0Signal (Int_t i) const |
virtual Int_t | GetV0Multiplicity (Int_t i) const |
Float_t | GetPhi (Float_t phi) const |
Shift phi angle in case of negative value 360 degrees. Example TLorenzVector::Phi defined in -pi to pi. More... | |
Float_t | DegToRad (Float_t deg) const |
Float_t | RadToDeg (Float_t rad) const |
virtual Bool_t | IsTrackMatched (AliVCluster *cluster, AliVEvent *event) |
virtual Int_t | GetModuleNumberCellIndexes (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU) const |
virtual Int_t | GetModuleNumberCellIndexesAbsCaloMap (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU, Int_t &icolAbs, Int_t &irowAbs) const |
virtual Int_t | GetModuleNumber (AliAODPWG4Particle *part) const |
virtual Int_t | GetModuleNumber (AliVCluster *cluster) const |
virtual AliVCluster * | FindCluster (TObjArray *clusters, Int_t clId, Int_t &iclus, Int_t first=0) |
virtual AliStack * | GetMCStack () const |
virtual AliHeader * | GetMCHeader () const |
virtual AliGenEventHeader * | GetMCGenEventHeader () const |
virtual AliCaloPID * | GetCaloPID () |
virtual AliCalorimeterUtils * | GetCaloUtils () const |
virtual AliFiducialCut * | GetFiducialCut () |
virtual AliHistogramRanges * | GetHistogramRanges () |
virtual AliIsolationCut * | GetIsolationCut () |
virtual AliMCAnalysisUtils * | GetMCAnalysisUtils () |
virtual AliNeutralMesonSelection * | GetNeutralMesonSelection () |
virtual AliCaloTrackReader * | GetReader () const |
virtual AliEMCALGeometry * | GetEMCALGeometry () const |
virtual AliPHOSGeoUtils * | GetPHOSGeometry () const |
virtual void | SetCaloPID (AliCaloPID *pid) |
virtual void | SetCaloUtils (AliCalorimeterUtils *caloutils) |
virtual void | SetFiducialCut (AliFiducialCut *fc) |
virtual void | SetHistogramRanges (AliHistogramRanges *hr) |
virtual void | SetIsolationCut (AliIsolationCut *ic) |
virtual void | SetMCAnalysisUtils (AliMCAnalysisUtils *mcutils) |
virtual void | SetNeutralMesonSelection (AliNeutralMesonSelection *const nms) |
virtual void | SetReader (AliCaloTrackReader *reader) |
Static Public Attributes | |
static const Int_t | 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 | fFillEMCALRegionSSHistograms |
Fill shower shape histograms in EMCal slices. More... | |
Bool_t | fFillUEBandSubtractHistograms |
Fill histograms working on the UE subtraction. More... | |
Bool_t | fFillCellHistograms |
Fill cell histograms. More... | |
Bool_t | fFillOverlapHistograms |
Fill histograms that depend on number of overlaps. More... | |
Bool_t | 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... | |
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... | |
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 * | 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 * | fhPtTrackInConeOtherBC |
! Track Pt in the cone, tracks out of main BC Time window. More... | |
TH2F * | fhPtTrackInConeOtherBCPileUpSPD |
! Track Pt in the cone, tracks out of main BC Time window. More... | |
TH2F * | fhPtTrackInConeBC0 |
! Track Pt in the cone, tracks in BC=0. 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 * | fhPtInPerpCone |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90). 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 * | fhEtaBandCluster |
! Accumulated pT in Eta band to estimate UE in cone, only clusters. More... | |
TH2F * | fhPhiBandCluster |
! Accumulated pT in Phi band to estimate UE in cone, only clusters. More... | |
TH2F * | fhEtaBandTrack |
! Accumulated pT in Eta band to estimate UE in cone, only tracks. More... | |
TH2F * | fhPhiBandTrack |
! Accumulated pT in Phi band to estimate UE in cone, only tracks. More... | |
TH2F * | fhEtaBandCell |
! Accumulated pT in Eta band to estimate UE in cone, only cells. More... | |
TH2F * | fhPhiBandCell |
! Accumulated pT 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 Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCellTrack |
! Cells and tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCell |
! Cells Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCluster |
! Clusters Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtTrack |
! Tracks Sum Pt Sum Pt in the cone. 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 * | 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 * | 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 * | 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 * | fhPtLambda0MCWithNOverlap [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 * | fhPtLambda0MCConvWithNOverlap [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... | |
TH1F ** | fhPtLeadConeBin |
Candidate Pt distribution depending on bin of cone leading particle. More... | |
TH1F ** | fhSumPtConeBin |
[fNBkgBin] More... | |
TH1F ** | fhPtLeadConeBinMC |
[fNBkgBin] More... | |
TH1F ** | fhSumPtConeBinMC |
[fNBkgBin*fgkNmcTypes] More... | |
TH1F ** | fhPtLeadConeBinDecay |
[fNBkgBin*fgkNmcTypes] More... | |
TH1F ** | fhSumPtConeBinDecay |
[fNBkgBin*fNDecayBits] More... | |
TH2F ** | fhPtLeadConeBinLambda0 |
[fNBkgBin*fNDecayBits] More... | |
TH2F ** | fhSumPtConeBinLambda0 |
[fNBkgBin] More... | |
TH2F ** | fhPtLeadConeBinLambda0MC |
[fNBkgBin] More... | |
TH2F ** | fhSumPtConeBinLambda0MC |
[fNBkgBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinPtLeadCone |
[fNBkgBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinSumPtCone |
[fNPtTrigBin] More... | |
TH1F ** | fhPtTrigBinPtLeadConeMC |
[fNPtTrigBin] More... | |
TH1F ** | fhPtTrigBinSumPtConeMC |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinPtLeadConeDecay |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinSumPtConeDecay |
[fNBkgBin*fNDecayBits] More... | |
TH2F ** | fhPtTrigBinLambda0vsPtLeadCone |
[fNBkgBin*fNDecayBits] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtCone |
[fNPtTrigBin] More... | |
TH2F ** | fhPtTrigBinLambda0vsPtLeadConeMC |
[fNPtTrigBin] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtConeMC |
[fNPtTrigBin*fgkNmcTypes] More... | |
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 * | 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... | |
Select clusters/tracks with low particle environment in their vecinity, isolated within a cone.
This class takes a particle AOD object with format AliAODPWG4Particle produced by any of the identified particle classes (AliAnaPhoton, AliAnaElectron, AliAnaPi0EbE, AliAnaChargedParticle) and checks if there is low particle environment around it with the utils of AliIsolationCut, declaring the particle AOD object as isolated or not.
Class created from old AliPHOSGammaJet (see AliRoot versions previous Release 4-09).
More information can be found in this twiki and particularly in this section.
Definition at line 34 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 176 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 183 of file AliAnaParticleIsolation.h.
AliAnaParticleIsolation::AliAnaParticleIsolation | ( | ) |
Default constructor. Initialize parameters.
Definition at line 53 of file AliAnaParticleIsolation.cxx.
|
inlinevirtual |
Virtual destructor.
Definition at line 41 of file AliAnaParticleIsolation.h.
|
private |
Copy constructor not implemented.
void AliAnaParticleIsolation::CalculateCaloCellSignalInCone | ( | AliAODPWG4ParticleCorrelation * | aodParticle, |
Float_t & | coneptsumCell | ||
) |
Get the cell amplityde or sum of amplitudes in isolation cone. Missing: Remove signal cells in cone in case the trigger is a cluster.
Definition at line 1014 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::CalculateCaloCellUEBand | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t & | etaBand, | ||
Float_t & | phiBand | ||
) |
Get the cells amplitude or sum of amplitude in phi/eta bands or at 45 degrees from trigger.
Definition at line 425 of file AliAnaParticleIsolation.cxx.
Referenced by CalculateNormalizeUEBandPerUnitArea().
void AliAnaParticleIsolation::CalculateCaloSignalInCone | ( | AliAODPWG4ParticleCorrelation * | aodParticle, |
Float_t & | coneptsumCluster, | ||
Float_t & | coneptLeadCluster | ||
) |
Get the cluster pT or sum of pT in isolation cone.
Definition at line 950 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::CalculateCaloUEBand | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t & | etaBand, | ||
Float_t & | phiBand | ||
) |
Get the clusters pT or sum of pT in phi/eta bands or at 45 degrees from trigger.
Definition at line 343 of file AliAnaParticleIsolation.cxx.
Referenced by CalculateNormalizeUEBandPerUnitArea().
void AliAnaParticleIsolation::CalculateNormalizeUEBandPerUnitArea | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t | coneptsumCluster, | ||
Float_t | coneptsumCell, | ||
Float_t | coneptsumTrack, | ||
Float_t & | etaBandptsumTrackNorm, | ||
Float_t & | etaBandptsumClusterNorm | ||
) |
Normalize phi/eta band per area unit.
Definition at line 679 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::CalculateTrackSignalInCone | ( | AliAODPWG4ParticleCorrelation * | aodParticle, |
Float_t & | coneptsumTrack, | ||
Float_t & | coneptLeadTrack | ||
) |
Get the track pT or sum of pT in isolation cone.
Definition at line 1094 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::CalculateTrackUEBand | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t & | etaBand, | ||
Float_t & | phiBand | ||
) |
Get the track pT or sum of pT in phi/eta bands or at 45 degrees from trigger.
Definition at line 582 of file AliAnaParticleIsolation.cxx.
Referenced by CalculateNormalizeUEBandPerUnitArea().
void AliAnaParticleIsolation::FillAcceptanceHistograms | ( | ) |
Fill primary generated particle acceptance histograms if MC data is available. Only when particle is in the calorimeter. Rethink if CTS is used.
Definition at line 4946 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::FillPileUpHistograms | ( | Float_t | energy, |
Float_t | time | ||
) |
Fill some histograms to understand pile-up.
Definition at line 1164 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::FillTrackMatchingShowerShapeControlHistograms | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t | coneptsum, | ||
Float_t | coneleadpt, | ||
Int_t | mcIndex | ||
) |
Fill Track matching and Shower Shape control histograms.
Definition at line 1257 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1779 of file AliAnaParticleIsolation.cxx.
|
inline |
Definition at line 98 of file AliAnaParticleIsolation.h.
|
virtual |
Create histograms to be saved in output file and store them in outputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1842 of file AliAnaParticleIsolation.cxx.
Int_t AliAnaParticleIsolation::GetMCIndex | ( | Int_t | mcTag | ) |
MC histogram index depending on origin of candidate.
Definition at line 4249 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 96 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 97 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 101 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 99 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 100 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 95 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 94 of file AliAnaParticleIsolation.h.
|
virtual |
Do some checks and init stuff.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 4296 of file AliAnaParticleIsolation.cxx.
|
virtual |
Initialize the parameters of the analysis with default values.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 4317 of file AliAnaParticleIsolation.cxx.
Referenced by AliAnaParticleIsolation().
|
inline |
Definition at line 133 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 116 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 120 of file AliAnaParticleIsolation.h.
Bool_t AliAnaParticleIsolation::IsTriggerTheNearSideEventLeadingParticle | ( | Int_t & | idLeading | ) |
Check if the what of the selected isolation candidates is leading particle in the same hemisphere comparing with all the candidates, all the tracks or all the clusters.
Definition at line 4370 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillAOD().
|
virtual |
Do analysis and fill aods. Search for the isolated photon in GetCalorimeter() with GetMinPt() < pt < GetMaxPt() and if the particle is leading in the near side (if requested).
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 4512 of file AliAnaParticleIsolation.cxx.
|
virtual |
Do analysis and fill histograms.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 4593 of file AliAnaParticleIsolation.cxx.
void AliAnaParticleIsolation::MakeSeveralICAnalysis | ( | AliAODPWG4ParticleCorrelation * | ph, |
Int_t | mcIndex | ||
) |
Isolation Cut Analysis for both methods and different pt cuts and cones.
Definition at line 5503 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
private |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 5865 of file AliAnaParticleIsolation.cxx.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 159 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 109 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 152 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 154 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 114 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 158 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 107 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 151 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 108 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 163 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 111 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 110 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 164 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 112 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
void AliAnaParticleIsolation::SetTriggerDetector | ( | TString & | det | ) |
Set the detrimeter for the analysis.
Definition at line 5910 of file AliAnaParticleIsolation.cxx.
void AliAnaParticleIsolation::SetTriggerDetector | ( | Int_t | det | ) |
Set the detrimeter for the analysis.
Definition at line 5925 of file AliAnaParticleIsolation.cxx.
|
inline |
Definition at line 157 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 144 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 138 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 150 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 131 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 135 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 147 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 173 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 167 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 170 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 162 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 118 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 122 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 128 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 125 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 141 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 156 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 143 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 137 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 149 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 130 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 134 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 146 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 172 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 166 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 169 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 161 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 117 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 121 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 127 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 124 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 140 of file AliAnaParticleIsolation.h.
|
private |
Pt bin limits on pt content in the cone.
Definition at line 216 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), and SetBackgroundLimits().
|
private |
Compare the trigger candidate to Leading pT with the clusters pT, by default only charged.
Definition at line 210 of file AliAnaParticleIsolation.h.
Referenced by InitParameters(), IsTriggerTheNearSideEventLeadingParticle(), SwitchOffCheckNeutralClustersForLeading(), and SwitchOnCheckNeutralClustersForLeading().
|
private |
! Temporary vcluster, avoid creation per event.
Definition at line 240 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms().
|
private |
! Temporary ClustersArray, avoid creation per event.
Definition at line 241 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms().
|
private |
Array with cones to test. Multiple cones and pt thresholds analysis.
Definition at line 228 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 205 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 206 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), InitParameters(), and SetM02CutForTaggedDecays().
|
private |
Fill histograms for different bins in pt content of the cone.
Definition at line 214 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffBackgroundBinHistoFill(), and SwitchOnBackgroundBinHistoFill().
|
private |
Fill cell histograms.
Definition at line 200 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffCellHistoFill(), and SwitchOnCellHistoFill().
|
private |
Fill shower shape histograms in EMCal slices.
Definition at line 198 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillEMCALRegionSSHistograms(), and SwitchOnFillEMCALRegionSSHistograms().
|
private |
Fill NLM histograms.
Definition at line 208 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffNLMHistoFill(), and SwitchOnNLMHistoFill().
|
private |
Fill histograms that depend on number of overlaps.
Definition at line 201 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffOverlapHistograms(), and SwitchOnOverlapHistograms().
|
private |
Fill histograms for different bins in pt trigger.
Definition at line 218 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), SwitchOffPtTrigBinHistoFill(), and SwitchOnPtTrigBinHistoFill().
|
private |
Fill Shower shape plots.
Definition at line 197 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffSSHistoFill(), and SwitchOnSSHistoFill().
|
private |
Fill histograms for clusters tagged as decay.
Definition at line 203 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), MakeSeveralICAnalysis(), SwitchOffDecayTaggedHistoFill(), and SwitchOnDecayTaggedHistoFill().
|
private |
Fill track matching plots.
Definition at line 196 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), SwitchOffTMHistoFill(), and SwitchOnTMHistoFill().
|
private |
Fill histograms working on the UE subtraction.
Definition at line 199 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffUEBandSubtractionHistoFill(), and SwitchOnUEBandSubtractionHistoFill().
|
static |
Number of MC primary particle types used in the analysis in the histogram arrays.
Definition at line 180 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 188 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks leading pt in the cone.
Definition at line 287 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters leading pt in the cone.
Definition at line 288 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Trigger pt vs cluster/track leading pt.
Definition at line 291 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks vs Clusters leading pt.
Definition at line 290 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks leading pt in the cone.
Definition at line 289 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt Sum Pt in the cone.
Definition at line 293 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cells Sum Pt Sum Pt in the cone.
Definition at line 295 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cells and tracks Sum Pt Sum Pt in the cone.
Definition at line 294 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 306 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cell vs tracks Sum Pt Sum Pt in the cone.
Definition at line 355 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters Sum Pt Sum Pt in the cone.
Definition at line 296 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster / tracks Sum Pt Sum Pt in the cone.
Definition at line 352 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster vs tracks Sum Pt Sum Pt in the cone.
Definition at line 351 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cell Sum amplitude in the eta band for cells, before normalization.
Definition at line 302 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 311 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the eta band for clusters, before normalization.
Definition at line 298 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 307 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the eta band for tracks, before normalization.
Definition at line 300 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 309 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.
Definition at line 314 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 329 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 331 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 356 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 324 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 326 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 353 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 334 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 319 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 321 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 336 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 316 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Cell Sum amplitude in the phi band for cells, before normalization.
Definition at line 303 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 312 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the phi band for clusters, before normalization.
Definition at line 299 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 308 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the phi badn for tracks, before normalization.
Definition at line 301 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 310 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger.
Definition at line 315 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 330 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 332 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 357 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 325 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 327 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 354 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 335 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 320 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 322 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 337 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 317 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 379 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 375 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 371 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 377 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 373 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 369 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 378 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 374 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 370 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 376 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 372 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 368 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt Sum Pt in the cone.
Definition at line 297 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 305 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters, eta band: sum pT in cone vs bkg to subtract.
Definition at line 382 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Clusters, phi band: sum pT in cone vs bkg to subtract.
Definition at line 383 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks, eta band: sum pT in cone vs bkg to subtract.
Definition at line 380 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks, phi band: sum pT in cone vs bkg to subtract.
Definition at line 381 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! matched track dEdx vs cluster E.
Definition at line 498 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of isolated particles vs energy.
Definition at line 245 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 580 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 503 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 572 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 574 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 576 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 506 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 573 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 575 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 577 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of not isolated leading particles vs Energy.
Definition at line 254 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated particles.
Definition at line 582 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 499 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs E.
Definition at line 389 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Accumulated pT in Eta band to estimate UE in cone, only cells.
Definition at line 284 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 363 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Accumulated pT in Eta band to estimate UE in cone, only clusters.
Definition at line 280 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 359 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 365 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 361 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Accumulated pT in Eta band to estimate UE in cone, only tracks.
Definition at line 282 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! eta of isolated particles.
Definition at line 251 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta of isolated mcTypes particle.
Definition at line 437 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta vs. phi of all clusters.
Definition at line 276 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! eta vs phi of (not) isolated leading Pi0 decay particles.
Definition at line 258 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 483 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 482 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of clusters in cone.
Definition at line 275 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in cone.
Definition at line 277 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! eta vs phi of isolated particles.
Definition at line 252 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 604 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta vs phi of not isolated leading particles.
Definition at line 253 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 468 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt frac.
Definition at line 467 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 472 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt sum.
Definition at line 471 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 464 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt threshold.
Definition at line 463 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 476 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 475 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of all tracks.
Definition at line 278 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Pt vs Eta of generated photon.
Definition at line 387 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of cells acceptance in eta.
Definition at line 346 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 347 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of cells acceptance in phi.
Definition at line 348 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 349 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of clusters acceptance in eta.
Definition at line 341 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 342 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of clusters acceptance in phi.
Definition at line 343 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 344 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of tracks acceptance in eta.
Definition at line 339 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 340 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E, in different EMCal regions
Definition at line 603 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape of photon conversions, depending on conversion vertex.
Definition at line 595 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD
Definition at line 596 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 593 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
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 594 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
[fNPtTrigBin*fgkNmcTypes]
! Number of maxima in selected clusters.
Definition at line 571 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90).
Definition at line 272 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 457 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 456 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Accumulated pT in Phi band to estimate UE in cone, only cells.
Definition at line 285 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 364 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Accumulated pT in Phi band to estimate UE in cone, only clusters.
Definition at line 281 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 360 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 366 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 362 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Accumulated pT in Phi band to estimate UE in cone, only tracks.
Definition at line 283 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! phi of isolated particles.
Definition at line 250 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi of isolated mcTypes particle.
Definition at line 436 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt vs Phi of generated photon.
Definition at line 388 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Cell amplitude in the cone.
Definition at line 263 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Centrality vs pT.
Definition at line 247 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster Pt in the cone.
Definition at line 262 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Number of (non) isolated Pi0 decay particles (invariant mass tag).
Definition at line 257 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 439 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Event plane angle vs pT.
Definition at line 248 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Isolated particle with pt threshold frac.
Definition at line 460 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with pt frac.
Definition at line 487 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 481 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 480 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Cluster/track Pt in the cone.
Definition at line 261 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Particle Pt in the cone versus centrality.
Definition at line 271 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Particle Pt in the cone, if event is from pile-up (SPD method).
Definition at line 270 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 273 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Number of isolated particles vs pT.
Definition at line 246 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated mcTypes particle.
Definition at line 435 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 581 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 504 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 259 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 441 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 442 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 445 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 448 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). At least one overlap from other particles.
Definition at line 444 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 447 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 507 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
Candidate Pt distribution depending on bin of cone leading particle.
Definition at line 511 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 523 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 529 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 535 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 517 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Particle Pt in the cone.
Definition at line 455 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Number of isolated particles vs NLM in cluster.
Definition at line 249 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated particles vs NLM in cluster.
Definition at line 256 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated leading particles vs pT.
Definition at line 255 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated mcTypes particle.
Definition at line 434 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated particles.
Definition at line 583 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 450 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 451 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs pT.
Definition at line 390 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 424 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 425 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 426 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons isolated, not overlapped decay.
Definition at line 427 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 422 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 423 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of isolation cone, isolated.
Definition at line 421 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 416 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 417 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 418 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, not overlapped decay.
Definition at line 419 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 414 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 415 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of isolation cone.
Definition at line 413 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta isolated with overlapped decay photons.
Definition at line 430 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta with overlapped decay photons.
Definition at line 429 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated isolated photon vs pT.
Definition at line 391 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated.
Definition at line 404 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated.
Definition at line 405 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated.
Definition at line 406 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons isolated, not overlapped decay.
Definition at line 407 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 402 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 403 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of isolation cone, isolated.
Definition at line 401 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold.
Definition at line 396 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap.
Definition at line 397 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap.
Definition at line 398 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, not overlapped decay.
Definition at line 399 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance.
Definition at line 394 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance.
Definition at line 395 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of isolation cone.
Definition at line 393 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 isolated with overlapped decay photons.
Definition at line 410 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 with overlapped decay photons.
Definition at line 409 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt fra, only for decay bit fDecayBits[0].
Definition at line 469 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 473 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt threshold, only for decay bit fDecayBits[0].
Definition at line 465 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated decay particle with threshold on cone sum density, only for decay bit fDecayBits[0].
Definition at line 478 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 477 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with pt threshold.
Definition at line 459 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with pt threshold.
Definition at line 486 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Track Pt in the cone.
Definition at line 264 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks in BC=0.
Definition at line 267 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks in BC=0.
Definition at line 269 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks out of main BC Time window.
Definition at line 265 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks out of main BC Time window.
Definition at line 266 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks in BC=0.
Definition at line 268 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate shower shape distribution depending vs cone leading particle in pT trigger bins.
Definition at line 559 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate shower shape distribution depending vs cone leading particle in pT trigger bins, per MC particle.
Definition at line 565 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate shower shape distribution depending vs of cone sum pt in pT trigger bins.
Definition at line 562 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate shower shape distribution depending vs cone sum pt in pT trigger bins, per MC particle.
Definition at line 568 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate pt bin, distribution of cone leading particle pt.
Definition at line 541 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate pt bin, distribution of cone leading particle pt, tagged as decay.
Definition at line 553 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate pt bin, distribution of cone leading particle pt, per MC particle.
Definition at line 547 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate pt bin, distribution of cone sum particle pt.
Definition at line 544 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate pt bin, distribution of cone sum particle pt, tagged as decay.
Definition at line 556 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate pt bin, distribution of cone sum particle pt, per MC particle.
Definition at line 550 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate Pt distribution depending on bin of cone sum pt.
Definition at line 514 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate Pt distribution depending on bin of cone sum pt, tagged as decay.
Definition at line 526 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate shower shape distribution depending on bin of cone sum pt.
Definition at line 532 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate shower shape distribution depending on bin of cone sum pt, per MC particle.
Definition at line 538 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate Pt distribution depending on bin of cone sum pt, per MC particle.
Definition at line 520 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Isolated particle with threshold on cone pt sum.
Definition at line 461 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with threshold on cone pt sum.
Definition at line 488 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Sum Pt in the cone.
Definition at line 454 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! mcTypes particle for sum Pt, different cone.
Definition at line 489 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Time of cluster vs E, no cut.
Definition at line 584 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs E, IsSPDPileUp.
Definition at line 585 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs E, IsSPDPileUpMulti.
Definition at line 586 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs n pile-up vertex from SPD contributors.
Definition at line 589 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs n pile-up vertices from SPD.
Definition at line 587 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs n pile-up vertices from Tracks.
Definition at line 588 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs difference of z diamond and pile-up vertex.
Definition at line 591 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs difference of z main vertex and pile-up vertex.
Definition at line 590 of file AliAnaParticleIsolation.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E.
Definition at line 492 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV.
Definition at line 494 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV for mcTypes particle.
Definition at line 497 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E for mcTypes particle.
Definition at line 495 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E.
Definition at line 493 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E for mcTypes particle.
Definition at line 496 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
! Trace origin of matched particle.
Definition at line 500 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillTrackMatchingShowerShapeControlHistograms(), and GetCreateOutputObjects().
|
private |
Candidate particle for isolation detector.
Definition at line 192 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), GetCreateOutputObjects(), GetTriggerDetector(), InitParameters(), and SetTriggerDetector().
|
private |
Candidate particle for isolation detector.
Definition at line 193 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetTriggerDetectorString(), InitParameters(), Print(), and SetTriggerDetector().
|
private |
Do isolation with leading particle.
Definition at line 209 of file AliAnaParticleIsolation.h.
Referenced by InitParameters(), IsLeadingOnlyOn(), SwitchOffLeadingOnly(), and SwitchOnLeadingOnly().
|
private |
Fill dedicated histograms for primary decay photons.
Definition at line 212 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), GetCreateOutputObjects(), SwitchOffPrimariesPi0DecayStudy(), and SwitchOnPrimariesPi0DecayStudy().
|
private |
Do analysis for different IC.
Definition at line 195 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), Init(), InitParameters(), IsSeveralIsolationOn(), IsTriggerTheNearSideEventLeadingParticle(), MakeAnalysisFillAOD(), MakeAnalysisFillHistograms(), Print(), SwitchOffSeveralIsolation(), and SwitchOnSeveralIsolation().
|
private |
Number of cells that define the cluster overlap.
Definition at line 222 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), InitParameters(), and SetMinCellsAngleOverlap().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 235 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 236 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 233 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateCaloUEBand(), FillAcceptanceHistograms(), IsTriggerTheNearSideEventLeadingParticle(), and MakeSeveralICAnalysis().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 234 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms().
|
private |
Number of bins on pt content in cone.
Definition at line 215 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), SetBackgroundLimits(), and SetNBackgroundBins().
|
private |
Number of cone sizes to test. Multiple cones and pt thresholds analysis.
Definition at line 225 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), GetNCones(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetNCones().
|
private |
In case of study of decay triggers, select the decay bit.
Definition at line 204 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), MakeSeveralICAnalysis(), and SetNDecayBits().
|
private |
Number of ptThres and ptFrac to test. Multiple cones and pt thresholds analysis.
Definition at line 226 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), GetNPtThresFrac(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetNPtThresFrac().
|
private |
Number of bins on pt trigger.
Definition at line 219 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), SetNPtTrigBins(), and SetPtTrigLimits().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 238 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and MakeAnalysisFillHistograms().
|
private |
Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis.
Definition at line 230 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetPtFractions(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetPtFractions().
|
private |
Array with pt thresholds to test. Multiple cones and pt thresholds analysis.
Definition at line 229 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetPtThresholds(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetPtThresholds().
|
private |
Pt bin limits on pt trigger.
Definition at line 220 of file AliAnaParticleIsolation.h.
Referenced by FillTrackMatchingShowerShapeControlHistograms(), GetCreateOutputObjects(), InitParameters(), and SetPtTrigLimits().
|
private |
Do isolation analysis.
Definition at line 194 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), InitParameters(), IsReIsolationOn(), MakeAnalysisFillHistograms(), Print(), SwitchOffReIsolation(), and SwitchOnReIsolation().
|
private |
In primary particle isolation studies, select only particles in isolation cone within detector acceptance and E cut.
Definition at line 211 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), SwitchOffPrimariesInConeSelection(), and SwitchOnPrimariesInConeSelection().
|
private |
Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis.
Definition at line 231 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetAnalysisCuts(), GetCreateOutputObjects(), GetSumPtThresholds(), InitParameters(), MakeSeveralICAnalysis(), Print(), and SetSumPtThresholds().
|
private |
! Temporary vector, avoid creation per event.
Definition at line 237 of file AliAnaParticleIsolation.h.
Referenced by IsTriggerTheNearSideEventLeadingParticle().