X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FlibPWG2femtoscopy.pkg;h=1880d8736d07e9061516320193585434f8f19f19;hb=c5204bcd9e9f2bdd60c13ef9182ab96b1fd8a768;hp=41b062e214f3563c61b0c21a992e60fcd4f44de7;hpb=aeff084f4434837ac70aa3dd3b2e81bb9feae480;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/libPWG2femtoscopy.pkg b/PWG2/libPWG2femtoscopy.pkg index 41b062e214f..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,14 +37,15 @@ 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 \ FEMTOSCOPY/AliFemto/AliFemtoEventReaderAOD.cxx \ FEMTOSCOPY/AliFemto/AliFemtoEventReaderAODChain.cxx \ FEMTOSCOPY/AliFemto/AliFemtoAODTrackCut.cxx \ - FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx - + FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx HDRS= $(SRCS:.cxx=.h) HDRS += FEMTOSCOPY/AliFemto/AliFmThreeVector.h \ @@ -53,7 +56,42 @@ HDRS += FEMTOSCOPY/AliFemto/AliFmThreeVector.h \ FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h \ FEMTOSCOPY/AliFemto/AliFemtoV0Cut.h \ FEMTOSCOPY/AliFemto/AliFemtoKinkCut.h \ - FEMTOSCOPY/AliFemto/AliFemtoXiCut.h + FEMTOSCOPY/AliFemto/AliFemtoXiCut.h \ + FEMTOSCOPY/AliFemto/AliFemtoAnalysisCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoAnalysis.h \ + FEMTOSCOPY/AliFemto/AliFemtoCorrFctnCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoCorrFctn.h \ + FEMTOSCOPY/AliFemto/AliFemtoEnumeration.h \ + FEMTOSCOPY/AliFemto/AliFemtoHelix.h \ + FEMTOSCOPY/AliFemto/AliFemtoHiddenInfo.h \ + FEMTOSCOPY/AliFemto/AliFemtoLikeSignCorrFctn.h \ + FEMTOSCOPY/AliFemto/AliFemtoLorentzVectorD.h \ + FEMTOSCOPY/AliFemto/AliFemtoLorentzVector.h \ + FEMTOSCOPY/AliFemto/AliFemtoString.h \ + FEMTOSCOPY/AliFemto/AliFemtoThreeVectorD.h \ + FEMTOSCOPY/AliFemto/AliFemtoThreeVector.h \ + FEMTOSCOPY/AliFemto/AliFemtoTypes.h \ + FEMTOSCOPY/AliFemto/AliFemtoVector.h \ + FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h \ + FEMTOSCOPY/AliFemto/AliFmLorentzVector.h \ + FEMTOSCOPY/AliFemto/phys_constants.h \ + FEMTOSCOPY/AliFemto/PhysicalConstants.h \ + FEMTOSCOPY/AliFemto/SystemOfUnits.h \ + FEMTOSCOPY/AliFemto/AliFemtoPairCut.h \ + FEMTOSCOPY/AliFemto/AliFemtoEventCut.h \ + FEMTOSCOPY/AliFemto/AliFemtoParticleCut.h \ + FEMTOSCOPY/AliFemto/AliFemtoTrackCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoV0Collection.h \ + FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoKinkCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoParticleCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoCutMonitorCollection.h \ + FEMTOSCOPY/AliFemto/AliFemtoTrackCut.h \ + FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollectionVector.h \ + FEMTOSCOPY/AliFemto/AliFemtoEventWriter.h \ + FEMTOSCOPY/AliFemto/AliFemtoEventWriterCollection.h + FSRCS= FEMTOSCOPY/AliFemto/AliFemtoFsiTools.F \ FEMTOSCOPY/AliFemto/AliFemtoFsiWeightLednicky.F @@ -64,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