]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMakelibPWG2resonances.pkg
Added a prototype of V0 cut.
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
CommitLineData
6db31708 1#--------------------------------------------------------------------------------#
2# Package File for PWG2resonances #
3# Author : Johny Jose (johny.jose@cern.ch) #
4# Variables Defined : #
5# #
6# SRCS - C++ source files #
7# HDRS - C++ header files #
8# DHDR - ROOT Dictionary Linkdef header file #
9# CSRCS - C source files #
10# CHDRS - C header files #
11# EINCLUDE - Include directories #
12# EDEFINE - Compiler definitions #
13# ELIBS - Extra libraries to link #
14# ELIBSDIR - Extra library directories #
15# PACKFFLAGS - Fortran compiler flags for package #
16# PACKCXXFLAGS - C++ compiler flags for package #
17# PACKCFLAGS - C compiler flags for package #
18# PACKSOFLAGS - Shared library linking flags #
19# PACKLDFLAGS - Module linker flags #
20# PACKBLIBS - Libraries to link (Executables only) #
21# EXPORT - Header files to be exported #
22# CINTHDRS - Dictionary header files #
23# CINTAUTOLINK - Set automatic dictionary generation #
24# ARLIBS - Archive Libraries and objects for linking (Executables only) #
25# SHLIBS - Shared Libraries and objects for linking (Executables only) #
26#--------------------------------------------------------------------------------#
27
659ef4f0 28set ( SRCS RESONANCES/AliRsnDaughter.cxx
c865cb1d 29 RESONANCES/AliRsnMother.cxx
30 RESONANCES/AliRsnEvent.cxx
11ed73f6 31 RESONANCES/AliRsnDaughterDef.cxx
c865cb1d 32 RESONANCES/AliRsnPairDef.cxx
33 RESONANCES/AliRsnTarget.cxx
34 RESONANCES/AliRsnValue.cxx
35 RESONANCES/AliRsnCut.cxx
f34f960b 36 RESONANCES/AliRsnValueDaughter.cxx
37 RESONANCES/AliRsnValuePair.cxx
38 RESONANCES/AliRsnValueEvent.cxx
c865cb1d 39 RESONANCES/AliRsnCutPrimaryVertex.cxx
40 RESONANCES/AliRsnCutTrackQuality.cxx
b63357a0 41 RESONANCES/AliRsnCutTrue.cxx
c865cb1d 42 RESONANCES/AliRsnCutValue.cxx
43 RESONANCES/AliRsnCutPID.cxx
44 RESONANCES/AliRsnCutPIDITS.cxx
45 RESONANCES/AliRsnCutPIDTPC.cxx
46 RESONANCES/AliRsnCutPIDTOF.cxx
47 RESONANCES/AliRsnCutPIDNSigma.cxx
48 RESONANCES/AliRsnCutMomentumComparison.cxx
f34f960b 49 RESONANCES/AliRsnCutKaonForPhi2010.cxx
110620ce 50 RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
b63357a0 51 RESONANCES/AliRsnCutPion2010PP.cxx
52 RESONANCES/AliRsnCutProton2010PP.cxx
de957967 53 RESONANCES/AliRsnCutDaughterKStar2010PP.cxx
8082e538 54 RESONANCES/AliRsnCutV0.cxx
c865cb1d 55 RESONANCES/AliRsnCutSet.cxx
56 RESONANCES/AliRsnExpression.cxx
57 RESONANCES/AliRsnVariableExpression.cxx
58 RESONANCES/AliRsnCutManager.cxx
59 RESONANCES/AliRsnListOutput.cxx
60 RESONANCES/AliRsnLoop.cxx
61 RESONANCES/AliRsnLoopDaughter.cxx
62 RESONANCES/AliRsnLoopPair.cxx
63 RESONANCES/AliRsnLoopEvent.cxx
64 RESONANCES/AliRsnLoopEff.cxx
65 RESONANCES/AliRsnLoopEffPair.cxx
66 RESONANCES/AliRsnDaughterSelector.cxx
67 RESONANCES/AliRsnInputHandler.cxx
b63357a0 68 RESONANCES/AliRsnAnalysisTask.cxx
69 RESONANCES/AliRsnMiniParticle.cxx
70 RESONANCES/AliRsnMiniPair.cxx
71 RESONANCES/AliRsnCutMiniPair.cxx
72 RESONANCES/AliRsnMiniEvent.cxx
73 RESONANCES/AliRsnMiniAxis.cxx
74 RESONANCES/AliRsnMiniOutput.cxx
75 RESONANCES/AliRsnMiniValue.cxx
7196ee4f 76 RESONANCES/AliRsnMiniMonitor.cxx
b63357a0 77 RESONANCES/AliRsnMiniAnalysisTask.cxx )
6db31708 78
79string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
80
81set ( DHDR PWG2resonancesLinkDef.h)
82
83set ( EXPORT )
84
e93f6949 85set ( EINCLUDE PYTHIA6 PWG2/RESONANCES CORRFW ANALYSIS/EventMixing )
6db31708 86if( ALICE_TARGET STREQUAL "win32gcc")
87
88 set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase -lESD -lANALYSIS -lANALYSISalice -L${ROOTLIBDIR} -lEG)
89
90endif( ALICE_TARGET STREQUAL "win32gcc")