]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - OADB/CMakelibOADB.pkg
added methods to define the set of cuts used in the V0 and cascade re-vertexers ...
[u/mrichter/AliRoot.git] / OADB / CMakelibOADB.pkg
index f3c076b1f252d9f0ab9222bb89dc3424ad4f8274..84d4e6343244e8aea8bbc335c14357fc95d139f0 100644 (file)
@@ -4,7 +4,10 @@ set ( SRCS
   AliOADBPhysicsSelection.cxx 
   AliOADBFillingScheme.cxx 
   AliOADBTriggerAnalysis.cxx 
-  )
+  AliOADBTrackFix.cxx
+)
+
+file(GLOB_RECURSE OTHERS "*.root")
 
 string(REPLACE ".cxx" ".h" HDRS  "${SRCS}")
 
@@ -15,6 +18,6 @@ set ( EXPORT ${HDRS})
 set ( EINCLUDE ANALYSIS  STEER/STEERBase)
 
 # Install data to destination 
-install (DIRECTORY COMMON PWGPP PWGLF PWGJE PWGLF PWGDQ
+install (DIRECTORY COMMON EMCAL PHOS PWG PWGPP PWGLF PWGJE PWGLF
          DESTINATION OADB 
         PATTERN ".svn" EXCLUDE)