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