]>
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 | |
4742db9a | 41 | RESONANCES/AliRsnCutEventUtils.cxx |
c865cb1d | 42 | RESONANCES/AliRsnCutPrimaryVertex.cxx |
43 | RESONANCES/AliRsnCutTrackQuality.cxx | |
b63357a0 | 44 | RESONANCES/AliRsnCutTrue.cxx |
c865cb1d | 45 | RESONANCES/AliRsnCutValue.cxx |
46 | RESONANCES/AliRsnCutPID.cxx | |
47 | RESONANCES/AliRsnCutPIDITS.cxx | |
48 | RESONANCES/AliRsnCutPIDTPC.cxx | |
49 | RESONANCES/AliRsnCutPIDTOF.cxx | |
b63dbf69 | 50 | RESONANCES/AliRsnPIDRange.cxx |
c865cb1d | 51 | RESONANCES/AliRsnCutPIDNSigma.cxx |
52 | RESONANCES/AliRsnCutMomentumComparison.cxx | |
fa511243 | 53 | RESONANCES/AliRsnCutTOFMatch.cxx |
1ce2618c | 54 | RESONANCES/AliRsnCutPhi.cxx |
d96c8eaf | 55 | RESONANCES/AliRsnCutDelta.cxx |
56 | RESONANCES/AliRsnCutKaonForPhi2010.cxx | |
110620ce | 57 | RESONANCES/AliRsnCutKaonForPhi2010PP.cxx |
b63357a0 | 58 | RESONANCES/AliRsnCutPion2010PP.cxx |
59 | RESONANCES/AliRsnCutProton2010PP.cxx | |
de957967 | 60 | RESONANCES/AliRsnCutDaughterKStar2010PP.cxx |
fa511243 | 61 | RESONANCES/AliRsnCutDaughterLStar2010.cxx |
62 | RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx | |
63 | RESONANCES/AliRsnCutSetDaughterParticle.cxx | |
6017e81e | 64 | RESONANCES/AliRsnCutPhiRAA.cxx |
3e6c5c16 | 65 | RESONANCES/AliRsnCutDaughterD0.cxx |
8082e538 | 66 | RESONANCES/AliRsnCutV0.cxx |
c865cb1d | 67 | RESONANCES/AliRsnCutSet.cxx |
68 | RESONANCES/AliRsnExpression.cxx | |
69 | RESONANCES/AliRsnVariableExpression.cxx | |
70 | RESONANCES/AliRsnCutManager.cxx | |
71 | RESONANCES/AliRsnListOutput.cxx | |
72 | RESONANCES/AliRsnLoop.cxx | |
73 | RESONANCES/AliRsnLoopDaughter.cxx | |
74 | RESONANCES/AliRsnLoopPair.cxx | |
75 | RESONANCES/AliRsnLoopEvent.cxx | |
76 | RESONANCES/AliRsnLoopEff.cxx | |
77 | RESONANCES/AliRsnLoopEffPair.cxx | |
78 | RESONANCES/AliRsnDaughterSelector.cxx | |
79 | RESONANCES/AliRsnInputHandler.cxx | |
b63357a0 | 80 | RESONANCES/AliRsnAnalysisTask.cxx |
81 | RESONANCES/AliRsnMiniParticle.cxx | |
82 | RESONANCES/AliRsnMiniPair.cxx | |
83 | RESONANCES/AliRsnCutMiniPair.cxx | |
84 | RESONANCES/AliRsnMiniEvent.cxx | |
85 | RESONANCES/AliRsnMiniAxis.cxx | |
86 | RESONANCES/AliRsnMiniOutput.cxx | |
87 | RESONANCES/AliRsnMiniValue.cxx | |
7196ee4f | 88 | RESONANCES/AliRsnMiniMonitor.cxx |
64129b35 | 89 | RESONANCES/AliRsnMiniAnalysisTask.cxx |
277c5bf4 | 90 | RESONANCES/AliRsnMiniMonitorTask.cxx |
0364ec3a | 91 | RESONANCES/AliRsnTrainManager.cxx |
277c5bf4 | 92 | ) |
6db31708 | 93 | |
94 | string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" ) | |
95 | ||
c252e043 | 96 | set ( DHDR PWGLFresonancesLinkDef.h) |
6db31708 | 97 | |
98 | set ( EXPORT ) | |
99 | ||
06559398 | 100 | set ( EINCLUDE PYTHIA6 PWGLF/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase ${EXTRA_INCLUDE} ANALYSIS) |
b63dbf69 | 101 | |
102 | set ( PARINCLUDE PWGLF/RESONANCES ) | |
103 | set ( EXPORT ${HDRS}) |