]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMakelibPWG2resonances.pkg
minor fixes
[u/mrichter/AliRoot.git] / PWG2 / CMakelibPWG2resonances.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
6db31708 2#--------------------------------------------------------------------------------#
3# Package File for PWG2resonances #
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 29set ( 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
36 RESONANCES/AliRsnCut.cxx
f34f960b 37 RESONANCES/AliRsnValueDaughter.cxx
38 RESONANCES/AliRsnValuePair.cxx
39 RESONANCES/AliRsnValueEvent.cxx
c865cb1d 40 RESONANCES/AliRsnCutPrimaryVertex.cxx
41 RESONANCES/AliRsnCutTrackQuality.cxx
b63357a0 42 RESONANCES/AliRsnCutTrue.cxx
c865cb1d 43 RESONANCES/AliRsnCutValue.cxx
44 RESONANCES/AliRsnCutPID.cxx
45 RESONANCES/AliRsnCutPIDITS.cxx
46 RESONANCES/AliRsnCutPIDTPC.cxx
47 RESONANCES/AliRsnCutPIDTOF.cxx
48 RESONANCES/AliRsnCutPIDNSigma.cxx
49 RESONANCES/AliRsnCutMomentumComparison.cxx
f34f960b 50 RESONANCES/AliRsnCutKaonForPhi2010.cxx
110620ce 51 RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
b63357a0 52 RESONANCES/AliRsnCutPion2010PP.cxx
53 RESONANCES/AliRsnCutProton2010PP.cxx
de957967 54 RESONANCES/AliRsnCutDaughterKStar2010PP.cxx
667cb951 55 RESONANCES/AliRsnCutDaughterLStar2010.cxx
8082e538 56 RESONANCES/AliRsnCutV0.cxx
c865cb1d 57 RESONANCES/AliRsnCutSet.cxx
58 RESONANCES/AliRsnExpression.cxx
59 RESONANCES/AliRsnVariableExpression.cxx
60 RESONANCES/AliRsnCutManager.cxx
61 RESONANCES/AliRsnListOutput.cxx
62 RESONANCES/AliRsnLoop.cxx
63 RESONANCES/AliRsnLoopDaughter.cxx
64 RESONANCES/AliRsnLoopPair.cxx
65 RESONANCES/AliRsnLoopEvent.cxx
66 RESONANCES/AliRsnLoopEff.cxx
67 RESONANCES/AliRsnLoopEffPair.cxx
68 RESONANCES/AliRsnDaughterSelector.cxx
69 RESONANCES/AliRsnInputHandler.cxx
b63357a0 70 RESONANCES/AliRsnAnalysisTask.cxx
71 RESONANCES/AliRsnMiniParticle.cxx
72 RESONANCES/AliRsnMiniPair.cxx
73 RESONANCES/AliRsnCutMiniPair.cxx
74 RESONANCES/AliRsnMiniEvent.cxx
75 RESONANCES/AliRsnMiniAxis.cxx
76 RESONANCES/AliRsnMiniOutput.cxx
77 RESONANCES/AliRsnMiniValue.cxx
7196ee4f 78 RESONANCES/AliRsnMiniMonitor.cxx
64129b35 79 RESONANCES/AliRsnMiniAnalysisTask.cxx
277c5bf4 80 RESONANCES/AliRsnMiniMonitorTask.cxx
81 RESONANCES/AliRsnCutKaon.cxx
82 RESONANCES/AliRsnCutPion.cxx
83 RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx
84 )
6db31708 85
86string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
87
88set ( DHDR PWG2resonancesLinkDef.h)
89
90set ( EXPORT )
91
7330f0e5 92set ( EINCLUDE PYTHIA6 PWG2/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase)