]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMakelibPWG2resonances.pkg
Fix Coverity
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
index dc022c8dc574925a5a496ca38d1677220d78157e..96b7f0244a32f50a62ced7ab6c338d4e49a614f4 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*-
 #--------------------------------------------------------------------------------#
 # Package File for PWG2resonances                                                #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
@@ -51,6 +52,7 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnCutPion2010PP.cxx
            RESONANCES/AliRsnCutProton2010PP.cxx
            RESONANCES/AliRsnCutDaughterKStar2010PP.cxx 
+           RESONANCES/AliRsnCutDaughterLStar2010.cxx 
            RESONANCES/AliRsnCutV0.cxx 
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
@@ -74,7 +76,12 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnMiniOutput.cxx
            RESONANCES/AliRsnMiniValue.cxx
            RESONANCES/AliRsnMiniMonitor.cxx
-           RESONANCES/AliRsnMiniAnalysisTask.cxx )
+           RESONANCES/AliRsnMiniAnalysisTask.cxx
+           RESONANCES/AliRsnMiniMonitorTask.cxx
+          RESONANCES/AliRsnCutKaon.cxx 
+           RESONANCES/AliRsnCutPion.cxx
+          RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx 
+ )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
@@ -82,9 +89,4 @@ set ( DHDR PWG2resonancesLinkDef.h)
 
 set ( EXPORT )
 
-set ( EINCLUDE  PYTHIA6 PWG2/RESONANCES CORRFW ANALYSIS/EventMixing )
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-                       set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase -lESD -lANALYSIS -lANALYSISalice -L${ROOTLIBDIR} -lEG)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EINCLUDE  PYTHIA6 PWG2/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase)