![]() |
AliPhysics
914d8ff (914d8ff)
|
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 &coneptsumSubEtaBand, Float_t &coneptsumSubPhiBand) |
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 coneptsumTrack, Float_t coneptsumCluster, Float_t coneleadpt, Int_t mcIndex) |
Fill Track matching and Shower Shape control histograms. More... | |
Bool_t | IsTriggerTheNearSideEventLeadingParticle (Int_t &idLeading) |
void | MakeSeveralICAnalysis (AliAODPWG4ParticleCorrelation *ph, Int_t mcIndex) |
Isolation Cut Analysis for both methods and different pt cuts and cones. More... | |
void | StudyEMCALRegions (Float_t pt, Float_t phi, Float_t eta, Float_t m02, Float_t coneptsumTrack, Float_t coneptsumCluster, Bool_t isolated, Int_t iSM) |
void | StudyMCConversionRadius (Float_t pt, Bool_t isolated, Int_t iSM, Float_t m02, Int_t mcTag, Int_t label) |
TString | GetTriggerDetectorString () const |
TString | GetTriggerDetector () const |
Int_t | GetNCones () const |
Int_t | GetNPtThresFrac () const |
Float_t | GetConeSizes (Int_t i) const |
Float_t | GetPtThresholds (Int_t i) const |
Float_t | GetSumPtThresholds (Int_t i) const |
Float_t | GetPtFractions (Int_t i) const |
Int_t | GetMCIndex (Int_t mcTag) |
MC histogram index depending on origin of candidate. More... | |
void | SetTriggerDetector (TString &det) |
Set the detector for the analysis. More... | |
void | SetTriggerDetector (Int_t det) |
Set the detector for the analysis. More... | |
void | SetNCones (Int_t ncs) |
void | SetNPtThresFrac (Int_t npt) |
void | SetConeSizes (Int_t i, Float_t r) |
void | SetPtThresholds (Int_t i, Float_t pt) |
void | SetPtFractions (Int_t i, Float_t pt) |
void | SetSumPtThresholds (Int_t i, Float_t pt) |
void | SetMinCellsAngleOverlap (Float_t n) |
Bool_t | IsReIsolationOn () const |
void | SwitchOnReIsolation () |
void | SwitchOffReIsolation () |
Bool_t | IsSeveralIsolationOn () const |
void | SwitchOnSeveralIsolation () |
void | SwitchOffSeveralIsolation () |
void | SwitchOnTMHistoFill () |
void | SwitchOffTMHistoFill () |
void | SwitchOnSSHistoFill () |
void | SwitchOffSSHistoFill () |
void | SwitchOnFillEMCALRegionHistograms () |
void | SwitchOffFillEMCALRegionHistograms () |
Bool_t | IsLeadingOnlyOn () const |
void | SwitchOnLeadingOnly () |
void | SwitchOffLeadingOnly () |
void | SwitchOnCheckNeutralClustersForLeading () |
void | SwitchOffCheckNeutralClustersForLeading () |
void | SwitchOnUEBandSubtractionHistoFill (Int_t lev=1) |
void | SwitchOffUEBandSubtractionHistoFill () |
void | SwitchOnCellHistoFill () |
void | SwitchOffCellHistoFill () |
void | SwitchOnNLMHistoFill () |
void | SwitchOffNLMHistoFill () |
void | SwitchOnDecayTaggedHistoFill () |
void | SwitchOffDecayTaggedHistoFill () |
void | SetNDecayBits (Int_t n) |
void | SetDecayBits (Int_t i, UInt_t bit) |
void | SetM02CutForTaggedDecays (Float_t m02) |
void | SwitchOnBackgroundBinHistoFill () |
void | SwitchOffBackgroundBinHistoFill () |
void | SetNBackgroundBins (Int_t n) |
void | SetBackgroundLimits (Int_t i, Float_t l) |
void | SwitchOnPtTrigBinHistoFill () |
void | SwitchOffPtTrigBinHistoFill () |
void | SetNPtTrigBins (Int_t n) |
void | SetPtTrigLimits (Int_t i, Float_t l) |
void | SwitchOnPrimariesInConeSelection () |
void | SwitchOffPrimariesInConeSelection () |
void | SwitchOnPrimariesPi0DecayStudy () |
void | SwitchOffPrimariesPi0DecayStudy () |
void | SwitchOnOverlapHistograms () |
void | SwitchOffOverlapHistograms () |
void | SwitchOnStudyTracksInCone () |
void | SwitchOffStudyTracksInCone () |
void | SwitchOnStudyMCConversionRadius () |
void | SwitchOffStudyMCConversionRadius () |
void | SwitchOnStudyExoticTrigger () |
void | SwitchOffStudyExoticTrigger () |
void | SwitchOnStudyPtCutInCone () |
void | SwitchOffStudyPtCutInCone () |
void | SwitchOnStudyEtaCutInCone () |
void | SwitchOffStudyEtaCutInCone () |
void | SwitchOnStudyRCutInCone () |
void | SwitchOffStudyRCutInCone () |
void | SetNPtCutInCone (Int_t n) |
void | SetMinPtCutInConeAt (Int_t i, Float_t l) |
void | SetMaxPtCutInConeAt (Int_t i, Float_t l) |
void | SetNEtaCutInCone (Int_t n) |
void | SetEtaCutInConeAt (Int_t i, Float_t l) |
void | SetNRCutInCone (Int_t n) |
void | SetRCutInConeAt (Int_t i, Float_t l) |
void | SetNNCellsInCandidate (Int_t n) |
void | SetNCellsInCandidateAt (Int_t i, Int_t l) |
void | SetNExoCutInCandidate (Int_t n) |
void | SetExoCutInCandidateAt (Int_t i, Float_t l) |
![]() | |
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 Double_t | GetParticlePtWeight (Float_t pt, Int_t pdg, TString genName, Int_t igen) const |
virtual void | SetNZvertBin (Int_t n=1) |
virtual void | SetNRPBin (Int_t n=1) |
Number of bins for vertex position. More... | |
virtual void | SetNCentrBin (Int_t n=1) |
Number of bins in reaction plain. More... | |
virtual void | SetNTrackMultBin (Int_t n=1) |
Number of bins in centrality. More... | |
virtual void | SetNMaxEvMix (Int_t n=20) |
Number of bins in track multiplicity. More... | |
virtual void | SetTrackMultiplicityBin (Int_t bin, Int_t mult) |
Maximal number of events for mixing. More... | |
virtual void | SwitchOnTrackMultBins () |
virtual void | SwitchOffTrackMultBins () |
virtual void | SwitchOnOwnMix () |
virtual void | SwitchOffOwnMix () |
virtual Bool_t | DoOwnMix () const |
virtual Bool_t | UseTrackMultBins () const |
virtual Int_t | CheckMixedEventVertex (Int_t caloLabel, Int_t trackLabel) |
virtual AliMixedEvent * | GetMixedEvent () const |
virtual Int_t | GetNMixedEvent () const |
virtual void | GetVertex (Double_t vertex[3]) const |
virtual Double_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) |
void | SwitchOnStudyClusterOverlapsPerGenerator () |
void | SwitchOffStudyClusterOverlapsPerGenerator () |
Bool_t | IsStudyClusterOverlapsPerGeneratorOn () const |
void | SetNCocktailGenNamesToCheck (Int_t nb) |
Int_t | GetNCocktailGenNamesToCheck () const |
void | SetCocktailGenNameToCheck (Int_t i, TString v) |
TString | GetCocktailGenNameToCheck (Int_t i) const |
void | SetCocktailGenIndexToCheck (Int_t i, Int_t v) |
Int_t | GetCocktailGenIndexToCheck (Int_t i) const |
Int_t | GetCocktailGeneratorBackgroundTag (AliVCluster *clus, Int_t mctag, TString &genName, Int_t &index, TString &genNameBkg, Int_t &indexBkg) |
Static Public Attributes | |
static const Int_t | fgkNmcPrimTypes = 9 |
Number of MC primary particle types used in the analysis in the histogram arrays. More... | |
static const Int_t | fgkNmcTypes = 12 |
Number of MC type particles originating the clusters used in the analysis in the histogram arrays. More... | |
Private Member Functions | |
AliAnaParticleIsolation (const AliAnaParticleIsolation &iso) | |
Copy constructor not implemented. More... | |
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 | fFillEMCALRegionHistograms |
Fill histograms in EMCal slices. More... | |
Int_t | fFillUEBandSubtractHistograms |
Fill histograms working on the UE subtraction. 1 fill basic histograms, 2 more detailed. More... | |
Bool_t | fFillCellHistograms |
Fill cell histograms. More... | |
Bool_t | fFillOverlapHistograms |
Fill histograms that depend on number of overlaps. More... | |
Bool_t | fStudyTracksInCone |
Study tracks depending on different track info. More... | |
Bool_t | fStudyMCConversionRadius |
Study shower shape depending the conversion radius. More... | |
Bool_t | fStudyExoticTrigger |
Fill histograms with track and cluster pT when the trigger is exotic. More... | |
Bool_t | fFillTaggedDecayHistograms |
Fill histograms for clusters tagged as decay. More... | |
Int_t | fNDecayBits |
In case of study of decay triggers, select the decay bit. More... | |
UInt_t | fDecayBits [AliNeutralMesonSelection::fgkMaxNDecayBits] |
In case of study of decay triggers, select the decay. bit. More... | |
Float_t | fDecayTagsM02Cut |
Apply a m02 cut to clusters tagged as decay. More... | |
Bool_t | fFillNLMHistograms |
Fill NLM histograms. More... | |
Bool_t | fLeadingOnly |
Do isolation with leading particle. More... | |
Bool_t | fCheckLeadingWithNeutralClusters |
Compare the trigger candidate to Leading pT with the clusters pT, by default only charged. More... | |
Bool_t | fSelectPrimariesInCone |
In primary particle isolation studies, select only particles in isolation cone within detector acceptance and E cut. More... | |
Bool_t | fMakePrimaryPi0DecayStudy |
Fill dedicated histograms for primary decay photons. More... | |
Bool_t | fFillBackgroundBinHistograms |
Fill histograms for different bins in pt content of the cone. More... | |
Int_t | fNBkgBin |
Number of bins on pt content in cone. More... | |
Float_t | fBkgBinLimit [20] |
Pt bin limits on pt content in the cone. More... | |
Bool_t | fFillPtTrigBinHistograms |
Fill histograms for different bins in pt trigger. More... | |
Int_t | fNPtTrigBin |
Number of bins on pt trigger. More... | |
Float_t | fPtTrigBinLimit [20] |
Pt bin limits on pt trigger. More... | |
Float_t | fMinCellsAngleOverlap |
Number of cells that define the cluster overlap. More... | |
Int_t | fNCones |
Number of cone sizes to test. Multiple cones and pt thresholds analysis. More... | |
Int_t | fNPtThresFrac |
Number of ptThres and ptFrac to test. Multiple cones and pt thresholds analysis. More... | |
Float_t | fConeSizes [5] |
Array with cones to test. Multiple cones and pt thresholds analysis. More... | |
Float_t | fPtThresholds [5] |
Array with pt thresholds to test. Multiple cones and pt thresholds analysis. More... | |
Float_t | fPtFractions [5] |
Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis. More... | |
Float_t | fSumPtThresholds [5] |
Array with pt thresholds to test frac. Multiple cones and pt thresholds analysis. More... | |
Bool_t | fStudyPtCutInCone |
Activate study of track/cluster min pT on sum of pT in cone. More... | |
Int_t | fNPtCutsInCone |
Number of track/cluster min pT cut to test in cone for sum pT calculation. More... | |
Float_t | fMinPtCutInCone [20] |
List of track/cluster min pT cut to test in cone for sum pT calculation. More... | |
Float_t | fMaxPtCutInCone [20] |
List of track/cluster max pT cut to test in cone for sum pT calculation. More... | |
Bool_t | fStudyEtaCutInCone |
Activate study of track/cluster max eta on sum of pT in cone. More... | |
Int_t | fNEtaCutsInCone |
Number of track/cluster max eta cut to test in cone for sum pT calculation. More... | |
Float_t | fEtaCutInCone [10] |
List of track/cluster max eta cut to test in cone for sum pT calculation. More... | |
Bool_t | fStudyRCutInCone |
Activate study of track/cluster sum of pT in cone with variable size. More... | |
Int_t | fNRCutsInCone |
Number of track/cluster max R cut to test in cone for sum pT calculation. More... | |
Float_t | fRCutInCone [10] |
List of track/cluster max R cut to test in cone for sum pT calculation. More... | |
Int_t | fNNCellsInCandidate |
Number of cells in cluster selection to test in cone for sum pT calculation. More... | |
Int_t | fNCellsInCandidate [20] |
List of Number of cells in cluster selection to test in cone for sum pT calculation. More... | |
Int_t | fNExoCutInCandidate |
Number of exoticity cuts in cluster selection to test in cone for sum pT calculation. More... | |
Float_t | fExoCutInCandidate [20] |
List of exoticity cuts in cluster selection to test in cone for sum pT calculation. More... | |
TLorentzVector | fMomentum |
! Temporary vector, avoid creation per event. More... | |
TLorentzVector | fMomIso |
! Temporary vector, avoid creation per event. More... | |
TLorentzVector | fMomDaugh1 |
! Temporary vector, avoid creation per event. More... | |
TLorentzVector | fMomDaugh2 |
! Temporary vector, avoid creation per event. More... | |
TVector3 | fTrackVector |
! Temporary vector, avoid creation per event. More... | |
TVector3 | fProdVertex |
! Temporary vector, avoid creation per event. More... | |
AliVCluster * | fCluster |
! Temporary vcluster, avoid creation per event. More... | |
TObjArray * | fClustersArr |
! Temporary ClustersArray, avoid creation per event. More... | |
Bool_t | fIsExoticTrigger |
! Trigger cluster considered as exotic More... | |
Float_t | fClusterExoticity |
! Temporary container or currently analyzed cluster exoticity More... | |
TH1F * | fhEIso |
! Number of isolated particles vs energy. More... | |
TH1F * | fhPtIso |
! Number of isolated particles vs pT. More... | |
TH2F * | fhPtCentralityIso |
! Centrality vs pT. More... | |
TH2F * | fhPtEventPlaneIso |
! Event plane angle vs pT. More... | |
TH2F * | fhPtNLocMaxIso |
! Number of isolated particles vs NLM in cluster. More... | |
TH2F * | fhPhiIso |
! phi of isolated particles. More... | |
TH2F * | fhEtaIso |
! eta of isolated particles. More... | |
TH2F * | fhEtaPhiIso |
! eta vs phi of isolated particles. More... | |
TH2F * | fhEtaPhiNoIso |
! eta vs phi of not isolated leading particles. More... | |
TH1F * | fhENoIso |
! Number of not isolated leading particles vs Energy. More... | |
TH1F * | fhPtNoIso |
! Number of not isolated leading particles vs pT. More... | |
TH2F * | fhPtNLocMaxNoIso |
! Number of not isolated particles vs NLM in cluster. More... | |
TH1F * | fhEIsoExoTrigger |
! Number of isolated exotic cluster vs E. More... | |
TH1F * | fhENoIsoExoTrigger |
! Number of not isolated exotic cluster vs E. More... | |
TH1F * | fhPtIsoExoTrigger |
! Number of isolated exotic cluster vs pT. More... | |
TH1F * | fhPtNoIsoExoTrigger |
! Number of not isolated exotic cluster vs pT. More... | |
TH1F * | fhPtDecay [2][AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Number of (non) isolated Pi0 decay particles (invariant mass tag). More... | |
TH2F * | fhEtaPhiDecay [2][AliNeutralMesonSelection::fgkMaxNDecayBits] |
! eta vs phi of (not) isolated leading Pi0 decay particles. More... | |
TH2F * | fhPtLambda0Decay [2][AliNeutralMesonSelection::fgkMaxNDecayBits] |
! Shower shape of (non) isolated leading Pi0 decay particles (do not apply SS cut previously). More... | |
TH2F * | fhPtInCone |
! Cluster/track Pt in the cone. More... | |
TH2F * | fhPtClusterInCone |
! Cluster Pt in the cone. More... | |
TH2F * | fhPtCellInCone |
! Cell amplitude in the cone. More... | |
TH2F * | fhPtTrackInCone |
! Track Pt in the cone. More... | |
TH2F * | fhPtTrackInConeMCPrimary [4] |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, reconstructed pT. More... | |
TH2F * | fhPtTrackInConeMCSecondary [4] |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, reconstructed pT. More... | |
TH2F * | fhPtTrackInConeMCPrimaryGener [4] |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, generated pT. More... | |
TH2F * | fhPtTrackInConeMCSecondaryGener [4] |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, generated pT. More... | |
TH2F * | fhPtInConeExoTrigger |
! Cluster and tracks Pt in the cone. Trigger is exotic More... | |
TH2F * | fhPtClusterInConeExoTrigger |
! Clusters Pt in the cone. Trigger is exotic More... | |
TH2F * | fhPtTrackInConeExoTrigger |
! Tracks Pt in the cone. Trigger considered exotic More... | |
TH2F * | fhPtTrackInConeOtherBCPileUpSPD |
! Track Pt in the cone, tracks out of main BC Time window. More... | |
TH2F * | fhPtTrackInConeVtxBC0 |
! Track Pt in the cone, tracks in BC=0. More... | |
TH2F * | fhPtTrackInConeBC0PileUpSPD |
! Track Pt in the cone, tracks in BC=0. More... | |
TH2F * | fhPtInConePileUp [7] |
! Particle Pt in the cone, if event is from pile-up (SPD method). More... | |
TH2F * | fhPtInConeCent |
! Particle Pt in the cone versus centrality. More... | |
TH2F * | fhPerpConeSumPt |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPerpConeSumPtTOFBC0 |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More... | |
TH2F * | fhPtInPerpCone |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPtInPerpConeTOFBC0 |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0 More... | |
TH2F * | fhEtaPhiInConeCluster |
! Eta vs. phi of clusters in cone. More... | |
TH2F * | fhEtaPhiCluster |
! Eta vs. phi of all clusters. More... | |
TH2F * | fhEtaPhiInConeTrack |
! Eta vs. phi of tracks in cone. More... | |
TH2F * | fhEtaPhiTrack |
! Eta vs. phi of all tracks. More... | |
TH2F * | fhEtaPhiInPerpCone |
! Eta vs. phi of tracks in perpendicular cone More... | |
TH2F * | fhEtaPhiInPerpConeTOFBC0 |
! Eta vs. phi of tracks in perpendicular cone, with TOF BC=0. More... | |
TH2F * | fhEtaBandClusterEtaPhi |
! Eta vs Phi in Eta band to estimate UE in cone, only clusters. More... | |
TH2F * | fhPhiBandClusterEtaPhi |
! Eta vs Phi in Phi band to estimate UE in cone, only clusters. More... | |
TH2F * | fhEtaBandTrackEtaPhi |
! Eta vs Phi in Eta band to estimate UE in cone, only tracks. More... | |
TH2F * | fhPhiBandTrackEtaPhi |
! Eta vs Phi in Phi band to estimate UE in cone, only tracks. More... | |
TH2F * | fhEtaBandClusterPt |
! pT in Eta band to estimate UE in cone, only clusters. More... | |
TH2F * | fhPhiBandClusterPt |
! pT in Phi band to estimate UE in cone, only clusters. More... | |
TH2F * | fhEtaBandTrackPt |
! pT in Eta band to estimate UE in cone, only tracks. More... | |
TH2F * | fhPhiBandTrackPt |
! pT in Phi band to estimate UE in cone, only tracks. More... | |
TH2F * | fhEtaBandCell |
! Row vs Column in Eta band to estimate UE in cone, only cells. More... | |
TH2F * | fhPhiBandCell |
! Row vs Column in Phi band to estimate UE in cone, only cells. More... | |
TH2F * | fhConePtLead |
! Cluster and tracks leading pt in the cone. More... | |
TH2F * | fhConePtLeadCluster |
! Clusters leading pt in the cone. More... | |
TH2F * | fhConePtLeadTrack |
! Tracks leading pt in the cone. More... | |
TH2F * | fhConePtLeadClustervsTrack |
! Tracks vs Clusters leading pt. More... | |
TH2F * | fhConePtLeadClusterTrackFrac |
! Trigger pt vs cluster/track leading pt. More... | |
TH2F * | fhConeSumPt |
! Cluster and tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCellTrack |
! Cells and tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCell |
! Cells Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtCluster |
! Clusters Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtTrack |
! Tracks Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtExoTrigger |
! Cluster and tracks Sum Pt in the cone. Trigger is exotic More... | |
TH2F * | fhConeSumPtClusterExoTrigger |
! Clusters Sum Pt in the cone. Trigger is exotic More... | |
TH2F * | fhConeSumPtTrackExoTrigger |
! Tracks Sum Pt in the cone. Trigger considered exotic More... | |
TH2F * | fhConeSumPtEtaBandUECluster |
! Cluster Sum Pt in the eta band for clusters, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECluster |
! Cluster Sum Pt in the phi band for clusters, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUETrack |
! Track Sum Pt in the eta band for tracks, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUETrack |
! Track Sum Pt in the phi badn for tracks, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUECell |
! Cell Sum amplitude in the eta band for cells, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECell |
! Cell Sum amplitude in the phi band for cells, before normalization. More... | |
TH2F * | fhConeSumPtTrigEtaPhi |
! Cluster and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More... | |
TH2F * | fhConeSumPtCellTrackTrigEtaPhi |
! Cell and tracks Sum Pt Sum Pt in the cone, per eta-phi bin of trigger. More... | |
TH2F * | fhConeSumPtEtaBandUEClusterTrigEtaPhi |
! Cluster Sum Pt in the eta band for clusters, per eta-phi bin of trigger,before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUEClusterTrigEtaPhi |
! Cluster Sum Pt in the phi band for clusters, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUETrackTrigEtaPhi |
! Track Sum Pt in the eta band for tracks, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUETrackTrigEtaPhi |
! Track Sum Pt in the phi badn for tracks, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaBandUECellTrigEtaPhi |
! Cluster Sum amplitude in the eta band for cells, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtPhiBandUECellTrigEtaPhi |
! Cluster Sum amplitude in the phi band for cells, per eta-phi bin of trigger, before normalization. More... | |
TH2F * | fhConeSumPtEtaUESub |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESub |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackCell |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackCell |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackCellTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackCellTrigEtaPhi |
! Cluster and tracks Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUENormCluster |
! Cluster Sum Pt in the normalized eta UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUENormCluster |
! Cluster Sum Pt in the normalized phi UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCluster |
! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCluster |
! Cluster Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubClusterTrigEtaPhi |
! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubClusterTrigEtaPhi |
! Cluster Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCell |
! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCell |
! Cell Sum amplitude in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubCellTrigEtaPhi |
! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubCellTrigEtaPhi |
! Cell Sum amplitude in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtEtaUENormTrack |
! Track Sum Pt in the normalized eta UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUENormTrack |
! Track Sum Pt in the normalized phi UE cone vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrack |
! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrack |
! Track Sum Pt in the cone after bkg subtraction, vs pT trigger. More... | |
TH2F * | fhConeSumPtEtaUESubTrackTrigEtaPhi |
! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhConeSumPtPhiUESubTrackTrigEtaPhi |
! Track Sum Pt in the cone after bkg subtraction, vs eta-phi trigger. More... | |
TH2F * | fhFractionTrackOutConeEta |
! Fraction of cone out of tracks acceptance in eta. More... | |
TH2F * | fhFractionTrackOutConeEtaTrigEtaPhi |
! Fraction of cone out of tracks acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionClusterOutConeEta |
! Fraction of cone out of clusters acceptance in eta. More... | |
TH2F * | fhFractionClusterOutConeEtaTrigEtaPhi |
! Fraction of cone out of clusters acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionClusterOutConePhi |
! Fraction of cone out of clusters acceptance in phi. More... | |
TH2F * | fhFractionClusterOutConePhiTrigEtaPhi |
! Fraction of cone out of clusters acceptance in phi, vs trigger eta-phi. More... | |
TH2F * | fhFractionCellOutConeEta |
! Fraction of cone out of cells acceptance in eta. More... | |
TH2F * | fhFractionCellOutConeEtaTrigEtaPhi |
! Fraction of cone out of cells acceptance in eta, vs trigger eta-phi. More... | |
TH2F * | fhFractionCellOutConePhi |
! Fraction of cone out of cells acceptance in phi. More... | |
TH2F * | fhFractionCellOutConePhiTrigEtaPhi |
! Fraction of cone out of cells acceptance in phi, vs trigger eta-phi. More... | |
TH2F * | fhConeSumPtClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtClusterTrackFrac |
! Cluster / tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtEtaUESubClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More... | |
TH2F * | fhConeSumPtPhiUESubClustervsTrack |
! Cluster vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More... | |
TH2F * | fhConeSumPtCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone. More... | |
TH2F * | fhConeSumPtEtaUESubCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in eta band. More... | |
TH2F * | fhConeSumPtPhiUESubCellvsTrack |
! Cell vs tracks Sum Pt Sum Pt in the cone, after subtraction in phi band. More... | |
TH2F * | fhEtaBandClustervsTrack |
! Accumulated pT in Eta band to estimate UE in cone, clusters vs tracks. More... | |
TH2F * | fhPhiBandClustervsTrack |
! Accumulated pT in Phi band to estimate UE in cone, clusters vs tracks. More... | |
TH2F * | fhEtaBandNormClustervsTrack |
! Accumulated pT in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhPhiBandNormClustervsTrack |
! Accumulated pT in Phi band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhEtaBandCellvsTrack |
! Accumulated pT in Eta band to estimate UE in cone, cells vs tracks. More... | |
TH2F * | fhPhiBandCellvsTrack |
! Accumulated pT in Phi band to estimate UE in cone, cells vs tracks. More... | |
TH2F * | fhEtaBandNormCellvsTrack |
! Accumulated pT cell in Eta band to estimate UE in cone, normalized to cone size, clusters vs tracks. More... | |
TH2F * | fhPhiBandNormCellvsTrack |
! Accumulated pT cell in Phi band to estimate UE in cone, normalized to cone. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiTrack |
! Tracks, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiTrack |
! Tracks, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaTrack |
! Tracks, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaTrack |
! Tracks, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiCluster |
! Clusters, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiCluster |
! Clusters, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaCluster |
! Clusters, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaCluster |
! Clusters, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotPhiCell |
! Cells, phi band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotPhiCell |
! Cells, phi band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubvsConeSumPtTotEtaCell |
! Cells, eta band: sum pT in cone after bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtSubNormvsConeSumPtTotEtaCell |
! Cells, eta band: sum pT in cone after bkg sub normalized by sum pT in cone before bkg sub vs sum pT in cone before bkg sub. More... | |
TH2F * | fhConeSumPtVSUETracksEtaBand |
! Tracks, eta band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUETracksPhiBand |
! Tracks, phi band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUEClusterEtaBand |
! Clusters, eta band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhConeSumPtVSUEClusterPhiBand |
! Clusters, phi band: sum pT in cone vs bkg to subtract. More... | |
TH2F * | fhEtaPrimMC [fgkNmcPrimTypes] |
! Pt vs Eta of generated photon. More... | |
TH2F * | fhPhiPrimMC [fgkNmcPrimTypes] |
! Pt vs Phi of generated photon. More... | |
TH1F * | fhEPrimMC [fgkNmcPrimTypes] |
! Number of generated photon vs E. More... | |
TH1F * | fhPtPrimMC [fgkNmcPrimTypes] |
! Number of generated photon vs pT. More... | |
TH1F * | fhPtPrimMCiso [fgkNmcPrimTypes] |
! Number of generated isolated photon vs pT. More... | |
TH1F * | fhPtPrimMCPi0DecayPairOutOfCone |
! Pi0 decay photons, with decay pair out of isolation cone. More... | |
TH1F * | fhPtPrimMCPi0DecayPairOutOfAcceptance |
! Pi0 decay photons, with decay pair out of detector acceptance. More... | |
TH1F * | fhPtPrimMCPi0DecayPairOutOfAcceptanceNoOverlap |
! Pi0 decay photons, with decay pair out of detector acceptance. More... | |
TH1F * | fhPtPrimMCPi0DecayPairAcceptInConeLowPt |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold. More... | |
TH1F * | fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlap |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap. More... | |
TH1F * | fhPtPrimMCPi0DecayPairAcceptInConeLowPtNoOverlapCaloE |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap. More... | |
TH1F * | fhPtPrimMCPi0DecayPairNoOverlap |
! Pi0 decay photons, not overlapped decay. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairOutOfCone |
! Pi0 decay photons, with decay pair out of isolation cone, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairOutOfAcceptance |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairOutOfAcceptanceNoOverlap |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPt |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlap |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairAcceptInConeLowPtNoOverlapCaloE |
! Pi0 decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated. More... | |
TH1F * | fhPtPrimMCPi0DecayIsoPairNoOverlap |
! Pi0 decay photons isolated, not overlapped decay. More... | |
TH1F * | fhPtPrimMCPi0Overlap |
! Pi0 with overlapped decay photons. More... | |
TH1F * | fhPtPrimMCPi0IsoOverlap |
! Pi0 isolated with overlapped decay photons. More... | |
TH1F * | fhPtPrimMCEtaDecayPairOutOfCone |
! Eta decay photons, with decay pair out of isolation cone. More... | |
TH1F * | fhPtPrimMCEtaDecayPairOutOfAcceptance |
! Eta decay photons, with decay pair out of detector acceptance. More... | |
TH1F * | fhPtPrimMCEtaDecayPairOutOfAcceptanceNoOverlap |
! Eta decay photons, with decay pair out of detector acceptance. More... | |
TH1F * | fhPtPrimMCEtaDecayPairAcceptInConeLowPt |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold. More... | |
TH1F * | fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlap |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap. More... | |
TH1F * | fhPtPrimMCEtaDecayPairAcceptInConeLowPtNoOverlapCaloE |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap. More... | |
TH1F * | fhPtPrimMCEtaDecayPairNoOverlap |
! Eta decay photons, not overlapped decay. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairOutOfCone |
! Eta decay photons, with decay pair out of isolation cone, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairOutOfAcceptance |
! Eta decay photons, with decay pair out of detector acceptance, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairOutOfAcceptanceNoOverlap |
! Eta decay photons, with decay pair out of detector acceptance, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPt |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlap |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and do not overlap, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairAcceptInConeLowPtNoOverlapCaloE |
! Eta decay photons, with decay pair in cone and acceptance and lower pT than threshold, and larger than detector threshold, and do not overlap, isolated. More... | |
TH1F * | fhPtPrimMCEtaDecayIsoPairNoOverlap |
! Eta decay photons isolated, not overlapped decay. More... | |
TH1F * | fhPtPrimMCEtaOverlap |
! Eta with overlapped decay photons. More... | |
TH1F * | fhPtPrimMCEtaIsoOverlap |
! Eta isolated with overlapped decay photons. More... | |
TH1F * | fhPtNoIsoMC [fgkNmcTypes] |
! Number of not isolated mcTypes particle. More... | |
TH1F * | fhPtIsoMC [fgkNmcTypes] |
! Number of isolated mcTypes particle. More... | |
TH2F * | fhPhiIsoMC [fgkNmcTypes] |
! phi of isolated mcTypes particle. More... | |
TH2F * | fhEtaIsoMC [fgkNmcTypes] |
! eta of isolated mcTypes particle. More... | |
TH1F * | fhPtDecayMC [2][AliNeutralMesonSelection::fgkMaxNDecayBits][fgkNmcTypes] |
! Number of (not) isolated Pi0 decay particles (invariant mass tag) for a mcTypes particle. More... | |
TH2F * | fhPtLambda0MC [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0MCConv [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0MCWith1Overlap [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). At least one overlap from other particles. More... | |
TH2F * | fhPtLambda0MCConvWith1Overlap [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). At least one overlap from other particles. More... | |
TH2F * | fhPtLambda0MCWithNoOverlap [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously). More tha one overlap from other particles. More... | |
TH2F * | fhPtLambda0MCConvWithNoOverlap [fgkNmcTypes][2] |
! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles. More... | |
TH2F * | fhPtNOverlap [fgkNmcTypes][2] |
! Number of overlaps of (non) isolated candidates originated by mcTypes (do not apply SS cut previously). More tha one overlap from other particles. More... | |
TH2F * | fhPtNOverlapConv [fgkNmcTypes][2] |
! Number of overlaps of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously). More tha one overlap from other particles. More... | |
TH2F * | fhSumPtLeadingPt [5] |
! Sum Pt in the cone. More... | |
TH2F * | fhPtLeadingPt [5] |
! Particle Pt in the cone. More... | |
TH2F * | fhPerpSumPtLeadingPt [5] |
! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH2F * | fhPerpPtLeadingPt [5] |
! Sum Pt in the cone at the perpendicular phi region to trigger axis (phi +90). More... | |
TH1F * | fhPtThresIsolated [5][5] |
! Isolated particle with pt threshold. More... | |
TH1F * | fhPtFracIsolated [5][5] |
! Isolated particle with pt threshold frac. More... | |
TH1F * | fhSumPtIsolated [5][5] |
! Isolated particle with threshold on cone pt sum. More... | |
TH2F * | fhEtaPhiPtThresIso [5][5] |
! eta vs phi of isolated particles with pt threshold. More... | |
TH2F * | fhEtaPhiPtThresDecayIso [5][5] |
! eta vs phi of isolated particles with pt threshold, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtPtThresDecayIso [5][5] |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt threshold, only for decay bit fDecayBits[0]. More... | |
TH2F * | fhEtaPhiPtFracIso [5][5] |
! eta vs phi of isolated particles with pt frac. More... | |
TH2F * | fhEtaPhiPtFracDecayIso [5][5] |
! eta vs phi of isolated particles with pt frac, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtPtFracDecayIso [5][5] |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt fra, only for decay bit fDecayBits[0]. More... | |
TH2F * | fhEtaPhiPtSumIso [5][5] |
! eta vs phi of isolated particles with pt sum. More... | |
TH2F * | fhEtaPhiPtSumDecayIso [5][5] |
! eta vs phi of isolated particles with pt sum, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtPtSumDecayIso [5][5] |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0]. More... | |
TH2F * | fhEtaPhiSumDensityIso [5][5] |
! Isolated particle with threshold on cone sum density. More... | |
TH2F * | fhEtaPhiSumDensityDecayIso [5][5] |
! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtSumDensityIso [5][5] |
! Isolated particle with threshold on cone sum density. More... | |
TH1F * | fhPtSumDensityDecayIso [5][5] |
! Isolated decay particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtFracPtSumIso [5][5] |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum. More... | |
TH1F * | fhPtFracPtSumDecayIso [5][5] |
! Number of isolated Pi0 decay particles (invariant mass tag) with pt sum, only for decay bit fDecayBits[0]. More... | |
TH2F * | fhEtaPhiFracPtSumIso [5][5] |
! Isolated particle with threshold on cone sum density. More... | |
TH2F * | fhEtaPhiFracPtSumDecayIso [5][5] |
! Isolated particle with threshold on cone sum density, only for decay bit fDecayBits[0]. More... | |
TH1F * | fhPtThresIsolatedMC [fgkNmcTypes][5][5] |
! Isolated mcTypes particle with pt threshold. More... | |
TH1F * | fhPtFracIsolatedMC [fgkNmcTypes][5][5] |
! Isolated mcTypes particle with pt frac. More... | |
TH1F * | fhSumPtIsolatedMC [fgkNmcTypes][5][5] |
! Isolated mcTypes particle with threshold on cone pt sum. More... | |
TH2F * | fhSumPtLeadingPtMC [fgkNmcTypes][5] |
! mcTypes particle for sum Pt, different cone. More... | |
TH2F * | fhTrackMatchedDEta [2] |
! Eta distance between track and cluster vs cluster E. More... | |
TH2F * | fhTrackMatchedDPhi [2] |
! Phi distance between track and cluster vs cluster E. More... | |
TH2F * | fhTrackMatchedDEtaDPhi [2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV. More... | |
TH2F * | fhTrackMatchedDEtaMC [fgkNmcTypes][2] |
! Eta distance between track and cluster vs cluster E for mcTypes particle. More... | |
TH2F * | fhTrackMatchedDPhiMC [fgkNmcTypes][2] |
! Phi distance between track and cluster vs cluster E for mcTypes particle. More... | |
TH2F * | fhTrackMatchedDEtaDPhiMC [fgkNmcTypes][2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV for mcTypes particle. More... | |
TH2F * | fhdEdx [2] |
! matched track dEdx vs cluster E. More... | |
TH2F * | fhEOverP [2] |
! matched track E cluster over P track vs cluster E, after dEdx cut. More... | |
TH2F * | fhTrackMatchedMCParticle [2] |
! Trace origin of matched particle. More... | |
TH2F * | fhELambda0 [2] |
! Shower shape of (non) isolated photons (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0 [2] |
! Shower shape of (non) isolated photons (do not apply SS cut previously). More... | |
TH2F * | fhELambda0TRD [2] |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More... | |
TH2F * | fhPtLambda0TRD [2] |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously). More... | |
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 ** | fhPtTrigBinSumPtTrackCone |
Candidate pt bin, distribution of cone sum track pt. More... | |
TH1F ** | fhPtTrigBinSumPtClusterCone |
Candidate pt bin, distribution of cone sum cluster pt. More... | |
TH1F ** | fhPtTrigBinPtLeadConeMC |
[fNPtTrigBin] More... | |
TH1F ** | fhPtTrigBinSumPtConeMC |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinSumPtTrackConeMC |
Candidate pt bin, distribution of cone sum track pt, per MC particle. More... | |
TH1F ** | fhPtTrigBinSumPtClusterConeMC |
Candidate pt bin, distribution of cone sum cluster pt, per MC particle. More... | |
TH1F ** | fhPtTrigBinPtLeadConeDecay |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH1F ** | fhPtTrigBinSumPtConeDecay |
[fNBkgBin*fNDecayBits] More... | |
TH1F ** | fhPtTrigBinSumPtTrackConeDecay |
Candidate pt bin, distribution of cone sum track pt, tagged as decay. More... | |
TH1F ** | fhPtTrigBinSumPtClusterConeDecay |
Candidate pt bin, distribution of cone sum cluster pt, tagged as decay. More... | |
TH2F ** | fhPtTrigBinLambda0vsPtLeadCone |
[fNBkgBin*fNDecayBits] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtCone |
[fNPtTrigBin] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtTrackCone |
Candidate shower shape distribution depending vs of cone sum track pt in pT trigger bins. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtClusterCone |
Candidate shower shape distribution depending vs of cone sum cluster pt in pT trigger bins. More... | |
TH2F ** | fhPtTrigBinLambda0vsPtLeadConeMC |
[fNPtTrigBin] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtConeMC |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtTrackConeMC |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtClusterConeMC |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtConeMCNoOverlap |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtTrackConeMCNoOverlap |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle,, candidate without overlaps. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtClusterConeMCNoOverlap |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate without overlaps. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtConeMC1Overlap |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtTrackConeMC1Overlap |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle, candidate with at least 1 overlap. More... | |
TH2F ** | fhPtTrigBinLambda0vsSumPtClusterConeMC1Overlap |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate with at least 1 overlap. More... | |
TH2F * | fhNLocMax [2] |
[fNPtTrigBin*fgkNmcTypes] More... | |
TH2F * | fhELambda0LocMax1 [2] |
! E vs lambda0 of selected cluster, 1 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMax1 [2] |
! E vs lambda1 of selected cluster, 1 local maxima in cluster. More... | |
TH2F * | fhELambda0LocMax2 [2] |
! E vs lambda0 of selected cluster, 2 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMax2 [2] |
! E vs lambda1 of selected cluster, 2 local maxima in cluster. More... | |
TH2F * | fhELambda0LocMaxN [2] |
! E vs lambda0 of selected cluster, N>2 local maxima in cluster. More... | |
TH2F * | fhELambda1LocMaxN [2] |
! E vs lambda1 of selected cluster, N>2 local maxima in cluster. More... | |
TH1F * | fhEIsoPileUp [7] |
! Number of isolated particles. More... | |
TH1F * | fhPtIsoPileUp [7] |
! Number of isolated particles. More... | |
TH1F * | fhENoIsoPileUp [7] |
! Number of not isolated particles. More... | |
TH1F * | fhPtNoIsoPileUp [7] |
! Number of not isolated particles. More... | |
TH2F * | fhTimeENoCut |
! Time of cluster vs E, no cut. More... | |
TH2F * | fhTimeESPD |
! Time of cluster vs E, IsSPDPileUp. More... | |
TH2F * | fhTimeESPDMulti |
! Time of cluster vs E, IsSPDPileUpMulti. More... | |
TH2F * | fhTimeNPileUpVertSPD |
! Time of cluster vs n pile-up vertices from SPD. More... | |
TH2F * | fhTimeNPileUpVertTrack |
! Time of cluster vs n pile-up vertices from Tracks. More... | |
TH2F * | fhTimeNPileUpVertContributors |
! Time of cluster vs n pile-up vertex from SPD contributors. More... | |
TH2F * | fhTimePileUpMainVertexZDistance |
! Time of cluster vs difference of z main vertex and pile-up vertex. More... | |
TH2F * | fhTimePileUpMainVertexZDiamond |
! Time of cluster vs difference of z diamond and pile-up vertex. More... | |
TH2F * | fhMCConversionVertex [2] |
! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso More... | |
TH2F * | fhMCConversionVertexTRD [2] |
! Conversion distance for photon clusters that have at least a contributor from the conversion. Iso and not iso, SM covered by TRD More... | |
TH2F * | fhMCConversionLambda0Rcut [6][2] |
! Shower shape of photon conversions, depending on conversion vertex. More... | |
TH2F * | fhMCConversionLambda0RcutTRD [6][2] |
! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD More... | |
TH2F * | fhLam0EMCALRegionPerSM [2][4][3][20] |
! Cluster lambda0 vs E, in different EMCal regions More... | |
TH2F * | fhConeSumPtTrackEMCALRegionPerSM [4][3][20] |
! Track pT sum in cone vs trigger pT, in different EMCal regions More... | |
TH2F * | fhConeSumPtClusterEMCALRegionPerSM [4][3][20] |
! Cluster pT sum in cone vs trigger pT, in different EMCal regions More... | |
TH2F * | fhEtaPhiLam0BinPtBin [2][7] |
! Cluster eta/phi for a given l0 bin (0.3-0.4) and different E bins 2-3,3-4,4-5,5-6,6-8,8-10,10-12 More... | |
TH2F * | fhPtClusterInConePerRCut |
! Clusters Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhPtClusterInConePerRCutLargePtTrig |
! Clusters Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerRCut |
! Tracks Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhPtTrackInConePerRCutLargePtTrig |
! Tracks Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerRCut |
! Clusters Sum Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhConeSumPtClusterPerRCutLargePtTrig |
! Clusters Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerRCut |
! Tracks Sum Pt in the cone for different cone sizes, x axis. More... | |
TH2F * | fhConeSumPtTrackPerRCutLargePtTrig |
! Tracks Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeNClusterPerMinPtCut |
! N Clusters in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeNClusterPerMinPtCutLargePtTrig |
! N Clusters in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeNTrackPerMinPtCut |
! N Tracks in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeNTrackPerMinPtCutLargePtTrig |
! N Tracks in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPerpConeNTrackPerMinPtCut |
! N Tracks in the perpendicular cone for different min pT cuts, x axis. More... | |
TH2F * | fhPerpConeNTrackPerMinPtCutLargePtTrig |
! N Tracks in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerMinPtCut |
! Clusters Sum Pt in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeSumPtClusterPerMinPtCutLargePtTrig |
! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerMinPtCut |
! Tracks Sum Pt in the cone for different min pT cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerMinPtCutLargePtTrig |
! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPerpConeSumPtTrackPerMinPtCut |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. More... | |
TH2F * | fhPerpConeSumPtTrackPerMinPtCutLargePtTrig |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerMaxPtCut |
! Clusters Sum Pt in the cone for different max pT cuts, x axis. More... | |
TH2F * | fhConeSumPtClusterPerMaxPtCutLargePtTrig |
! Clusters Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerMaxPtCut |
! Tracks Sum Pt in the cone for different max pT cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerMaxPtCutLargePtTrig |
! Tracks Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerEtaCut |
! Tracks Sum Pt in the cone for different min eta cuts, x axis. More... | |
TH2F * | fhConeSumPtTrackPerEtaCutLargePtTrig |
! Tracks Sum Pt in the cone for different min eta cuts, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtClusterInConePerNCellCut |
! Clusters Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhPtClusterInConePerNCellCutLargePtTrig |
! Clusters Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerNCellCut |
! Tracks Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhPtTrackInConePerNCellCutLargePtTrig |
! Tracks Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerNCellCut |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhConeSumPtClusterPerNCellCutLargePtTrig |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerNCellCut |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. More... | |
TH2F * | fhConeSumPtTrackPerNCellCutLargePtTrig |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtClusterInConePerExoCut |
! Clusters Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhPtClusterInConePerExoCutLargePtTrig |
! Clusters Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhPtTrackInConePerExoCut |
! Tracks Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhPtTrackInConePerExoCutLargePtTrig |
! Tracks Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtClusterPerExoCut |
! Clusters Sum Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhConeSumPtClusterPerExoCutLargePtTrig |
! Clusters Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackPerExoCut |
! Tracks Sum Pt in the cone for different exoticity cut, x axis. More... | |
TH2F * | fhConeSumPtTrackPerExoCutLargePtTrig |
! Tracks Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed More... | |
TH2F * | fhConeSumPtTrackTOFBC0 |
! track with TOF hit sum pt, tof in BC0 More... | |
TH2F * | fhConeSumPtTrackTOFBCN |
! track with TOF hit sum pt, tof not in BC0 More... | |
TH2F * | fhConeSumPtTrackTOFNo |
! track without TOF hit sum pt More... | |
TH2F * | fhPtTrackInConeTOFBC0 |
! track with TOF hit, pt, tof in BC0 More... | |
TH2F * | fhPtTrackInConeTOFBCN |
! track with TOF hit, pt, tof not in BC0 More... | |
TH2F * | fhPtTrackInConeTOFNo |
! track without TOF hit, pt More... | |
TH2F * | fhPhiTrackInCone |
! track azhimuthal angle More... | |
TH2F * | fhEtaTrackInCone |
! track pseudo-rapidity More... | |
TH2F * | fhEtaPhiTrackInCone |
! track azhimuthal angle vs pseudo-rapidity More... | |
TH2F * | fhPhiTrackInConeTOFBC0 |
! track with TOF hit, phi, tof in BC0 More... | |
TH2F * | fhPhiTrackInConeTOFBCN |
! track with TOF hit, phi, tof not in BC0 More... | |
TH2F * | fhPhiTrackInConeTOFNo |
! track without TOF hit, phi More... | |
TH2F * | fhEtaTrackInConeTOFBC0 |
! track with TOF hit, eta, tof in BC0 More... | |
TH2F * | fhEtaTrackInConeTOFBCN |
! track with TOF hit, eta, tof not in BC0 More... | |
TH2F * | fhEtaTrackInConeTOFNo |
! track without TOF hit, eta More... | |
TH2F * | fhEtaPhiTrackInConeTOFBC0 |
! track with TOF hit, eta-phi, tof in BC0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFBCN |
! track with TOF hit, eta-phi, tof not in BC0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFNo |
! track without TOF hit, eta-phi More... | |
TH2F * | fhTrackTOFInCone |
! track TOF in cone More... | |
TH2F * | fhTrackTOFInConeBC0 |
! track TOF in cone and BC0 More... | |
TH2F * | fhTrackTOFInConeExoTrigger |
! track TOF in cone, trigger is exotic More... | |
TH2F * | fhConeSumPtTrackITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhConeSumPtTrackITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhConeSumPtTrackITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhPtTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhPtTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhPtTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhPhiTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhPhiTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhPhiTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhEtaTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhEtaTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhEtaTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOnSPDOn |
! track with ITS Refit On SPD On More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOnSPDOff |
! track with ITS Refit On SPD Off More... | |
TH2F * | fhEtaPhiTrackInConeITSRefitOffSPDOff |
! track with ITS Refit Off SPD Off More... | |
TH2F * | fhConeSumPtTrackTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPtTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPhiTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhEtaTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhEtaPhiTrackInConeTOFBC0ITSRefitOnSPDOn |
! track with ITS Refit On SPD On, TOF BC=0 More... | |
TH2F * | fhPerpConeSumPtITSRefitOnSPDOn |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhPtInPerpConeITSRefitOnSPDOn |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhEtaPhiInPerpConeITSRefitOnSPDOn |
! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On More... | |
TH2F * | fhPerpConeSumPtTOFBC0ITSRefitOnSPDOn |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More... | |
TH2F * | fhPtInPerpConeTOFBC0ITSRefitOnSPDOn |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More... | |
TH2F * | fhEtaPhiInPerpConeTOFBC0ITSRefitOnSPDOn |
! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0 More... | |
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 36 of file AliAnaParticleIsolation.h.
For primary histograms in arrays, index in the array, corresponding to a photon origin.
Enumerator | |
---|---|
kmcPrimPhoton | |
kmcPrimPi0Decay | |
kmcPrimEtaDecay | |
kmcPrimOtherDecay | |
kmcPrimPrompt | |
kmcPrimFrag | |
kmcPrimISR | |
kmcPrimPi0 | |
kmcPrimEta |
Definition at line 221 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 228 of file AliAnaParticleIsolation.h.
AliAnaParticleIsolation::AliAnaParticleIsolation | ( | ) |
Default constructor. Initialize parameters.
Definition at line 54 of file AliAnaParticleIsolation.cxx.
|
inlinevirtual |
Virtual destructor.
Definition at line 43 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 1408 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 520 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 1199 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 427 of file AliAnaParticleIsolation.cxx.
Referenced by CalculateNormalizeUEBandPerUnitArea().
void AliAnaParticleIsolation::CalculateNormalizeUEBandPerUnitArea | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t | coneptsumCluster, | ||
Float_t | coneptsumCell, | ||
Float_t | coneptsumTrack, | ||
Float_t & | coneptsumSubEtaBand, | ||
Float_t & | coneptsumSubPhiBand | ||
) |
Normalize phi/eta band per area unit.
Definition at line 913 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 1490 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 677 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 7074 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
Fill some histograms to understand pile-up.
Definition at line 1900 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::FillTrackMatchingShowerShapeControlHistograms | ( | AliAODPWG4ParticleCorrelation * | pCandidate, |
Float_t | coneptsum, | ||
Float_t | coneptsumTrack, | ||
Float_t | coneptsumCluster, | ||
Float_t | coneleadpt, | ||
Int_t | mcIndex | ||
) |
Fill Track matching and Shower Shape control histograms.
Definition at line 1972 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
virtual |
Save parameters used for analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 2681 of file AliAnaParticleIsolation.cxx.
Definition at line 108 of file AliAnaParticleIsolation.h.
|
virtual |
Create histograms to be saved in output file and store them in outputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 2746 of file AliAnaParticleIsolation.cxx.
MC histogram index depending on origin of candidate.
Definition at line 6397 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 106 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 107 of file AliAnaParticleIsolation.h.
Definition at line 111 of file AliAnaParticleIsolation.h.
Definition at line 109 of file AliAnaParticleIsolation.h.
Definition at line 110 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 105 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 104 of file AliAnaParticleIsolation.h.
|
virtual |
Do some checks and init stuff.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6444 of file AliAnaParticleIsolation.cxx.
|
virtual |
Initialize the parameters of the analysis with default values.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6465 of file AliAnaParticleIsolation.cxx.
Referenced by AliAnaParticleIsolation().
|
inline |
Definition at line 143 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 126 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 130 of file AliAnaParticleIsolation.h.
Check if the what of the selected isolation candidates is leading particle in the same hemisphere comparing with all the candidates, all the tracks or all the clusters.
Definition at line 6535 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 6677 of file AliAnaParticleIsolation.cxx.
|
virtual |
Do analysis and fill histograms.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 6758 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 7668 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 8030 of file AliAnaParticleIsolation.cxx.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
Definition at line 169 of file AliAnaParticleIsolation.h.
Definition at line 119 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 162 of file AliAnaParticleIsolation.h.
Definition at line 209 of file AliAnaParticleIsolation.h.
Definition at line 218 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 164 of file AliAnaParticleIsolation.h.
Definition at line 206 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 124 of file AliAnaParticleIsolation.h.
Definition at line 205 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 168 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 215 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 117 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 161 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 208 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 217 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 214 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 204 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 118 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 173 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 211 of file AliAnaParticleIsolation.h.
Definition at line 121 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 120 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
Definition at line 174 of file AliAnaParticleIsolation.h.
Definition at line 212 of file AliAnaParticleIsolation.h.
Definition at line 122 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
void AliAnaParticleIsolation::SetTriggerDetector | ( | TString & | det | ) |
Set the detector for the analysis.
Definition at line 8076 of file AliAnaParticleIsolation.cxx.
void AliAnaParticleIsolation::SetTriggerDetector | ( | Int_t | det | ) |
Set the detector for the analysis.
Definition at line 8091 of file AliAnaParticleIsolation.cxx.
void AliAnaParticleIsolation::StudyEMCALRegions | ( | Float_t | pt, |
Float_t | phi, | ||
Float_t | eta, | ||
Float_t | m02, | ||
Float_t | coneptsumTrack, | ||
Float_t | coneptsumCluster, | ||
Bool_t | isolated, | ||
Int_t | iSM | ||
) |
Check shower shape and cluster/trac sum pT in cone in different EMCal regions. Also check the cluster eta-phi distribution in shower shape tail.
pt | cluster pT |
phi | cluster phi |
eta | cluster eta |
m02 | shower shape long |
coneptsumTrack | sum of tracks pT in cone |
coneptsumCluster | sum of clusters pT in cone |
isolated | bool |
iSM | super module number |
Definition at line 8119 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
void AliAnaParticleIsolation::StudyMCConversionRadius | ( | Float_t | pt, |
Bool_t | isolated, | ||
Int_t | iSM, | ||
Float_t | m02, | ||
Int_t | mcTag, | ||
Int_t | label | ||
) |
Check shower shape for different conversion radius
pt | cluster pT |
isolated | bool |
iSM | supermodule number |
m02 | shower shape long |
mcTag | mc particle type tag |
label | cluster mc label |
Definition at line 8168 of file AliAnaParticleIsolation.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 167 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 154 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 148 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 160 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 141 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 145 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 157 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 183 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 177 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 180 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 172 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 128 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 132 of file AliAnaParticleIsolation.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureIsolationAnalysis().
|
inline |
Definition at line 138 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 199 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 192 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 189 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 196 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 202 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 186 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 135 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 151 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 166 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 153 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 147 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 159 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 140 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 144 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 156 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 182 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 176 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 179 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 171 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 127 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 131 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 137 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 198 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 191 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 188 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 195 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 201 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 185 of file AliAnaParticleIsolation.h.
|
inline |
Definition at line 134 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
inline |
Definition at line 150 of file AliAnaParticleIsolation.h.
Referenced by ConfigureIsolationAnalysis().
|
private |
Pt bin limits on pt content in the cone.
Definition at line 264 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), and SetBackgroundLimits().
|
private |
Compare the trigger candidate to Leading pT with the clusters pT, by default only charged.
Definition at line 258 of file AliAnaParticleIsolation.h.
Referenced by InitParameters(), IsTriggerTheNearSideEventLeadingParticle(), SwitchOffCheckNeutralClustersForLeading(), and SwitchOnCheckNeutralClustersForLeading().
|
private |
! Temporary vcluster, avoid creation per event.
Definition at line 307 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and MakeAnalysisFillHistograms().
|
private |
! Temporary container or currently analyzed cluster exoticity
Definition at line 310 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and MakeAnalysisFillHistograms().
|
private |
! Temporary ClustersArray, avoid creation per event.
Definition at line 308 of file AliAnaParticleIsolation.h.
Referenced by MakeAnalysisFillHistograms().
|
private |
Array with cones to test. Multiple cones and pt thresholds analysis.
Definition at line 276 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 253 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), MakeSeveralICAnalysis(), and SetDecayBits().
|
private |
Apply a m02 cut to clusters tagged as decay.
Definition at line 254 of file AliAnaParticleIsolation.h.
Referenced by InitParameters(), and SetM02CutForTaggedDecays().
|
private |
List of track/cluster max eta cut to test in cone for sum pT calculation.
Definition at line 288 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), and SetEtaCutInConeAt().
|
private |
List of exoticity cuts in cluster selection to test in cone for sum pT calculation.
Definition at line 298 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), GetCreateOutputObjects(), InitParameters(), and SetExoCutInCandidateAt().
|
private |
Fill histograms for different bins in pt content of the cone.
Definition at line 262 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), SwitchOffBackgroundBinHistoFill(), and SwitchOnBackgroundBinHistoFill().
|
private |
Fill cell histograms.
Definition at line 245 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), CalculateNormalizeUEBandPerUnitArea(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffCellHistoFill(), and SwitchOnCellHistoFill().
|
private |
Fill histograms in EMCal slices.
Definition at line 243 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillEMCALRegionHistograms(), and SwitchOnFillEMCALRegionHistograms().
|
private |
Fill NLM histograms.
Definition at line 256 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffNLMHistoFill(), and SwitchOnNLMHistoFill().
|
private |
Fill histograms that depend on number of overlaps.
Definition at line 246 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffOverlapHistograms(), and SwitchOnOverlapHistograms().
|
private |
Fill histograms for different bins in pt trigger.
Definition at line 266 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), SwitchOffPtTrigBinHistoFill(), and SwitchOnPtTrigBinHistoFill().
|
private |
Fill Shower shape plots.
Definition at line 242 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), SwitchOffSSHistoFill(), and SwitchOnSSHistoFill().
|
private |
Fill histograms for clusters tagged as decay.
Definition at line 251 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeSeveralICAnalysis(), SwitchOffDecayTaggedHistoFill(), and SwitchOnDecayTaggedHistoFill().
|
private |
Fill track matching plots.
Definition at line 241 of file AliAnaParticleIsolation.h.
Referenced by GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffTMHistoFill(), and SwitchOnTMHistoFill().
|
private |
Fill histograms working on the UE subtraction. 1 fill basic histograms, 2 more detailed.
Definition at line 244 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), CalculateNormalizeUEBandPerUnitArea(), CalculateTrackUEBand(), GetAnalysisCuts(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), Print(), SwitchOffUEBandSubtractionHistoFill(), and SwitchOnUEBandSubtractionHistoFill().
|
static |
Number of MC primary particle types used in the analysis in the histogram arrays.
Definition at line 225 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 233 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! N Clusters in the cone for different min pT cuts, x axis.
Definition at line 751 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! N Clusters in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 752 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! N Tracks in the cone for different min pT cuts, x axis.
Definition at line 753 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! N Tracks in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 754 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks leading pt in the cone.
Definition at line 378 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters leading pt in the cone.
Definition at line 379 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Trigger pt vs cluster/track leading pt.
Definition at line 382 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks vs Clusters leading pt.
Definition at line 381 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Tracks leading pt in the cone.
Definition at line 380 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt in the cone.
Definition at line 384 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cells Sum Pt in the cone.
Definition at line 387 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cells and tracks Sum Pt in the cone.
Definition at line 386 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 403 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cell vs tracks Sum Pt Sum Pt in the cone.
Definition at line 456 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters Sum Pt in the cone.
Definition at line 388 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster pT sum in cone vs trigger pT, in different EMCal regions
Definition at line 739 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone. Trigger is exotic
Definition at line 392 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different exoticity cut, x axis.
Definition at line 787 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 788 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different max pT cuts, x axis.
Definition at line 765 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 766 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different min pT cuts, x axis.
Definition at line 758 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 759 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis.
Definition at line 777 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 778 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different cone sizes, x axis.
Definition at line 746 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed
Definition at line 747 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster / tracks Sum Pt Sum Pt in the cone.
Definition at line 453 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster vs tracks Sum Pt Sum Pt in the cone.
Definition at line 452 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cell Sum amplitude in the eta band for cells, before normalization.
Definition at line 399 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 408 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the eta band for clusters, before normalization.
Definition at line 395 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 404 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the eta band for tracks, before normalization.
Definition at line 397 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 406 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the normalized eta UE cone vs pT trigger.
Definition at line 421 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the normalized eta UE cone vs pT trigger.
Definition at line 433 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 411 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 428 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 430 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 457 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 423 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 425 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 454 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 435 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 416 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 418 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 437 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 413 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Sum Pt in the cone. Trigger is exotic
Definition at line 391 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cell Sum amplitude in the phi band for cells, before normalization.
Definition at line 400 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 409 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the phi band for clusters, before normalization.
Definition at line 396 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 405 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the phi badn for tracks, before normalization.
Definition at line 398 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 407 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Cluster Sum Pt in the normalized phi UE cone vs pT trigger.
Definition at line 422 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Track Sum Pt in the normalized phi UE cone vs pT trigger.
Definition at line 434 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 412 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 429 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 431 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 458 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 424 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 426 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 455 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 436 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 417 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 419 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 438 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 414 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 480 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 476 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 472 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 478 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 474 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 470 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 479 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 475 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 471 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 477 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 473 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 469 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone.
Definition at line 389 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track pT sum in cone vs trigger pT, in different EMCal regions
Definition at line 738 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone. Trigger considered exotic
Definition at line 393 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 816 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 815 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 814 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min eta cuts, x axis.
Definition at line 769 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min eta cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 770 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different exoticity cut, x axis.
Definition at line 789 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 790 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different max pT cuts, x axis.
Definition at line 767 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different max pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 768 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min pT cuts, x axis.
Definition at line 760 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 761 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis.
Definition at line 779 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 780 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different cone sizes, x axis.
Definition at line 748 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed
Definition at line 749 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit sum pt, tof in BC0
Definition at line 792 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 830 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit sum pt, tof not in BC0
Definition at line 793 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit sum pt
Definition at line 794 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 402 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Clusters, eta band: sum pT in cone vs bkg to subtract.
Definition at line 483 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Clusters, phi band: sum pT in cone vs bkg to subtract.
Definition at line 484 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks, eta band: sum pT in cone vs bkg to subtract.
Definition at line 481 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Tracks, phi band: sum pT in cone vs bkg to subtract.
Definition at line 482 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! matched track dEdx vs cluster E.
Definition at line 597 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Number of isolated particles vs energy.
Definition at line 314 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated exotic cluster vs E.
Definition at line 326 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 714 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 602 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda0 of selected cluster, 1 local maxima in cluster.
Definition at line 706 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda0 of selected cluster, 2 local maxima in cluster.
Definition at line 708 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda0 of selected cluster, N>2 local maxima in cluster.
Definition at line 710 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously).
Definition at line 605 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda1 of selected cluster, 1 local maxima in cluster.
Definition at line 707 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda1 of selected cluster, 2 local maxima in cluster.
Definition at line 709 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! E vs lambda1 of selected cluster, N>2 local maxima in cluster.
Definition at line 711 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Number of not isolated leading particles vs Energy.
Definition at line 323 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated exotic cluster vs E.
Definition at line 327 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated particles.
Definition at line 716 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 598 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs E.
Definition at line 490 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Row vs Column in Eta band to estimate UE in cone, only cells.
Definition at line 375 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 464 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi in Eta band to estimate UE in cone, only clusters.
Definition at line 367 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! pT in Eta band to estimate UE in cone, only clusters.
Definition at line 371 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 460 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 466 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 462 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi in Eta band to estimate UE in cone, only tracks.
Definition at line 369 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! pT in Eta band to estimate UE in cone, only tracks.
Definition at line 373 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! eta of isolated particles.
Definition at line 320 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! eta of isolated mcTypes particle.
Definition at line 536 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta vs. phi of all clusters.
Definition at line 361 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! eta vs phi of (not) isolated leading Pi0 decay particles.
Definition at line 333 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 582 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 581 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of clusters in cone.
Definition at line 360 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in cone.
Definition at line 362 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in perpendicular cone
Definition at line 364 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On
Definition at line 838 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Eta vs. phi of tracks in perpendicular cone, with TOF BC=0.
Definition at line 365 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! tracl eta vs phi in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0
Definition at line 842 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! eta vs phi of isolated particles.
Definition at line 321 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 740 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! eta vs phi of not isolated leading particles.
Definition at line 322 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 567 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt frac.
Definition at line 566 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 571 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt sum.
Definition at line 570 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 563 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! eta vs phi of isolated particles with pt threshold.
Definition at line 562 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 575 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 574 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Eta vs. phi of all tracks.
Definition at line 363 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! track azhimuthal angle vs pseudo-rapidity
Definition at line 800 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 828 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 827 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 826 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta-phi, tof in BC0
Definition at line 807 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 834 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta-phi, tof not in BC0
Definition at line 808 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, eta-phi
Definition at line 809 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Pt vs Eta of generated photon.
Definition at line 488 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! track pseudo-rapidity
Definition at line 799 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 825 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 824 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 823 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta, tof in BC0
Definition at line 804 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 833 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, eta, tof not in BC0
Definition at line 805 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, eta
Definition at line 806 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of cells acceptance in eta.
Definition at line 447 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 448 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of cells acceptance in phi.
Definition at line 449 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 450 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of clusters acceptance in eta.
Definition at line 442 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 443 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of clusters acceptance in phi.
Definition at line 444 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 445 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Fraction of cone out of tracks acceptance in eta.
Definition at line 440 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 441 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E, in different EMCal regions
Definition at line 737 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of photon conversions, depending on conversion vertex.
Definition at line 729 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
! Shower shape of photon conversions, depending on conversion vertex. SM covered by TRD
Definition at line 730 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 727 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, SM covered by TRD
Definition at line 728 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
! Number of maxima in selected clusters.
Definition at line 705 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! N Tracks in the perpendicular cone for different min pT cuts, x axis.
Definition at line 755 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! N Tracks in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 756 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90).
Definition at line 355 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On
Definition at line 836 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Sum Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0
Definition at line 356 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Sum track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0
Definition at line 840 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis.
Definition at line 762 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Tracks Sum Pt in the perpendicular cone for different min pT cuts, x axis. Trigger pT > 10 GeV fixed
Definition at line 763 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 556 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 555 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Row vs Column in Phi band to estimate UE in cone, only cells.
Definition at line 376 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 465 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi in Phi band to estimate UE in cone, only clusters.
Definition at line 368 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloUEBand(), and GetCreateOutputObjects().
|
private |
! pT in Phi band to estimate UE in cone, only clusters.
Definition at line 372 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 461 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 467 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 463 of file AliAnaParticleIsolation.h.
Referenced by CalculateNormalizeUEBandPerUnitArea(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi in Phi band to estimate UE in cone, only tracks.
Definition at line 370 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! pT in Phi band to estimate UE in cone, only tracks.
Definition at line 374 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! phi of isolated particles.
Definition at line 319 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi of isolated mcTypes particle.
Definition at line 535 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt vs Phi of generated photon.
Definition at line 489 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! track azhimuthal angle
Definition at line 798 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 822 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 821 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 820 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, phi, tof in BC0
Definition at line 801 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 832 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, phi, tof not in BC0
Definition at line 802 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, phi
Definition at line 803 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cell amplitude in the cone.
Definition at line 338 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloCellSignalInCone(), and GetCreateOutputObjects().
|
private |
! Centrality vs pT.
Definition at line 316 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster Pt in the cone.
Definition at line 337 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone. Trigger is exotic
Definition at line 347 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different exoticity cut, x axis.
Definition at line 782 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 783 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different min cluster n cell cut, x axis.
Definition at line 772 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 773 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different cone sizes, x axis.
Definition at line 742 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Clusters Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed
Definition at line 743 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), and GetCreateOutputObjects().
|
private |
! Number of (non) isolated Pi0 decay particles (invariant mass tag).
Definition at line 332 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Number of (not) isolated Pi0 decay particles (invariant mass tag) for a mcTypes particle.
Definition at line 538 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Event plane angle vs pT.
Definition at line 317 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Isolated particle with pt threshold frac.
Definition at line 559 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with pt frac.
Definition at line 586 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 580 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 579 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Cluster/track Pt in the cone.
Definition at line 336 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Particle Pt in the cone versus centrality.
Definition at line 354 of file AliAnaParticleIsolation.h.
Referenced by CalculateCaloSignalInCone(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Cluster and tracks Pt in the cone. Trigger is exotic
Definition at line 346 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 353 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 357 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On
Definition at line 837 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Particle Pt in cone at the perpendicular phi region to trigger axis (phi +90), TOF BC=0
Definition at line 358 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! track Pt in cone at the perpendicular phi region to trigger axis (phi +90), ITS Refit On, SPD On, TOF BC=0
Definition at line 841 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackUEBand(), and GetCreateOutputObjects().
|
private |
! Number of isolated particles vs pT.
Definition at line 315 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated exotic cluster vs pT.
Definition at line 328 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated mcTypes particle.
Definition at line 534 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of isolated particles.
Definition at line 715 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 603 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of (non) isolated leading Pi0 decay particles (do not apply SS cut previously).
Definition at line 334 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of (non) isolated candidates originated by mcTypes particle (do not apply SS cut previously).
Definition at line 540 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of (non) isolated candidates originated by mcTypes particle that converted (do not apply SS cut previously).
Definition at line 541 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), 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 544 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), 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 547 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), 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 543 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), 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 546 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Shower shape of (non) isolated photons, SM behind TRD (do not apply SS cut previously).
Definition at line 606 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
Candidate Pt distribution depending on bin of cone leading particle.
Definition at line 610 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate Pt distribution depending on bin of cone leading particle, tagged as decay.
Definition at line 622 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate shower shape distribution depending on bin of cone leading particle.
Definition at line 628 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate shower shape distribution depending on bin of cone leading particle, per MC particle.
Definition at line 634 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate Pt distribution depending on bin of cone leading particle, per MC particle.
Definition at line 616 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
! Particle Pt in the cone.
Definition at line 554 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Number of isolated particles vs NLM in cluster.
Definition at line 318 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated particles vs NLM in cluster.
Definition at line 325 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated leading particles vs pT.
Definition at line 324 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated exotic cluster vs pT.
Definition at line 329 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of not isolated mcTypes particle.
Definition at line 533 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and MakeSeveralICAnalysis().
|
private |
! Number of not isolated particles.
Definition at line 717 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 549 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), 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 550 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs pT.
Definition at line 491 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 525 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 526 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 527 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons isolated, not overlapped decay.
Definition at line 528 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 523 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 524 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of isolation cone, isolated.
Definition at line 522 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 517 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 518 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 519 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, not overlapped decay.
Definition at line 520 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 515 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of detector acceptance.
Definition at line 516 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta decay photons, with decay pair out of isolation cone.
Definition at line 514 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta isolated with overlapped decay photons.
Definition at line 531 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Eta with overlapped decay photons.
Definition at line 530 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated isolated photon vs pT.
Definition at line 492 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 505 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 506 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 507 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons isolated, not overlapped decay.
Definition at line 508 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 503 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance, isolated.
Definition at line 504 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of isolation cone, isolated.
Definition at line 502 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 497 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 498 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 499 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, not overlapped decay.
Definition at line 500 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance.
Definition at line 495 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of detector acceptance.
Definition at line 496 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 decay photons, with decay pair out of isolation cone.
Definition at line 494 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 isolated with overlapped decay photons.
Definition at line 511 of file AliAnaParticleIsolation.h.
Referenced by FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Pi0 with overlapped decay photons.
Definition at line 510 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 568 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 572 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 564 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 577 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with threshold on cone sum density.
Definition at line 576 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated particle with pt threshold.
Definition at line 558 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with pt threshold.
Definition at line 585 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Track Pt in the cone.
Definition at line 339 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks in BC=0.
Definition at line 352 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone. Trigger considered exotic
Definition at line 348 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit Off SPD Off
Definition at line 819 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD Off
Definition at line 818 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On
Definition at line 817 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, reconstructed pT.
Definition at line 340 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone for tracks originating from primary charged pions, kaons, protons and else, generated pT.
Definition at line 342 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, reconstructed pT.
Definition at line 341 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone for tracks originating from secondary charged pions, kaons, protons and else, generated pT.
Definition at line 343 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks out of main BC Time window.
Definition at line 350 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different exoticity cut, x axis.
Definition at line 784 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different exoticity cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 785 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different min cluster n cell cut, x axis.
Definition at line 774 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different min cluster n cell cut, x axis. Trigger pT > 10 GeV fixed
Definition at line 775 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different cone sizes, x axis.
Definition at line 744 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Tracks Pt in the cone for different cone sizes, x axis. Trigger pT > 10 GeV fixed
Definition at line 745 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, pt, tof in BC0
Definition at line 795 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with ITS Refit On SPD On, TOF BC=0
Definition at line 831 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track with TOF hit, pt, tof not in BC0
Definition at line 796 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! track without TOF hit, pt
Definition at line 797 of file AliAnaParticleIsolation.h.
Referenced by CalculateTrackSignalInCone(), and GetCreateOutputObjects().
|
private |
! Track Pt in the cone, tracks in BC=0.
Definition at line 351 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 670 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate shower shape distribution depending vs cone leading particle in pT trigger bins, per MC particle.
Definition at line 681 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs of cone sum cluster pt in pT trigger bins.
[fNPtTrigBin]
Definition at line 677 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 688 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate with at least 1 overlap.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 702 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt cluster in pT trigger bins, per MC particle, candidate without overlaps.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 695 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate shower shape distribution depending vs of cone sum pt in pT trigger bins.
Definition at line 673 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate shower shape distribution depending vs cone sum pt in pT trigger bins, per MC particle.
Definition at line 684 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate shower shape distribution depending vs cone sum pt in pT trigger bins, per MC particle, candidate with at least 1 overlap
Definition at line 698 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate shower shape distribution depending vs cone sum pt in pT trigger bins, per MC particle, candidate without overlaps
Definition at line 691 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs of cone sum track pt in pT trigger bins.
[fNPtTrigBin]
Definition at line 675 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 686 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle, candidate with at least 1 overlap.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 700 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate shower shape distribution depending vs cone sum pt track in pT trigger bins, per MC particle,, candidate without overlaps.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 693 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate pt bin, distribution of cone leading particle pt.
Definition at line 640 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate pt bin, distribution of cone leading particle pt, tagged as decay.
Definition at line 660 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate pt bin, distribution of cone leading particle pt, per MC particle.
Definition at line 650 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum cluster pt.
[fNPtTrigBin]
Definition at line 647 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum cluster pt, tagged as decay.
[fNBkgBin*fNDecayBits]
Definition at line 667 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum cluster pt, per MC particle.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 657 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin]
Candidate pt bin, distribution of cone sum particle pt.
Definition at line 643 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate pt bin, distribution of cone sum particle pt, tagged as decay.
Definition at line 663 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNPtTrigBin*fgkNmcTypes]
Candidate pt bin, distribution of cone sum particle pt, per MC particle.
Definition at line 653 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum track pt.
[fNPtTrigBin]
Definition at line 645 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum track pt, tagged as decay.
[fNBkgBin*fNDecayBits]
Definition at line 665 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
Candidate pt bin, distribution of cone sum track pt, per MC particle.
[fNPtTrigBin*fgkNmcTypes]
Definition at line 655 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate Pt distribution depending on bin of cone sum pt.
Definition at line 613 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fNDecayBits]
Candidate Pt distribution depending on bin of cone sum pt, tagged as decay.
Definition at line 625 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin]
Candidate shower shape distribution depending on bin of cone sum pt.
Definition at line 631 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate shower shape distribution depending on bin of cone sum pt, per MC particle.
Definition at line 637 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
[fNBkgBin*fgkNmcTypes]
Candidate Pt distribution depending on bin of cone sum pt, per MC particle.
Definition at line 619 of file AliAnaParticleIsolation.h.
Referenced by GetCreateOutputObjects().
|
private |
! Isolated particle with threshold on cone pt sum.
Definition at line 560 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Isolated mcTypes particle with threshold on cone pt sum.
Definition at line 587 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|
private |
! Sum Pt in the cone.
Definition at line 553 of file AliAnaParticleIsolation.h.
Referenced by AliAnaParticleIsolation(), GetCreateOutputObjects(), and MakeSeveralICAnalysis().
|