]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/CMakelibPWGLFresonances.pkg
add new full mc track selection to event
[u/mrichter/AliRoot.git] / PWGLF / CMakelibPWGLFresonances.pkg
index 24ae42089756c308f9e5e6e3571b7fac4d24eccc..88d81f44f6dddad6077199744e4a1ea123b9d73b 100644 (file)
@@ -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,21 @@ 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/AliRsnCutPhiRAA.cxx
+          RESONANCES/AliRsnCutDaughterD0.cxx
            RESONANCES/AliRsnCutV0.cxx 
            RESONANCES/AliRsnCutSet.cxx
            RESONANCES/AliRsnExpression.cxx
@@ -78,9 +87,7 @@ 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}" )
@@ -89,4 +96,7 @@ set ( DHDR PWGLFresonancesLinkDef.h)
 
 set ( EXPORT )
 
-set ( EINCLUDE  PYTHIA6 PWGLF/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})