]>
Commit | Line | Data |
---|---|---|
7330f0e5 | 1 | # -*- mode: CMake -*- |
6db31708 | 2 | #--------------------------------------------------------------------------------# |
c252e043 | 3 | # Package File for PWGLFresonances # |
6db31708 | 4 | # Author : Johny Jose (johny.jose@cern.ch) # |
5 | # Variables Defined : # | |
6 | # # | |
7 | # SRCS - C++ source files # | |
8 | # HDRS - C++ header files # | |
9 | # DHDR - ROOT Dictionary Linkdef header file # | |
10 | # CSRCS - C source files # | |
11 | # CHDRS - C header files # | |
12 | # EINCLUDE - Include directories # | |
13 | # EDEFINE - Compiler definitions # | |
14 | # ELIBS - Extra libraries to link # | |
15 | # ELIBSDIR - Extra library directories # | |
16 | # PACKFFLAGS - Fortran compiler flags for package # | |
17 | # PACKCXXFLAGS - C++ compiler flags for package # | |
18 | # PACKCFLAGS - C compiler flags for package # | |
19 | # PACKSOFLAGS - Shared library linking flags # | |
20 | # PACKLDFLAGS - Module linker flags # | |
21 | # PACKBLIBS - Libraries to link (Executables only) # | |
22 | # EXPORT - Header files to be exported # | |
23 | # CINTHDRS - Dictionary header files # | |
24 | # CINTAUTOLINK - Set automatic dictionary generation # | |
25 | # ARLIBS - Archive Libraries and objects for linking (Executables only) # | |
26 | # SHLIBS - Shared Libraries and objects for linking (Executables only) # | |
27 | #--------------------------------------------------------------------------------# | |
28 | ||
659ef4f0 | 29 | set ( SRCS RESONANCES/AliRsnDaughter.cxx |
c865cb1d | 30 | RESONANCES/AliRsnMother.cxx |
31 | RESONANCES/AliRsnEvent.cxx | |
11ed73f6 | 32 | RESONANCES/AliRsnDaughterDef.cxx |
c865cb1d | 33 | RESONANCES/AliRsnPairDef.cxx |
34 | RESONANCES/AliRsnTarget.cxx | |
35 | RESONANCES/AliRsnValue.cxx | |
b63dbf69 | 36 | RESONANCES/AliRsnAction.cxx |
c865cb1d | 37 | RESONANCES/AliRsnCut.cxx |
f34f960b | 38 | RESONANCES/AliRsnValueDaughter.cxx |
39 | RESONANCES/AliRsnValuePair.cxx | |
40 | RESONANCES/AliRsnValueEvent.cxx | |
c865cb1d | 41 | RESONANCES/AliRsnCutPrimaryVertex.cxx |
42 | RESONANCES/AliRsnCutTrackQuality.cxx | |
b63357a0 | 43 | RESONANCES/AliRsnCutTrue.cxx |
c865cb1d | 44 | RESONANCES/AliRsnCutValue.cxx |
45 | RESONANCES/AliRsnCutPID.cxx | |
46 | RESONANCES/AliRsnCutPIDITS.cxx | |
47 | RESONANCES/AliRsnCutPIDTPC.cxx | |
48 | RESONANCES/AliRsnCutPIDTOF.cxx | |
b63dbf69 | 49 | RESONANCES/AliRsnPIDRange.cxx |
c865cb1d | 50 | RESONANCES/AliRsnCutPIDNSigma.cxx |
51 | RESONANCES/AliRsnCutMomentumComparison.cxx | |
fa511243 | 52 | RESONANCES/AliRsnCutTOFMatch.cxx |
1ce2618c | 53 | RESONANCES/AliRsnCutPhi.cxx |
f34f960b | 54 | RESONANCES/AliRsnCutKaonForPhi2010.cxx |
110620ce | 55 | RESONANCES/AliRsnCutKaonForPhi2010PP.cxx |
b63357a0 | 56 | RESONANCES/AliRsnCutPion2010PP.cxx |
57 | RESONANCES/AliRsnCutProton2010PP.cxx | |
de957967 | 58 | RESONANCES/AliRsnCutDaughterKStar2010PP.cxx |
fa511243 | 59 | RESONANCES/AliRsnCutDaughterLStar2010.cxx |
60 | RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx | |
61 | RESONANCES/AliRsnCutSetDaughterParticle.cxx | |
8082e538 | 62 | RESONANCES/AliRsnCutV0.cxx |
c865cb1d | 63 | RESONANCES/AliRsnCutSet.cxx |
64 | RESONANCES/AliRsnExpression.cxx | |
65 | RESONANCES/AliRsnVariableExpression.cxx | |
66 | RESONANCES/AliRsnCutManager.cxx | |
67 | RESONANCES/AliRsnListOutput.cxx | |
68 | RESONANCES/AliRsnLoop.cxx | |
69 | RESONANCES/AliRsnLoopDaughter.cxx | |
70 | RESONANCES/AliRsnLoopPair.cxx | |
71 | RESONANCES/AliRsnLoopEvent.cxx | |
72 | RESONANCES/AliRsnLoopEff.cxx | |
73 | RESONANCES/AliRsnLoopEffPair.cxx | |
74 | RESONANCES/AliRsnDaughterSelector.cxx | |
75 | RESONANCES/AliRsnInputHandler.cxx | |
b63357a0 | 76 | RESONANCES/AliRsnAnalysisTask.cxx |
77 | RESONANCES/AliRsnMiniParticle.cxx | |
78 | RESONANCES/AliRsnMiniPair.cxx | |
79 | RESONANCES/AliRsnCutMiniPair.cxx | |
80 | RESONANCES/AliRsnMiniEvent.cxx | |
81 | RESONANCES/AliRsnMiniAxis.cxx | |
82 | RESONANCES/AliRsnMiniOutput.cxx | |
83 | RESONANCES/AliRsnMiniValue.cxx | |
7196ee4f | 84 | RESONANCES/AliRsnMiniMonitor.cxx |
64129b35 | 85 | RESONANCES/AliRsnMiniAnalysisTask.cxx |
277c5bf4 | 86 | RESONANCES/AliRsnMiniMonitorTask.cxx |
0364ec3a | 87 | RESONANCES/AliRsnTrainManager.cxx |
277c5bf4 | 88 | ) |
6db31708 | 89 | |
90 | string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" ) | |
91 | ||
c252e043 | 92 | set ( DHDR PWGLFresonancesLinkDef.h) |
6db31708 | 93 | |
94 | set ( EXPORT ) | |
95 | ||
b63dbf69 | 96 | set ( EINCLUDE PYTHIA6 PWGLF/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase ${EXTRA_INCLUDE}) |
97 | ||
98 | set ( PARINCLUDE PWGLF/RESONANCES ) | |
99 | set ( EXPORT ${HDRS}) |