]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/CMakelibPWG2resonances.pkg
-- modified cut analysis for Pb-Pb
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
index ab1dea183f2d707d1f31e7cefef0f8ab81d59428..17d1a82dd8a218bd42e5658b6bad08b90d89cbdb 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/AliRsnCutAOD2010.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/AliRsnVAnalysisTaskME.cxx 
-           RESONANCES/AliRsnAnalysisSE.cxx 
-           RESONANCES/AliRsnAnalysisME.cxx 
-           RESONANCES/AliRsnAnalysisEffSE.cxx 
-           RESONANCES/AliRsnAnalysisPhiKK.cxx 
-           RESONANCES/AliRsnAnalysisKStarKpi.cxx 
-           RESONANCES/AliRsnVAnalysisTask.cxx 
-           RESONANCES/AliRsnAnalysisTask.cxx 
-           RESONANCES/AliRsnMonitorTrack.cxx 
-           RESONANCES/AliRsnAnalysisMonitorTask.cxx 
-           RESONANCES/extra/AliRsnTOFT0maker.cxx 
-           RESONANCES/extra/AliRsnAnalysisPhi900GeV.cxx 
-           RESONANCES/extra/AliRsnAnalysisPhi7TeV.cxx 
-           RESONANCES/extra/AliRsnAnalysisPhi7TeVNoPID.cxx 
-           RESONANCES/extra/AliAnalysisTaskSigma1385.cxx )
+           RESONANCES/AliRsnMother.cxx
+           RESONANCES/AliRsnEvent.cxx
+           RESONANCES/AliRsnDaughterDef.cxx
+           RESONANCES/AliRsnPairDef.cxx
+           RESONANCES/AliRsnTarget.cxx
+           RESONANCES/AliRsnValue.cxx
+           RESONANCES/AliRsnCut.cxx
+           RESONANCES/AliRsnValueDaughter.cxx
+           RESONANCES/AliRsnValuePair.cxx
+           RESONANCES/AliRsnValueEvent.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/AliRsnCutKaonForPhi2010.cxx
+           RESONANCES/AliRsnCutKaonForPhi2010PP.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}" )
 
@@ -74,7 +68,7 @@ set ( DHDR PWG2resonancesLinkDef.h)
 
 set ( EXPORT )
 
-set ( EINCLUDE  PYTHIA6 PWG2/RESONANCES CORRFW TOF)
+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)