]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2femtoscopyUser.pkg
bug fix in the vertex selection
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopyUser.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
e0c83f7f 3SRCS= FEMTOSCOPY/AliFemtoUser/AliFemtoQPairCut.cxx \
4 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityPairCut.cxx \
0b3bd1ac 5 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.cxx \
6 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.cxx \
e0c83f7f 7 FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx \
0b3bd1ac 8 FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx \
9 FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx \
e0c83f7f 10 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx \
9eb1a14c 11 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnDEtaDPhi.cxx \
0b3bd1ac 12 FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx \
f007751a 13 FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx \
0b3bd1ac 14 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx \
aeff084f 15 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx \
16 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx \
17 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx \
a329d65b 18 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx \
006267d9 19 FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx \
20 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCchiNdof.cxx \
21 FEMTOSCOPY/AliFemtoUser/AliFemtoQATrackCut.cxx \
22 FEMTOSCOPY/AliFemtoUser/AliFemtoQAEventCut.cxx \
23 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCncls.cxx \
24 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepQAPairCut.cxx \
25 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityQAPairCut.cxx \
e30b4b66 26 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx \
27 FEMTOSCOPY/AliFemtoUser/AliFemtoYlm.cxx \
28 FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnDirectYlm.cxx \
29 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnDirectYlm.cxx \
30 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticlePtPDG.cxx \
92d18c4d 31 FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnTPCNcls.cxx \
32 FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnDEtaDPhi.cxx \
33 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleEtCorr.cxx
e30b4b66 34
95b1cf35 35# FEMTOSCOPY/AliFemtoUser/AliFemtoPhiPairCut.cxx \
e30b4b66 36# FEMTOSCOPY/AliFemtoUser/AliFemtoEventReaderESDKine.cxx \
37# FEMTOSCOPY/AliFemtoUser/AliFemtoEventReaderAllESDKine.cxx \
11c37b83 38
39HDRS= $(SRCS:.cxx=.h)
40
41DHDR:= PWG2femtoscopyUserLinkDef.h
42
43EXPORT:=
44
beb8c7cf 45EINCLUDE:= PWG2/AOD PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemtoUser
1e57e576 46
47ifeq (win32gcc,$(ALICE_TARGET))
48PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
beb8c7cf 49 -lPWG2AOD -lPWG2femtoscopy
1e57e576 50endif