]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2femtoscopy.pkg
Changes to the ddl map due to changes in the hardware (E. Fragiacomo)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopy.pkg
index 0fbc7481ab51deebc8ccb185f0ed011dd8d06772..2f0bf1a1a1693bf168a6f8301c92814a5d8c4067 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS= FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoLikeSignAnalysis.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoVertexAnalysis.cxx \
@@ -37,10 +39,11 @@ SRCS= FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx \
       FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.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/AliFemtoAODTrackCut.cxx \
+      FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx 
 
 HDRS= $(SRCS:.cxx=.h) 
 HDRS += FEMTOSCOPY/AliFemto/AliFmThreeVector.h \
@@ -51,7 +54,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
@@ -62,3 +100,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