]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated source compilation files collection
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 07:53:57 +0000 (07:53 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 07:53:57 +0000 (07:53 +0000)
PWG2/CMake_libPWG2resonances.txt
PWG2/PWG2resonancesLinkDef.h
PWG2/libPWG2resonances.pkg

index 5ec161b0d2005be3d8fbd973dab2853844f824e6..20220cd5352952b3ea2138ab80eb3b50226b7837 100644 (file)
@@ -4,6 +4,8 @@ set(SRCS  RESONANCES/AliRsnDaughter.cxx
     RESONANCES/AliRsnPairParticle.cxx
     RESONANCES/AliRsnCut.cxx
     RESONANCES/AliRsnCutStd.cxx
+    RESONANCES/AliRsnCutBetheBlock.cxx
+    RESONANCES/AliRsnCutESDPrimary.cxx
     RESONANCES/AliRsnCutSet.cxx
     RESONANCES/AliRsnCutMgr.cxx
     RESONANCES/AliRsnExpression.cxx
@@ -11,8 +13,8 @@ set(SRCS  RESONANCES/AliRsnDaughter.cxx
     RESONANCES/AliRsnPIDDefESD.cxx
     RESONANCES/AliRsnEvent.cxx
     RESONANCES/AliRsnPairDef.cxx
-    RESONANCES/AliRsnHistoDef.cxx
     RESONANCES/AliRsnFunction.cxx
+    RESONANCES/AliRsnFunctionAxis.cxx
     RESONANCES/AliRsnPair.cxx
     RESONANCES/AliRsnVATProcessInfo.cxx
     RESONANCES/AliRsnVAnalysisTaskSE.cxx
index 36ed5757848c73571fe5dedb9b11de0cc69196ba..acc4fd1cdcfbb2512dc189537f27a027f9a3b010 100644 (file)
@@ -6,6 +6,7 @@
 #pragma link C++ class AliRsnCut+;
 #pragma link C++ class AliRsnCutStd+;
 #pragma link C++ class AliRsnCutBetheBloch+;
+#pragma link C++ class AliRsnCutESDPrimary+;
 #pragma link C++ class AliRsnCutSet+;
 #pragma link C++ class AliRsnCutMgr+;
 #pragma link C++ class AliRsnExpression+;
@@ -17,9 +18,9 @@
 #pragma link C++ class AliRsnEvent+;
 
 #pragma link C++ class AliRsnPairDef+;
-#pragma link C++ class AliRsnHistoDef+;
 
 #pragma link C++ class AliRsnFunction+;
+#pragma link C++ class AliRsnFunctionAxis+;
 
 #pragma link C++ class AliRsnPair+;
 
index c39b40916d1e6642e42bd052875ac2686967e96d..043bb88e14144b54c3115436f786151064c97f7d 100644 (file)
@@ -5,6 +5,7 @@ SRCS= RESONANCES/AliRsnDaughter.cxx \
       RESONANCES/AliRsnCut.cxx \
       RESONANCES/AliRsnCutStd.cxx \
       RESONANCES/AliRsnCutBetheBloch.cxx \
+      RESONANCES/AliRsnCutESDPrimary.cxx \
       RESONANCES/AliRsnCutSet.cxx \
       RESONANCES/AliRsnCutMgr.cxx \
       RESONANCES/AliRsnExpression.cxx \
@@ -12,8 +13,8 @@ SRCS= RESONANCES/AliRsnDaughter.cxx \
       RESONANCES/AliRsnPIDDefESD.cxx \
       RESONANCES/AliRsnEvent.cxx \
       RESONANCES/AliRsnPairDef.cxx \
-      RESONANCES/AliRsnHistoDef.cxx \
       RESONANCES/AliRsnFunction.cxx \
+      RESONANCES/AliRsnFunctionAxis.cxx \
       RESONANCES/AliRsnPair.cxx \
       RESONANCES/AliRsnVATProcessInfo.cxx \
       RESONANCES/AliRsnVAnalysisTaskSE.cxx \