]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/CMakelibPWGLFresonances.pkg
Final TOF DAs
[u/mrichter/AliRoot.git] / PWGLF / CMakelibPWGLFresonances.pkg
index 96b7f0244a32f50a62ced7ab6c338d4e49a614f4..1452624ce6667e644f0258f2a97de02733e910c6 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,10 +33,12 @@ 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
            RESONANCES/AliRsnValueEvent.cxx
+           RESONANCES/AliRsnCutEventUtils.cxx
            RESONANCES/AliRsnCutPrimaryVertex.cxx
            RESONANCES/AliRsnCutTrackQuality.cxx
            RESONANCES/AliRsnCutTrue.cxx
@@ -45,14 +47,22 @@ set ( SRCS RESONANCES/AliRsnDaughter.cxx
            RESONANCES/AliRsnCutPIDITS.cxx
            RESONANCES/AliRsnCutPIDTPC.cxx
            RESONANCES/AliRsnCutPIDTOF.cxx
+           RESONANCES/AliRsnPIDRange.cxx
            RESONANCES/AliRsnCutPIDNSigma.cxx
            RESONANCES/AliRsnCutMomentumComparison.cxx
-           RESONANCES/AliRsnCutKaonForPhi2010.cxx
+          RESONANCES/AliRsnCutTOFMatch.cxx
+          RESONANCES/AliRsnCutPhi.cxx
+           RESONANCES/AliRsnCutDelta.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/AliRsnCutPhiRAA.cxx
+          RESONANCES/AliRsnCutDaughterD0.cxx
            RESONANCES/AliRsnCutV0.cxx 
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
@@ -78,15 +88,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} ANALYSIS)
+
+set ( PARINCLUDE PWGLF/RESONANCES )
+set ( EXPORT ${HDRS})