X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FlibPWG2femtoscopy.pkg;h=1880d8736d07e9061516320193585434f8f19f19;hb=c5204bcd9e9f2bdd60c13ef9182ab96b1fd8a768;hp=a47f4e598adaf4513bc84f9f5566815c21ae9ab5;hpb=aad445754435f06efac2fe2c9d5916ec7d984381;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/libPWG2femtoscopy.pkg b/PWG2/libPWG2femtoscopy.pkg index a47f4e598ad..1880d8736d0 100644 --- a/PWG2/libPWG2femtoscopy.pkg +++ b/PWG2/libPWG2femtoscopy.pkg @@ -1,3 +1,5 @@ +#-*- Mode: Makefile -*- + SRCS= FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx \ FEMTOSCOPY/AliFemto/AliFemtoLikeSignAnalysis.cxx \ FEMTOSCOPY/AliFemto/AliFemtoVertexAnalysis.cxx \ @@ -35,6 +37,8 @@ SRCS= FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx \ FEMTOSCOPY/AliFemto/AliFemtoModelFreezeOutGenerator.cxx \ FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorLednicky.cxx \ FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.cxx \ + FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleVertPos.cxx \ + FEMTOSCOPY/AliFemto/AliFemtoCutMonitorEventMult.cxx \ FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.cxx \ FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.cxx \ FEMTOSCOPY/AliFemto/AliFemtoCorrFctn3DSpherical.cxx \ @@ -98,3 +102,7 @@ EXPORT:= EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \ + -lESD -lAOD -lPWG2AOD +endif