]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2femtoscopy.pkg
Deleting array of overlaps
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopy.pkg
index 41b062e214f3563c61b0c21a992e60fcd4f44de7..1880d8736d07e9061516320193585434f8f19f19 100644 (file)
@@ -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