]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Included cut on primary vertex into compilation
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Jul 2009 07:46:46 +0000 (07:46 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Jul 2009 07:46:46 +0000 (07:46 +0000)
PWG2/CMake_libPWG2resonances.txt
PWG2/PWG2resonancesLinkDef.h
PWG2/libPWG2resonances.pkg

index 20220cd5352952b3ea2138ab80eb3b50226b7837..cfef2fdf5904d15ee632763b0affbc2ea6f9a229 100644 (file)
@@ -4,8 +4,9 @@ set(SRCS  RESONANCES/AliRsnDaughter.cxx
     RESONANCES/AliRsnPairParticle.cxx
     RESONANCES/AliRsnCut.cxx
     RESONANCES/AliRsnCutStd.cxx
-    RESONANCES/AliRsnCutBetheBlock.cxx
+    RESONANCES/AliRsnCutBetheBloch.cxx
     RESONANCES/AliRsnCutESDPrimary.cxx
+    RESONANCES/AliRsnCutPrimaryVertex.cxx 
     RESONANCES/AliRsnCutSet.cxx
     RESONANCES/AliRsnCutMgr.cxx
     RESONANCES/AliRsnExpression.cxx
index acc4fd1cdcfbb2512dc189537f27a027f9a3b010..484140aad0a4a0dc22062234ffec54485a5854fd 100644 (file)
@@ -7,6 +7,7 @@
 #pragma link C++ class AliRsnCutStd+;
 #pragma link C++ class AliRsnCutBetheBloch+;
 #pragma link C++ class AliRsnCutESDPrimary+;
+#pragma link C++ class AliRsnCutPrimaryVertex+;
 #pragma link C++ class AliRsnCutSet+;
 #pragma link C++ class AliRsnCutMgr+;
 #pragma link C++ class AliRsnExpression+;
index 043bb88e14144b54c3115436f786151064c97f7d..5922bc49d130cabfa707ba38d67d9cbbc3ed7c34 100644 (file)
@@ -6,6 +6,7 @@ SRCS= RESONANCES/AliRsnDaughter.cxx \
       RESONANCES/AliRsnCutStd.cxx \
       RESONANCES/AliRsnCutBetheBloch.cxx \
       RESONANCES/AliRsnCutESDPrimary.cxx \
+      RESONANCES/AliRsnCutPrimaryVertex.cxx \
       RESONANCES/AliRsnCutSet.cxx \
       RESONANCES/AliRsnCutMgr.cxx \
       RESONANCES/AliRsnExpression.cxx \