]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMake_libPWG2resonances.txt
Taking into account that only 1 or 2 values may be present for the
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
index 8ccc6136ba773328a349129dea0f9e1e4dcd8110..25d10fbad1ea6a0ce3f6a77904accd0f05cee225 100644 (file)
@@ -1,32 +1,33 @@
 # -*- mode: cmake -*-
 
-set(SRCS
-      RESONANCES/AliRsnMCInfo.cxx
-      RESONANCES/AliRsnDaughter.cxx
-      RESONANCES/AliRsnPairParticle.cxx
-      RESONANCES/AliRsnCut.cxx
-      RESONANCES/AliRsnCutSet.cxx
-      RESONANCES/AliRsnCutMgr.cxx
-      RESONANCES/AliRsnExpression.cxx
-      RESONANCES/AliRsnPID.cxx
-      RESONANCES/AliRsnPIDIndex.cxx
-      RESONANCES/AliRsnPIDWeightsMgr.cxx
-      RESONANCES/AliRsnEvent.cxx
-      RESONANCES/AliRsnEventBuffer.cxx
-      RESONANCES/AliRsnReader.cxx
-      RESONANCES/AliRsnReaderTask.cxx
-      RESONANCES/AliRsnReaderTaskSE.cxx
-      RESONANCES/AliRsnPairDef.cxx
-      RESONANCES/AliRsnHistoDef.cxx
-      RESONANCES/AliRsnFunction.cxx
-      RESONANCES/AliRsnPair.cxx
-      RESONANCES/AliRsnPairMgr.cxx
-      RESONANCES/AliRsnAnalysisTaskSEBase.cxx
-      RESONANCES/AliRsnBaseAT.cxx
-      RESONANCES/AliRsnAnalysisSE.cxx
-      RESONANCES/AliRsnAnalysisTask2ndStep.cxx
-      RESONANCES/AliRsnComparisonObj.cxx
-      RESONANCES/AliRsnComparisonAT.cxx
+set(SRCS  RESONANCES/AliRsnDaughter.cxx
+    RESONANCES/AliRsnPairParticle.cxx
+    RESONANCES/AliRsnExpression.cxx
+    RESONANCES/AliRsnVariableExpression.cxx
+    RESONANCES/AliRsnCut.cxx
+    RESONANCES/AliRsnCutStd.cxx
+    RESONANCES/AliRsnCutBetheBloch.cxx
+    RESONANCES/AliRsnCutESDPrimary.cxx
+    RESONANCES/AliRsnCutPrimaryVertex.cxx
+    RESONANCES/AliRsnCutSet.cxx
+    RESONANCES/AliRsnCutMgr.cxx
+    RESONANCES/AliRsnPIDIndex.cxx
+    RESONANCES/AliRsnPIDDefESD.cxx
+    RESONANCES/AliRsnEvent.cxx
+    RESONANCES/AliRsnPairDef.cxx
+    RESONANCES/AliRsnFunction.cxx
+    RESONANCES/AliRsnFunctionAxis.cxx
+    RESONANCES/AliRsnPair.cxx
+    RESONANCES/AliRsnVATProcessInfo.cxx
+    RESONANCES/AliRsnVAnalysisTaskSE.cxx
+    RESONANCES/AliRsnVAnalysisTaskME.cxx
+    RESONANCES/AliRsnVManager.cxx
+    RESONANCES/AliRsnPairManager.cxx
+    RESONANCES/AliRsnAnalysisManager.cxx
+    RESONANCES/AliRsnAnalysisSE.cxx
+    RESONANCES/AliRsnAnalysisME.cxx
+    RESONANCES/AliRsnAnalysisEffSE.cxx
+    RESONANCES/AliRsnAnalysisTrackEffSE.cxx
 )
 
 # fill list of header files from list of source files
@@ -34,4 +35,3 @@ set(SRCS
 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
 AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
-