![]() |
AliPhysics
31210d0 (31210d0)
|
#include <AliAnaParticleJetFinderCorrelation.h>
Private Member Functions | |
AliAnaParticleJetFinderCorrelation (const AliAnaParticleJetFinderCorrelation &g) | |
Copy constructor not implemented. More... | |
AliAnaParticleJetFinderCorrelation & | operator= (const AliAnaParticleJetFinderCorrelation &g) |
Assignment operator not implemented. More... | |
Private Attributes | |
Double_t | fDeltaPhiMaxCut |
Minimum Delta Phi Gamma-Leading. More... | |
Double_t | fDeltaPhiMinCut |
Maximum Delta Phi Gamma-Leading. More... | |
Double_t | fRatioMaxCut |
Jet/particle Ratio cut maximum. More... | |
Double_t | fRatioMinCut |
Jet/particle Ratio cut minimum. More... | |
Double_t | fConeSize |
Jet cone size to calculate fragmentation function. More... | |
Double_t | fPtThresholdInCone |
Jet pT threshold in jet cone. More... | |
Bool_t | fUseJetRefTracks |
Use track references from JETAN not the AOD tracks to calculate fragmentation function. More... | |
Bool_t | fMakeCorrelationInHistoMaker |
Make particle-jet correlation in histogram maker. More... | |
Bool_t | fSelectIsolated |
Select only trigger particles isolated. More... | |
Double_t | fJetConeSize |
Reconstructed jet cone size. More... | |
Double_t | fJetMinPt |
Minumum jet pt, default 5GeV/c. More... | |
Double_t | fJetMinPtBkgSub |
Minumum jet pt after bkg subtraction, default -100 GeV/c. More... | |
Double_t | fJetAreaFraction |
Jet area fraction X in X*pi*R^2, default 0.6. More... | |
TString | fJetBranchName |
name of jet branch not set in reader part //new More... | |
Bool_t | fBackgroundJetFromReader |
use background jet from reader //new More... | |
TString | fBkgJetBranchName |
name of background jet branch not set in reader part //new More... | |
Double_t | fGammaConeSize |
Isolation cone radius. More... | |
Bool_t | fUseBackgroundSubtractionGamma |
flag to use backgrouind subtraction for photons or not More... | |
Bool_t | fSaveGJTree |
flag to save gamma-jet tree More... | |
Bool_t | fMostEnergetic |
flag to choose gamma-jet pairs most energetic More... | |
Bool_t | fMostOpposite |
flag to choose gamma-jet pairs most opposite More... | |
Bool_t | fUseHistogramJetBkg |
flag to save bkg jet histograms More... | |
Bool_t | fUseHistogramTracks |
flag to save CTS tracks features More... | |
Bool_t | fUseHistogramJetTracks |
flag to save jet tracks features More... | |
Bool_t | fMCStudies |
flag to use MC methods More... | |
TRandom2 * | fGenerator |
! pointer to random generator object More... | |
TLorentzVector | fMomentum |
! momentum More... | |
TH2F * | fhDeltaEta |
! Difference of jet eta and trigger particle eta as function of trigger particle pT More... | |
TH2F * | fhDeltaPhiCorrect |
! Difference of jet phi and trigger particle phi as function of trigger particle pT More... | |
TH2F * | fhDeltaPhi0PiCorrect |
! Difference of jet phi and trigger particle phi as function of trigger particle pT More... | |
TH2F * | fhDeltaPt |
! Difference of jet pT and trigger particle pT as function of trigger particle pT More... | |
TH2F * | fhPtRatio |
! Ratio of jet pT and trigger particle pT as function of trigger particle pT More... | |
TH2F * | fhPt |
! jet pT vs trigger particle pT More... | |
TH2F * | fhFFz |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet/pttrig More... | |
TH2F * | fhFFxi |
! Accepted reconstructed jet fragmentation function, xsi = ln(pttrig/pt^particle,jet) More... | |
TH2F * | fhFFpt |
! Jet particle pt distribution in cone More... | |
TH2F * | fhNTracksInCone |
! jet multiplicity in cone More... | |
TH2F * | fhJetFFz |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet/ptjet More... | |
TH2F * | fhJetFFxi |
! Accepted reconstructed jet fragmentation function, xsi = ln(ptjet/pt^particle,jet) More... | |
TH2F * | fhJetFFpt |
! Jet particle pt distribution in jet cone More... | |
TH2F * | fhJetFFzCor |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet*-cos(jet,trig)/ptjet More... | |
TH2F * | fhJetFFxiCor |
! Accepted reconstructed jet fragmentation function, xsi = ln(ptjet/pt^particle*-cos(jet,trig),jet) More... | |
TH1F * | fhGamPtPerTrig |
! per trigger normalisation More... | |
TH2F * | fhPtGamPtJet |
! gamma jet correlation filling More... | |
TH2F * | fhBkgFFz [5] |
! Background fragmentation function, z=ptjet/pttrig More... | |
TH2F * | fhBkgFFxi [5] |
! Background fragmentation function, xsi = ln(pttrig/ptjet) More... | |
TH2F * | fhBkgFFpt [5] |
! Background particle pt distribution in cone More... | |
TH2F * | fhBkgNTracksInCone [5] |
! Background multiplicity in cone More... | |
TH2F * | fhBkgSumPtInCone [5] |
! Background sum pt in cone More... | |
TH2F * | fhBkgSumPtnTracksInCone [5] |
! Background sum pt over ntracks in cone More... | |
TH2F * | fhNjetsNgammas |
! Number of jets vs number of photons in the event More... | |
TH1F * | fhCuts |
! Number of events after cuts More... | |
TH2F * | fhDeltaEtaBefore |
! Difference of jet eta and trigger particle eta as function of trigger particle pT More... | |
TH2F * | fhDeltaPhiBefore |
! Difference of jet phi and trigger particle phi as function of trigger particle pT More... | |
TH2F * | fhDeltaPtBefore |
! Difference of jet pT and trigger particle pT as function of trigger particle pT More... | |
TH2F * | fhPtRatioBefore |
! Ratio of jet pT and trigger particle pT as function of trigger particle pT More... | |
TH2F * | fhPtBefore |
! jet pT vs trigger particle pT More... | |
TH2F * | fhDeltaPhi0PiCorrectBefore |
! Difference of jet phi and trigger particle phi (0,pi) as function of trigger particle pT More... | |
TH1F * | fhJetPtBefore |
! Pt of all jets More... | |
TH1F * | fhJetPtBeforeCut |
! Pt of all jets after bkg correction, raw jet pt>fJetMinPt More... | |
TH1F * | fhJetPt |
! Pt of all jets after bkg correction More... | |
TH1F * | fhJetPtMostEne |
! Pt of the most energetic jet More... | |
TH1F * | fhJetPhi |
! Phi of all jets More... | |
TH1F * | fhJetEta |
! Eta of all jets More... | |
TH2F * | fhJetEtaVsPt |
! Eta of all jets vs pt More... | |
TH2F * | fhJetPhiVsEta |
! Phi vs eta of all jets More... | |
TH2F * | fhJetEtaVsNpartInJet |
! Eta vs number of particles in jet for all jets More... | |
TH2F * | fhJetEtaVsNpartInJetBkg |
! Eta vs number of particles in jet for background subtracted jets More... | |
TH2F * | fhJetChBkgEnergyVsPt |
! background energy of each charged jet vs jet pt More... | |
TH2F * | fhJetChAreaVsPt |
! area of each charged jet vs jet pt More... | |
TH2F * | fhTrackPhiVsEta |
! Phi vs eta of all chosen tracks in all events More... | |
TH1F * | fhTrackAveTrackPt |
! average track pt in event More... | |
TH1F * | fhJetNjetOverPtCut [10] |
! number of reconstructed jets in event over pT threshold More... | |
TH2F * | fhJetChBkgEnergyVsArea |
! area of each charged jet vs jet background More... | |
TH2F * | fhJetRhoVsPt |
! jet energy density vs jet pt More... | |
TH2F * | fhJetRhoVsCentrality |
! jet energy density vs centrality More... | |
TH1F * | fhJetNparticlesInJet |
! number of particles in jets More... | |
TH2F * | fhJetDeltaEtaDeltaPhi |
! delta eta vs delta phi for (jet-track) <-0.8,0.8> More... | |
TH2F * | fhJetDeltaEtaDeltaPhiAllTracks |
! delta eta vs delta phi for (jet-track) <-pi,pi> More... | |
TH1F * | fhJetAveTrackPt |
! average track from jets pt in event More... | |
TH2F * | fhJetNtracksInJetAboveThr [6] |
! number of tracks in jet with pt above 0,1,2,3,4,5GeV More... | |
TH2F * | fhJetRatioNTrkAboveToNTrk [5] |
! ratio tracks in jet with pt above 1,2,3,4,5GeV to ntracks More... | |
TH2F * | fhJetNtrackRatioMostEne [5] |
! the same for most energetic jet More... | |
TH2F * | fhJetNtrackRatioJet5GeV [5] |
! the same for pt jet above 5 GeV More... | |
TH2F * | fhJetNtrackRatioLead5GeV [5] |
! the same for jet with leading particle pt>5GeV More... | |
TH1F * | fhBkgJetBackground [4] |
! background from jet bkg branch More... | |
TH1F * | fhBkgJetSigma [4] |
! sigma of jet in backgroud branch More... | |
TH1F * | fhBkgJetArea [4] |
! area of jet in bkg branch More... | |
TH1F * | fhPhotonPtMostEne |
! most pt photon More... | |
TH1F * | fhPhotonAverageEnergy |
! average energy of photon More... | |
TH1F * | fhPhotonRatioAveEneToMostEne |
! ratio average energy to most energetic photon More... | |
TH1F * | fhPhotonAverageEnergyMinus1 |
! average energy of photon w/o most ene photon More... | |
TH1F * | fhPhotonRatioAveEneMinus1ToMostEne |
! ratio average energy of photon w/o most ene photon to most energetic photon More... | |
TH1F * | fhPhotonNgammaMoreAverageToNgamma |
! number of gammas with ene. more than average ene divided by no. of gammas More... | |
TH1F * | fhPhotonNgammaMoreAverageMinus1ToNgamma |
! number of gammas with ene. more than average ene (w/o most ene gamma) divided by no. of gammas More... | |
TH1F * | fhPhotonNgammaOverPtCut [10] |
! number of photons in event over pT threshold More... | |
TH2F * | fhPhotonBkgRhoVsNtracks |
! average energy in one cell vs n tracks More... | |
TH2F * | fhPhotonBkgRhoVsNclusters |
! average energy in one cell vs n clusters More... | |
TH2F * | fhPhotonBkgRhoVsCentrality |
! average energy in one cell vs centrality More... | |
TH2F * | fhPhotonBkgRhoVsNcells |
! average energy in one cell vs n cells More... | |
TH1F * | fhPhotonPt |
! pt of gamma before bkg correction More... | |
TH1F * | fhPhotonPtCorrected |
! pt of gamma after background correction More... | |
TH1F * | fhPhotonPtCorrectedZoom |
! pt of gamma after background correction in +-5 GeV/c More... | |
TH1F * | fhPhotonPtDiff |
! bkg correction = n_cells * median_rho More... | |
TH2F * | fhPhotonPtDiffVsCentrality |
! correction vs centrality More... | |
TH2F * | fhPhotonPtDiffVsNcells |
! correction vs Ncells More... | |
TH2F * | fhPhotonPtDiffVsNtracks |
! correction vs Ntracks More... | |
TH2F * | fhPhotonPtDiffVsNclusters |
! correction vs Nclustres More... | |
TH1F * | fhPhotonSumPtInCone |
! sum pt in cone before correction More... | |
TH1F * | fhPhotonSumPtCorrectInCone |
! sum pt in cone afrer correction More... | |
TH1F * | fhPhotonSumPtChargedInCone |
! sum pt of charged tracks in the cone before correction More... | |
TH2F * | fhSelectedJetPhiVsEta |
! phi vs eta of selected jet More... | |
TH2F * | fhSelectedJetChBkgEnergyVsPtJet |
! background energy of selected charged jet vs jet pt More... | |
TH2F * | fhSelectedJetChAreaVsPtJet |
! area of selected charged jet vs jet pt More... | |
TH1F * | fhSelectedJetNjet |
! number of jets in selected event More... | |
TH1F * | fhSelectedNtracks |
! number of tracks in selected event More... | |
TH2F * | fhSelectedTrackPhiVsEta |
! Phi vs eta of all chosen tracks in selected events More... | |
TH1F * | fhCuts2 |
! efficienct cuts More... | |
TH2F * | fhSelectedPhotonNLMVsPt |
! nlm vs pt for selected photons More... | |
TH2F * | fhSelectedPhotonLambda0VsPt |
! lambda0 vs pt for selected photons More... | |
TH2F * | fhRandomPhiEta [5] |
! eta and phi from random generator More... | |
TH1F * | fhMCPhotonCuts |
! generated photon cuts More... | |
TH1F * | fhMCPhotonPt |
! generated direct photon pt More... | |
TH2F * | fhMCPhotonEtaPhi |
! generated direct photon eta vs phi More... | |
TH1F * | fhMCJetOrigin |
! generated origin of jet More... | |
TH2F * | fhMCJetNPartVsPt |
! generated N parts vs pt full jet More... | |
TH2F * | fhMCJetChNPartVsPt |
! generated N parts vs pt charged jet More... | |
TH2F * | fhMCJetNPart150VsPt |
! generated N parts (pt>150 MeV/c) vs pt full jet More... | |
TH2F * | fhMCJetChNPart150VsPt |
! generated N parts (pt>150 MeV/c) vs pt charged jet More... | |
TH2F * | fhMCJetChNPart150ConeVsPt |
! generated N parts (pt>150 MeV/c) vs pt charged jet R=0.4 More... | |
TH1F * | fhMCJetRatioChFull |
! generated ratio pt charged/full jet More... | |
TH1F * | fhMCJetRatioCh150Ch |
! generated ratio pt charged(pt>150MeV/c)/charged jet More... | |
TH2F * | fhMCJetEtaPhi |
! generated jet eta vs phi for full jet More... | |
TH2F * | fhMCJetChEtaPhi |
! generated jet eta vs phi for charged jet More... | |
TH2F * | fhMCJet150EtaPhi |
! generated jet eta vs phi full jet (pt>150 MeV/c) More... | |
TH2F * | fhMCJetCh150EtaPhi |
! generated jet eta vs phi charged jet (pt>150 MeV/c) More... | |
TH2F * | fhMCJetCh150ConeEtaPhi |
! generated jet eta vs phi charged jet (pt>150 MeV/c) R=0.4 More... | |
TTree * | fTreeGJ |
! gamma-jet tree More... | |
Double_t | fGamPt |
pt More... | |
Double_t | fGamLambda0 |
lambda 0 More... | |
Int_t | fGamNLM |
NLM. More... | |
Double_t | fGamSumPtCh |
energy in isolation cone charged More... | |
Double_t | fGamTime |
time More... | |
Int_t | fGamNcells |
ncells More... | |
Double_t | fGamEta |
eta photon More... | |
Double_t | fGamPhi |
phi photon More... | |
Double_t | fGamSumPtNeu |
energy in isolation cone neutral More... | |
Int_t | fGamNtracks |
number of tracks in iso cone More... | |
Int_t | fGamNclusters |
number of clusters in iso cone More... | |
Double_t | fGamAvEne |
average energy of photons (without most ene) More... | |
Double_t | fJetPhi |
jet phi More... | |
Double_t | fJetEta |
eta phi More... | |
Double_t | fJetPt |
jet pt More... | |
Double_t | fJetBkgChEne |
bkg energy of jet More... | |
Double_t | fJetArea |
jet area More... | |
Int_t | fJetNtracks |
number of jet tracks More... | |
Int_t | fJetNtracks1 |
number of jet tracks with pt>1 GeV/c More... | |
Int_t | fJetNtracks2 |
number of jet tracks with pt>2 GeV/c More... | |
Double_t | fJetRho |
jet rho in event More... | |
Int_t | fEventNumber |
event number More... | |
Int_t | fNtracks |
n tracks in event More... | |
Double_t | fZvertex |
z vertex More... | |
Double_t | fCentrality |
centrality More... | |
Bool_t | fIso |
flag isolated or not More... | |
Double_t | fGamRho |
background energy for photons per cell in EMCal More... | |
Double_t | fMCGamPt |
MC gen pt photon. More... | |
Double_t | fMCGamEta |
MC gen eta photon. More... | |
Double_t | fMCGamPhi |
MC gen phi photon. More... | |
Int_t | fMCPartonType |
MC gen parton type origin of jet. More... | |
Double_t | fMCJetPt |
MC gen full jet pt. More... | |
Double_t | fMCJetChPt |
MC gen charged jet pt. More... | |
Double_t | fMCJet150Pt |
MC gen full jet (pt^particles>150MeV/c) pt. More... | |
Double_t | fMCJetCh150Pt |
MC gen charged jet (pt^particles>150MeV/c) pt. More... | |
Int_t | fMCJetNPart |
MC gen number of full jet particles. More... | |
Int_t | fMCJetChNPart |
MC gen number of charged jet particles. More... | |
Int_t | fMCJet150NPart |
MC gen number of full jet particles (pt>150MeV/c) More... | |
Int_t | fMCJetCh150NPart |
MC gen number of charged jet particles (pt>150MeV/c) More... | |
Double_t | fMCJetEta |
MC gen full jet eta. More... | |
Double_t | fMCJetPhi |
MC gen full jet phi. More... | |
Double_t | fMCJetChEta |
MC gen charged jet eta. More... | |
Double_t | fMCJetChPhi |
MC gen charged jet phi. More... | |
Double_t | fMCJet150Eta |
MC gen full jet eta (pt>150MeV/c) More... | |
Double_t | fMCJet150Phi |
MC gen full jet phi (pt>150MeV/c) More... | |
Double_t | fMCJetCh150Eta |
MC gen charged jet eta (pt>150MeV/c) More... | |
Double_t | fMCJetCh150Phi |
MC gen charged jet phi (pt>150MeV/c) More... | |
Double_t | fMCJetCh150ConePt |
MC gen charged jet (pt^particles>150MeV/c),R=0.4 pt. More... | |
Int_t | fMCJetCh150ConeNPart |
MC gen number of charged jet particles (pt>150MeV/c),R=0.4. More... | |
Double_t | fMCJetCh150ConeEta |
MC gen charged jet eta (pt>150MeV/c),R=0.4. More... | |
Double_t | fMCJetCh150ConePhi |
MC gen charged jet phi (pt>150MeV/c),R=0.4. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
Int_t | fNModules |
Number of EMCAL/PHOS modules to use in analysis, set in CaloUtils. More... | |
Int_t | fNRCU |
Number of EMCAL/PHOS RCU. More... | |
Int_t | fFirstModule |
First EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fLastModule |
Last EMCAL/PHOS module, set in CaloUtils or depending fidutial cuts. More... | |
Int_t | fNMaxCols |
Number of EMCAL/PHOS columns per SM. More... | |
Int_t | fNMaxRows |
Number of EMCAL/PHOS rows per SM. More... | |
Int_t | fNMaxColsFull |
Number of EMCAL/PHOS columns full detector. More... | |
Int_t | fNMaxRowsFull |
Number of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMin |
Last of EMCAL/PHOS rows full detector. More... | |
Int_t | fNMaxRowsFullMax |
First of EMCAL/PHOS rows full detector. More... | |
Definition at line 31 of file AliAnaParticleJetFinderCorrelation.h.
AliAnaParticleJetFinderCorrelation::AliAnaParticleJetFinderCorrelation | ( | ) |
Default constructor. Initialize parameters.
Definition at line 49 of file AliAnaParticleJetFinderCorrelation.cxx.
|
virtual |
Destructor.
Definition at line 160 of file AliAnaParticleJetFinderCorrelation.cxx.
|
private |
Copy constructor not implemented.
|
inline |
Definition at line 65 of file AliAnaParticleJetFinderCorrelation.h.
void AliAnaParticleJetFinderCorrelation::CalculateBkg | ( | TVector3 | gamma, |
TVector3 | jet, | ||
Double_t * | vector, | ||
Int_t | type | ||
) |
Calculate background for fragmentation function and fill histograms:
Definition at line 2045 of file AliAnaParticleJetFinderCorrelation.cxx.
Referenced by IsBackgroundSubtractionGamma(), and MakeAnalysisFillHistograms().
void AliAnaParticleJetFinderCorrelation::FindMCgenInfo | ( | ) |
Find information about photon and (quark or gluon) on generated level.
Definition at line 2381 of file AliAnaParticleJetFinderCorrelation.cxx.
Referenced by IsBackgroundSubtractionGamma(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 97 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 59 of file AliAnaParticleJetFinderCorrelation.h.
|
virtual |
Create histograms to be saved in output file and store them in fOutputContainer.
fGamPt
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 169 of file AliAnaParticleJetFinderCorrelation.cxx.
|
inline |
Definition at line 61 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 62 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 71 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 70 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 91 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 67 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 68 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 69 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 60 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 63 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 64 of file AliAnaParticleJetFinderCorrelation.h.
|
virtual |
Initialize the parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 891 of file AliAnaParticleJetFinderCorrelation.cxx.
Referenced by AliAnaParticleJetFinderCorrelation().
|
inline |
Definition at line 101 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 106 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 66 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 126 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 134 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 130 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 138 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 120 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 121 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 114 of file AliAnaParticleJetFinderCorrelation.h.
|
virtual |
Particle-Jet Correlation Analysis, fill AODs.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1040 of file AliAnaParticleJetFinderCorrelation.cxx.
|
virtual |
Particle-Jet Correlation Analysis, fill histograms.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1273 of file AliAnaParticleJetFinderCorrelation.cxx.
|
inline |
Definition at line 56 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by MakeAnalysisFillHistograms(), and SelectJet().
|
private |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1997 of file AliAnaParticleJetFinderCorrelation.cxx.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 57 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
Int_t AliAnaParticleJetFinderCorrelation::SelectJet | ( | AliCaloTrackParticle * | particle, |
TClonesArray * | aodRecJets | ||
) |
Input for jets is TClonesArray *aodRecJets.
Definition at line 926 of file AliAnaParticleJetFinderCorrelation.cxx.
Referenced by MakeAnalysisFillAOD(), and MakeAnalysisFillHistograms().
|
inline |
Definition at line 98 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 73 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 76 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 88 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 87 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 92 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 84 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 85 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 86 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 83 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 74 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 79 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 100 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 105 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 125 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 133 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 129 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 137 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 117 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 118 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 113 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 99 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 104 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 124 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 132 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 128 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 136 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 116 of file AliAnaParticleJetFinderCorrelation.h.
|
inline |
Definition at line 119 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 112 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
inline |
Definition at line 82 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by ConfigurePhotonJetAnalysis().
|
private |
use background jet from reader //new
Definition at line 160 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by IsBackgroundJetFromReader(), Print(), SelectJet(), SwitchOffBackgroundJetFromReader(), and SwitchOnBackgroundJetFromReader().
|
private |
name of background jet branch not set in reader part //new
Definition at line 161 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetBkgJetBranchName(), InitParameters(), Print(), and SetBkgJetBranchName().
|
private |
centrality
Definition at line 343 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
Jet cone size to calculate fragmentation function.
Definition at line 148 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetConeSize(), InitParameters(), Print(), and SetConeSize().
|
private |
Minimum Delta Phi Gamma-Leading.
Definition at line 143 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetDeltaPhiMaxCut(), InitParameters(), Print(), SelectJet(), and SetDeltaPhiCutRange().
|
private |
Maximum Delta Phi Gamma-Leading.
Definition at line 144 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetDeltaPhiMinCut(), InitParameters(), Print(), SelectJet(), and SetDeltaPhiCutRange().
|
private |
event number
Definition at line 340 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
average energy of photons (without most ene)
Definition at line 330 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
eta photon
Definition at line 325 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
lambda 0
Definition at line 320 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
Isolation cone radius.
Definition at line 163 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), GetGammaConeSize(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and SetGammaConeSize().
|
private |
ncells
Definition at line 324 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
number of clusters in iso cone
Definition at line 329 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
NLM.
Definition at line 321 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
number of tracks in iso cone
Definition at line 328 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
phi photon
Definition at line 326 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
pt
Definition at line 319 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
background energy for photons per cell in EMCal
Definition at line 345 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillAOD(), MakeAnalysisFillHistograms(), and SelectJet().
|
private |
energy in isolation cone charged
Definition at line 322 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
energy in isolation cone neutral
Definition at line 327 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
time
Definition at line 323 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pointer to random generator object
Definition at line 175 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by AliAnaParticleJetFinderCorrelation(), CalculateBkg(), and ~AliAnaParticleJetFinderCorrelation().
|
private |
! Background particle pt distribution in cone
Definition at line 206 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! Background fragmentation function, xsi = ln(pttrig/ptjet)
Definition at line 205 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! Background fragmentation function, z=ptjet/pttrig
Definition at line 204 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! area of jet in bkg branch
Definition at line 255 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! background from jet bkg branch
Definition at line 253 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! sigma of jet in backgroud branch
Definition at line 254 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Background multiplicity in cone
Definition at line 207 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! Background sum pt in cone
Definition at line 208 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! Background sum pt over ntracks in cone
Definition at line 209 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! Number of events after cuts
Definition at line 213 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! efficienct cuts
Definition at line 292 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), and SelectJet().
|
private |
! Difference of jet eta and trigger particle eta as function of trigger particle pT
Definition at line 180 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Difference of jet eta and trigger particle eta as function of trigger particle pT
Definition at line 215 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! Difference of jet phi and trigger particle phi as function of trigger particle pT
Definition at line 183 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Difference of jet phi and trigger particle phi (0,pi) as function of trigger particle pT
Definition at line 220 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! Difference of jet phi and trigger particle phi as function of trigger particle pT
Definition at line 216 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! Difference of jet phi and trigger particle phi as function of trigger particle pT
Definition at line 182 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Difference of jet pT and trigger particle pT as function of trigger particle pT
Definition at line 185 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Difference of jet pT and trigger particle pT as function of trigger particle pT
Definition at line 217 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! Jet particle pt distribution in cone
Definition at line 191 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, xsi = ln(pttrig/pt^particle,jet)
Definition at line 190 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet/pttrig
Definition at line 189 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! per trigger normalisation
Definition at line 200 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! average track from jets pt in event
Definition at line 245 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! area of each charged jet vs jet pt
Definition at line 234 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! area of each charged jet vs jet background
Definition at line 238 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! background energy of each charged jet vs jet pt
Definition at line 233 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! delta eta vs delta phi for (jet-track) <-0.8,0.8>
Definition at line 242 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! delta eta vs delta phi for (jet-track) <-pi,pi>
Definition at line 243 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta of all jets
Definition at line 228 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta vs number of particles in jet for all jets
Definition at line 231 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta vs number of particles in jet for background subtracted jets
Definition at line 232 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta of all jets vs pt
Definition at line 229 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Jet particle pt distribution in jet cone
Definition at line 196 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, xsi = ln(ptjet/pt^particle,jet)
Definition at line 195 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, xsi = ln(ptjet/pt^particle*-cos(jet,trig),jet)
Definition at line 198 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet/ptjet
Definition at line 194 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Accepted reconstructed jet fragmentation function, z=pt^particle,jet*-cos(jet,trig)/ptjet
Definition at line 197 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of reconstructed jets in event over pT threshold
Definition at line 237 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by AliAnaParticleJetFinderCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of particles in jets
Definition at line 241 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! the same for pt jet above 5 GeV
Definition at line 249 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! the same for jet with leading particle pt>5GeV
Definition at line 250 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! the same for most energetic jet
Definition at line 248 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of tracks in jet with pt above 0,1,2,3,4,5GeV
Definition at line 246 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Phi of all jets
Definition at line 227 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Phi vs eta of all jets
Definition at line 230 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt of all jets after bkg correction
Definition at line 225 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt of all jets
Definition at line 223 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt of all jets after bkg correction, raw jet pt>fJetMinPt
Definition at line 224 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pt of the most energetic jet
Definition at line 226 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! ratio tracks in jet with pt above 1,2,3,4,5GeV to ntracks
Definition at line 247 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! jet energy density vs centrality
Definition at line 240 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! jet energy density vs jet pt
Definition at line 239 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! generated jet eta vs phi full jet (pt>150 MeV/c)
Definition at line 313 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated jet eta vs phi charged jet (pt>150 MeV/c) R=0.4
Definition at line 315 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated jet eta vs phi charged jet (pt>150 MeV/c)
Definition at line 314 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated jet eta vs phi for charged jet
Definition at line 312 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated N parts (pt>150 MeV/c) vs pt charged jet R=0.4
Definition at line 308 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated N parts (pt>150 MeV/c) vs pt charged jet
Definition at line 307 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated N parts vs pt charged jet
Definition at line 305 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated jet eta vs phi for full jet
Definition at line 311 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated N parts (pt>150 MeV/c) vs pt full jet
Definition at line 306 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated N parts vs pt full jet
Definition at line 304 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated origin of jet
Definition at line 303 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated ratio pt charged(pt>150MeV/c)/charged jet
Definition at line 310 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated ratio pt charged/full jet
Definition at line 309 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated photon cuts
Definition at line 300 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated direct photon eta vs phi
Definition at line 302 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! generated direct photon pt
Definition at line 301 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
! Number of jets vs number of photons in the event
Definition at line 212 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! jet multiplicity in cone
Definition at line 192 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy of photon
Definition at line 259 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy of photon w/o most ene photon
Definition at line 261 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy in one cell vs centrality
Definition at line 268 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy in one cell vs n cells
Definition at line 269 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy in one cell vs n clusters
Definition at line 267 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average energy in one cell vs n tracks
Definition at line 266 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of gammas with ene. more than average ene (w/o most ene gamma) divided by no. of gammas
Definition at line 264 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of gammas with ene. more than average ene divided by no. of gammas
Definition at line 263 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of photons in event over pT threshold
Definition at line 265 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by AliAnaParticleJetFinderCorrelation(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pt of gamma before bkg correction
Definition at line 270 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pt of gamma after background correction
Definition at line 271 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pt of gamma after background correction in +-5 GeV/c
Definition at line 272 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! bkg correction = n_cells * median_rho
Definition at line 273 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! correction vs centrality
Definition at line 274 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! correction vs Ncells
Definition at line 275 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! correction vs Nclustres
Definition at line 277 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! correction vs Ntracks
Definition at line 276 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! most pt photon
Definition at line 258 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! ratio average energy of photon w/o most ene photon to most energetic photon
Definition at line 262 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! ratio average energy to most energetic photon
Definition at line 260 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! sum pt of charged tracks in the cone before correction
Definition at line 281 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! sum pt in cone afrer correction
Definition at line 280 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! sum pt in cone before correction
Definition at line 279 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! jet pT vs trigger particle pT
Definition at line 187 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! jet pT vs trigger particle pT
Definition at line 219 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! gamma jet correlation filling
Definition at line 201 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! Ratio of jet pT and trigger particle pT as function of trigger particle pT
Definition at line 186 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Ratio of jet pT and trigger particle pT as function of trigger particle pT
Definition at line 218 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and SelectJet().
|
private |
! eta and phi from random generator
Definition at line 297 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), and GetCreateOutputObjects().
|
private |
! area of selected charged jet vs jet pt
Definition at line 287 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! background energy of selected charged jet vs jet pt
Definition at line 286 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of jets in selected event
Definition at line 288 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! phi vs eta of selected jet
Definition at line 285 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! number of tracks in selected event
Definition at line 289 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! lambda0 vs pt for selected photons
Definition at line 296 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! nlm vs pt for selected photons
Definition at line 295 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Phi vs eta of all chosen tracks in selected events
Definition at line 290 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! average track pt in event
Definition at line 236 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Phi vs eta of all chosen tracks in all events
Definition at line 235 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
flag isolated or not
Definition at line 344 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
jet area
Definition at line 335 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
Jet area fraction X in X*pi*R^2, default 0.6.
Definition at line 157 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetJetAreaFraction(), InitParameters(), MakeAnalysisFillAOD(), Print(), SelectJet(), and SetJetAreaFraction().
|
private |
bkg energy of jet
Definition at line 334 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
name of jet branch not set in reader part //new
Definition at line 159 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetJetBranchName(), InitParameters(), Print(), and SetJetBranchName().
|
private |
Reconstructed jet cone size.
Definition at line 154 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), GetJetConeSize(), InitParameters(), MakeAnalysisFillAOD(), Print(), SelectJet(), and SetJetConeSize().
|
private |
eta phi
Definition at line 332 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
Minumum jet pt, default 5GeV/c.
Definition at line 155 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetJetMinPt(), InitParameters(), MakeAnalysisFillAOD(), MakeAnalysisFillHistograms(), Print(), SelectJet(), and SetJetMinPt().
|
private |
Minumum jet pt after bkg subtraction, default -100 GeV/c.
Definition at line 156 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetJetMinPtBkgSub(), InitParameters(), Print(), SelectJet(), and SetJetMinPtBkgSub().
|
private |
number of jet tracks
Definition at line 336 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
number of jet tracks with pt>1 GeV/c
Definition at line 337 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
number of jet tracks with pt>2 GeV/c
Definition at line 338 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
jet phi
Definition at line 331 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
jet pt
Definition at line 333 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
jet rho in event
Definition at line 339 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillAOD(), and SelectJet().
|
private |
Make particle-jet correlation in histogram maker.
Definition at line 151 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsCorrelationMadeInHistoMaker(), MakeAnalysisFillHistograms(), Print(), and SetMakeCorrelationInHistoMaker().
|
private |
MC gen eta photon.
Definition at line 348 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen phi photon.
Definition at line 349 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen pt photon.
Definition at line 347 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet eta (pt>150MeV/c)
Definition at line 363 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen number of full jet particles (pt>150MeV/c)
Definition at line 357 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet phi (pt>150MeV/c)
Definition at line 364 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet (pt^particles>150MeV/c) pt.
Definition at line 353 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet eta (pt>150MeV/c),R=0.4.
Definition at line 370 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen number of charged jet particles (pt>150MeV/c),R=0.4.
Definition at line 369 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet phi (pt>150MeV/c),R=0.4.
Definition at line 371 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet (pt^particles>150MeV/c),R=0.4 pt.
Definition at line 368 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet eta (pt>150MeV/c)
Definition at line 365 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen number of charged jet particles (pt>150MeV/c)
Definition at line 358 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet phi (pt>150MeV/c)
Definition at line 366 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet (pt^particles>150MeV/c) pt.
Definition at line 354 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet eta.
Definition at line 361 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen number of charged jet particles.
Definition at line 356 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet phi.
Definition at line 362 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen charged jet pt.
Definition at line 352 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet eta.
Definition at line 359 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen number of full jet particles.
Definition at line 355 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet phi.
Definition at line 360 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen full jet pt.
Definition at line 351 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
MC gen parton type origin of jet.
Definition at line 350 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and GetCreateOutputObjects().
|
private |
flag to use MC methods
Definition at line 173 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), IsMCStudies(), MakeAnalysisFillHistograms(), Print(), SwitchOffMCStudies(), and SwitchOnMCStudies().
|
private |
! momentum
Definition at line 177 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by FindMCgenInfo(), and MakeAnalysisFillHistograms().
|
private |
flag to choose gamma-jet pairs most energetic
Definition at line 166 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsMostEnergetic(), MakeAnalysisFillAOD(), Print(), SwitchOffMostEnergetic(), SwitchOffMostOpposite(), SwitchOnMostEnergetic(), and SwitchOnMostOpposite().
|
private |
flag to choose gamma-jet pairs most opposite
Definition at line 167 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsMostOpposite(), MakeAnalysisFillAOD(), Print(), SwitchOffMostEnergetic(), SwitchOffMostOpposite(), SwitchOnMostEnergetic(), and SwitchOnMostOpposite().
|
private |
n tracks in event
Definition at line 341 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
Jet pT threshold in jet cone.
Definition at line 149 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by CalculateBkg(), GetPtThresholdInCone(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and SetPtThresholdInCone().
|
private |
Jet/particle Ratio cut maximum.
Definition at line 145 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetRatioMaxCut(), InitParameters(), Print(), SelectJet(), and SetRatioCutRange().
|
private |
Jet/particle Ratio cut minimum.
Definition at line 146 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetRatioMinCut(), InitParameters(), Print(), SelectJet(), and SetRatioCutRange().
|
private |
flag to save gamma-jet tree
Definition at line 165 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), InitParameters(), IsSaveGJTree(), MakeAnalysisFillHistograms(), Print(), SwitchOffSaveGJTree(), and SwitchOnSaveGJTree().
|
private |
Select only trigger particles isolated.
Definition at line 152 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), OnlyIsolated(), Print(), and SelectIsolated().
|
private |
! gamma-jet tree
Definition at line 318 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
flag to use backgrouind subtraction for photons or not
Definition at line 164 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsBackgroundSubtractionGamma(), Print(), SelectJet(), SwitchOffBackgroundSubtractionGamma(), and SwitchOnBackgroundSubtractionGamma().
|
private |
flag to save bkg jet histograms
Definition at line 169 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsHistogramJetBkg(), Print(), SwitchOffHistogramJetBkg(), and SwitchOnHistogramJetBkg().
|
private |
flag to save jet tracks features
Definition at line 171 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsHistogramJetTracks(), Print(), SwitchOffHistogramJetTracks(), and SwitchOnHistogramJetTracks().
|
private |
flag to save CTS tracks features
Definition at line 170 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by InitParameters(), IsHistogramTracks(), Print(), SwitchOffHistogramTracks(), and SwitchOnHistogramTracks().
|
private |
Use track references from JETAN not the AOD tracks to calculate fragmentation function.
Definition at line 150 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by AreJetRefTracks(), InitParameters(), MakeAnalysisFillHistograms(), Print(), and UseJetRefTracks().
|
private |
z vertex
Definition at line 342 of file AliAnaParticleJetFinderCorrelation.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().