]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMakelibPWG2resonances.pkg
Implementation of all needed changes in the package in order to speed-up the executio...
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
index 3aa1b122842a3461ea3ef2805c515db569192047..9839f30560f412efb2ce0639baafe75332856ddd 100644 (file)
 #--------------------------------------------------------------------------------#
 
 set ( SRCS RESONANCES/AliRsnDaughter.cxx
-           RESONANCES/AliRsnMother.cxx 
-           RESONANCES/AliRsnPairDef.cxx 
-           RESONANCES/AliRsnEvent.cxx 
-           RESONANCES/AliRsnTarget.cxx 
-           RESONANCES/AliRsnValue.cxx 
-           RESONANCES/AliRsnCut.cxx 
-           RESONANCES/AliRsnCutValue.cxx 
-           RESONANCES/AliRsnCutPrimaryVertex.cxx 
-           RESONANCES/AliRsnCutESD2010.cxx 
-           RESONANCES/AliRsnCutTrackQuality.cxx 
-           RESONANCES/AliRsnCutPID.cxx 
-           RESONANCES/AliRsnCutPIDITS.cxx 
-           RESONANCES/AliRsnCutPIDTPC.cxx 
-           RESONANCES/AliRsnCutPIDTOF.cxx 
-           RESONANCES/AliRsnCutSet.cxx 
-           RESONANCES/AliRsnExpression.cxx 
-           RESONANCES/AliRsnVariableExpression.cxx 
-           RESONANCES/AliRsnCutManager.cxx 
-           RESONANCES/AliRsnFunction.cxx 
-           RESONANCES/AliRsnPair.cxx 
-           RESONANCES/AliRsnPairFunctions.cxx 
-           RESONANCES/AliRsnPairNtuple.cxx 
-           RESONANCES/AliRsnAnalysisManager.cxx 
-           RESONANCES/AliRsnVATProcessInfo.cxx 
-           RESONANCES/AliRsnVAnalysisTaskSE.cxx 
-           RESONANCES/AliRsnAnalysisSE.cxx 
-           RESONANCES/AliRsnAnalysisEffSE.cxx 
-           RESONANCES/AliRsnVAnalysisTask.cxx 
-           RESONANCES/AliRsnAnalysisTask.cxx 
-           RESONANCES/AliRsnMonitorTrack.cxx 
-           RESONANCES/AliRsnAnalysisMonitorTask.cxx )
+           RESONANCES/AliRsnMother.cxx
+           RESONANCES/AliRsnEvent.cxx
+           RESONANCES/AliRsnDaughterDef.cxx
+           RESONANCES/AliRsnPairDef.cxx
+           RESONANCES/AliRsnTarget.cxx
+           RESONANCES/AliRsnValue.cxx
+           RESONANCES/AliRsnCut.cxx
+           RESONANCES/AliRsnValueStd.cxx
+           RESONANCES/AliRsnValuePID.cxx
+           RESONANCES/AliRsnCutPrimaryVertex.cxx
+           RESONANCES/AliRsnCutTrackQuality.cxx
+           RESONANCES/AliRsnCutValue.cxx
+           RESONANCES/AliRsnCutPID.cxx
+           RESONANCES/AliRsnCutPIDITS.cxx
+           RESONANCES/AliRsnCutPIDTPC.cxx
+           RESONANCES/AliRsnCutPIDTOF.cxx
+           RESONANCES/AliRsnCutPIDNSigma.cxx
+           RESONANCES/AliRsnCutMomentumComparison.cxx
+           RESONANCES/AliRsnCutSet.cxx
+           RESONANCES/AliRsnExpression.cxx
+           RESONANCES/AliRsnVariableExpression.cxx
+           RESONANCES/AliRsnCutManager.cxx
+           RESONANCES/AliRsnListOutput.cxx
+           RESONANCES/AliRsnLoop.cxx
+           RESONANCES/AliRsnLoopDaughter.cxx
+           RESONANCES/AliRsnLoopPair.cxx
+           RESONANCES/AliRsnLoopEvent.cxx
+           RESONANCES/AliRsnLoopEff.cxx
+           RESONANCES/AliRsnLoopEffPair.cxx
+           RESONANCES/AliRsnDaughterSelector.cxx
+           RESONANCES/AliRsnInputHandler.cxx
+           RESONANCES/AliRsnAnalysisTask.cxx )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
@@ -64,7 +65,7 @@ set ( DHDR PWG2resonancesLinkDef.h)
 
 set ( EXPORT )
 
-set ( EINCLUDE  PYTHIA6 PWG2/RESONANCES CORRFW )
+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)