]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/AOD/AliAODPWG4ParticleCorrelation.h
1) Reference arrays with tracks and clusters before defined in the AliAODPWG4Particl...
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Apr 2009 12:00:14 +0000 (12:00 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Apr 2009 12:00:14 +0000 (12:00 +0000)
commita3aebfff4a53f81498544cdd41e7a563056ef8a5
tree6d4c751a4ab266640d43485a01f567cfff78e4af
parent4522d4704898f2d788ba2148d238208d0e375feb
1)  Reference arrays with tracks and clusters before defined in the AliAODPWG4ParticleCorrelatio now will are kept in a TList, the arrays are declared and defined in the corresponding subtask. In this way we can execute different subtasks (Isolation+Hadron Correlation+Jet Correlation) with the same task .

2)  The name of the histograms has changed. The name will begin with a common string for each subtask, for example all the histograms produced by AliAnaPhoton now begin with AnaPhoton_OldName (ex: AnaPhoton_hPt).

3) AliCaloTrackESDReader: Bug in the filling of the track matched indeces corrected.

4) AliAnaPhoton: Possibility to switch on/off the rejection of track matched clusters when PID option is on.

5) AddTaskPartCorr.C: Now it executes the following analysis executing only once the reader: Pi0 invariant mass, photon isolation, photon correlation with hadrons and photon correlation with jets.
33 files changed:
PWG4/PartCorrBase/AliAODPWG4Particle.cxx
PWG4/PartCorrBase/AliAODPWG4Particle.h
PWG4/PartCorrBase/AliAODPWG4ParticleCorrelation.cxx
PWG4/PartCorrBase/AliAODPWG4ParticleCorrelation.h
PWG4/PartCorrBase/AliAnaPartCorrBaseClass.cxx
PWG4/PartCorrBase/AliAnaPartCorrBaseClass.h
PWG4/PartCorrBase/AliAnaPartCorrMaker.cxx
PWG4/PartCorrBase/AliCaloTrackAODReader.cxx
PWG4/PartCorrBase/AliCaloTrackESDReader.cxx
PWG4/PartCorrBase/AliCaloTrackMCReader.cxx
PWG4/PartCorrBase/AliFidutialCut.cxx
PWG4/PartCorrBase/AliIsolationCut.cxx
PWG4/PartCorrBase/AliIsolationCut.h
PWG4/PartCorrBase/AliMCAnalysisUtils.cxx
PWG4/PartCorrBase/AliNeutralMesonSelection.cxx
PWG4/PartCorrDep/AliAnaChargedParticles.cxx
PWG4/PartCorrDep/AliAnaExample.cxx
PWG4/PartCorrDep/AliAnaParticleHadronCorrelation.cxx
PWG4/PartCorrDep/AliAnaParticleHadronCorrelation.h
PWG4/PartCorrDep/AliAnaParticleIsolation.cxx
PWG4/PartCorrDep/AliAnaParticleIsolation.h
PWG4/PartCorrDep/AliAnaParticleJetFinderCorrelation.cxx
PWG4/PartCorrDep/AliAnaParticleJetFinderCorrelation.h
PWG4/PartCorrDep/AliAnaParticleJetLeadingConeCorrelation.cxx
PWG4/PartCorrDep/AliAnaParticleJetLeadingConeCorrelation.h
PWG4/PartCorrDep/AliAnaParticlePartonCorrelation.cxx
PWG4/PartCorrDep/AliAnaPhoton.cxx
PWG4/PartCorrDep/AliAnaPhoton.h
PWG4/PartCorrDep/AliAnaPi0.cxx
PWG4/PartCorrDep/AliAnaPi0EbE.cxx
PWG4/PartCorrDep/AliAnaPi0EbE.h
PWG4/macros/AddTaskPartCorr.C
PWG4/macros/ConfigAnalysisPhoton.C