]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWG2/PWG2femtoscopyUserLinkDef.h
Bring AliFemto up to date with latest code developements
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Feb 2008 16:51:41 +0000 (16:51 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Feb 2008 16:51:41 +0000 (16:51 +0000)
commit0b3bd1acc8fd5d5136d8d82aa4fc37fba36d5f44
treef3a511d4503d23d27ee3cbc7fb92539bbc48d134
parent337789627da69e534a5083de8ce00a02883975ca
Bring AliFemto up to date with latest code developements

 - Update autmatic generation of output histogram list
 - Add cuts, monitors and correlation functions for various TPC
  quality information (exit point, entrance point, track quality,
  momentum resolution, TPC-only momentum)
 - Add readers for new ESD
 - Add readers for Kinematics information with the new ESD
 - Update model code to use true PID for weight generation
 - Add code to calculate correlation functions for non-identical
  particles
 - Add basic examples for track and particle monitors
69 files changed:
PWG2/FEMTOSCOPY/AliFemto/AliFemtoAnalysis.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoBPLCMS3DCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoBPLCMS3DCorrFctn.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCorrFctn.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorHandler.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorHandler.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoDummyPairCut.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoDummyPairCut.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESD.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChain.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChain.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChainKine.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChainKine.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemto/AliFemtoKink.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoKink.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoLikeSignCorrFctn.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoManager.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelCorrFctn.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelHiddenInfo.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelWeightGenerator.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelWeightGenerator.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorBasic.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoPair.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoPair.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoParticle.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoParticle.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoQinvCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoQinvCorrFctn.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.h
PWG2/FEMTOSCOPY/AliFemto/AliFemtoTrack.cxx
PWG2/FEMTOSCOPY/AliFemto/AliFemtoTrack.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleYPt.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleYPt.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoEventReaderESDKine.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoEventReaderESDKine.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityPairCut.h
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.h [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx [new file with mode: 0644]
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.h [new file with mode: 0644]
PWG2/PWG2femtoscopyLinkDef.h
PWG2/PWG2femtoscopyUserLinkDef.h
PWG2/libPWG2femtoscopy.pkg
PWG2/libPWG2femtoscopyUser.pkg