]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/CMakelibPWGLFresonances.pkg
coverity fix
[u/mrichter/AliRoot.git] / PWGLF / CMakelibPWGLFresonances.pkg
index 96b7f0244a32f50a62ced7ab6c338d4e49a614f4..5164289a207a718ebe67d627b387b12feae45ac8 100644 (file)
@@ -1,6 +1,6 @@
 # -*- mode: CMake -*-
 #--------------------------------------------------------------------------------#
-# Package File for PWG2resonances                                                #
+# Package File for PWGLFresonances                                                #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # Variables Defined :                                                            #
 #                                                                                #
@@ -33,6 +33,7 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnPairDef.cxx
            RESONANCES/AliRsnTarget.cxx
            RESONANCES/AliRsnValue.cxx
+           RESONANCES/AliRsnAction.cxx
            RESONANCES/AliRsnCut.cxx
            RESONANCES/AliRsnValueDaughter.cxx
            RESONANCES/AliRsnValuePair.cxx
@@ -45,14 +46,19 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnCutPIDITS.cxx
            RESONANCES/AliRsnCutPIDTPC.cxx
            RESONANCES/AliRsnCutPIDTOF.cxx
+           RESONANCES/AliRsnPIDRange.cxx
            RESONANCES/AliRsnCutPIDNSigma.cxx
            RESONANCES/AliRsnCutMomentumComparison.cxx
+          RESONANCES/AliRsnCutTOFMatch.cxx
+          RESONANCES/AliRsnCutPhi.cxx
            RESONANCES/AliRsnCutKaonForPhi2010.cxx
            RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
            RESONANCES/AliRsnCutPion2010PP.cxx
            RESONANCES/AliRsnCutProton2010PP.cxx
            RESONANCES/AliRsnCutDaughterKStar2010PP.cxx 
-           RESONANCES/AliRsnCutDaughterLStar2010.cxx 
+           RESONANCES/AliRsnCutDaughterLStar2010.cxx
+          RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx 
+          RESONANCES/AliRsnCutSetDaughterParticle.cxx 
            RESONANCES/AliRsnCutV0.cxx 
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
@@ -78,15 +84,16 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnMiniMonitor.cxx
            RESONANCES/AliRsnMiniAnalysisTask.cxx
            RESONANCES/AliRsnMiniMonitorTask.cxx
-          RESONANCES/AliRsnCutKaon.cxx 
-           RESONANCES/AliRsnCutPion.cxx
-          RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx 
+           RESONANCES/AliRsnTrainManager.cxx
  )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
-set ( DHDR PWG2resonancesLinkDef.h)
+set ( DHDR PWGLFresonancesLinkDef.h)
 
 set ( EXPORT )
 
-set ( EINCLUDE  PYTHIA6 PWG2/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase)
+set ( EINCLUDE  PYTHIA6 PWGLF/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase ${EXTRA_INCLUDE})
+
+set ( PARINCLUDE PWGLF/RESONANCES )
+set ( EXPORT ${HDRS})