]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWGLF/CMakelibPWGLFresonances.pkg
cluster-tracklet cut removed from phys. selection for pp2010
[u/mrichter/AliRoot.git] / PWGLF / CMakelibPWGLFresonances.pkg
... / ...
CommitLineData
1# -*- mode: CMake -*-
2#--------------------------------------------------------------------------------#
3# Package File for PWGLFresonances #
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
29set ( SRCS RESONANCES/AliRsnDaughter.cxx
30 RESONANCES/AliRsnMother.cxx
31 RESONANCES/AliRsnEvent.cxx
32 RESONANCES/AliRsnDaughterDef.cxx
33 RESONANCES/AliRsnPairDef.cxx
34 RESONANCES/AliRsnTarget.cxx
35 RESONANCES/AliRsnValue.cxx
36 RESONANCES/AliRsnAction.cxx
37 RESONANCES/AliRsnCut.cxx
38 RESONANCES/AliRsnValueDaughter.cxx
39 RESONANCES/AliRsnValuePair.cxx
40 RESONANCES/AliRsnValueEvent.cxx
41 RESONANCES/AliRsnCutEventUtils.cxx
42 RESONANCES/AliRsnCutPrimaryVertex.cxx
43 RESONANCES/AliRsnCutTrackQuality.cxx
44 RESONANCES/AliRsnCutTrue.cxx
45 RESONANCES/AliRsnCutValue.cxx
46 RESONANCES/AliRsnCutPID.cxx
47 RESONANCES/AliRsnCutPIDITS.cxx
48 RESONANCES/AliRsnCutPIDTPC.cxx
49 RESONANCES/AliRsnCutPIDTOF.cxx
50 RESONANCES/AliRsnPIDRange.cxx
51 RESONANCES/AliRsnCutPIDNSigma.cxx
52 RESONANCES/AliRsnCutMomentumComparison.cxx
53 RESONANCES/AliRsnCutTOFMatch.cxx
54 RESONANCES/AliRsnCutPhi.cxx
55 RESONANCES/AliRsnCutKaonForPhi2010.cxx
56 RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
57 RESONANCES/AliRsnCutPion2010PP.cxx
58 RESONANCES/AliRsnCutProton2010PP.cxx
59 RESONANCES/AliRsnCutDaughterKStar2010PP.cxx
60 RESONANCES/AliRsnCutDaughterLStar2010.cxx
61 RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx
62 RESONANCES/AliRsnCutSetDaughterParticle.cxx
63 RESONANCES/AliRsnCutPhiRAA.cxx
64 RESONANCES/AliRsnCutDaughterD0.cxx
65 RESONANCES/AliRsnCutV0.cxx
66 RESONANCES/AliRsnCutSet.cxx
67 RESONANCES/AliRsnExpression.cxx
68 RESONANCES/AliRsnVariableExpression.cxx
69 RESONANCES/AliRsnCutManager.cxx
70 RESONANCES/AliRsnListOutput.cxx
71 RESONANCES/AliRsnLoop.cxx
72 RESONANCES/AliRsnLoopDaughter.cxx
73 RESONANCES/AliRsnLoopPair.cxx
74 RESONANCES/AliRsnLoopEvent.cxx
75 RESONANCES/AliRsnLoopEff.cxx
76 RESONANCES/AliRsnLoopEffPair.cxx
77 RESONANCES/AliRsnDaughterSelector.cxx
78 RESONANCES/AliRsnInputHandler.cxx
79 RESONANCES/AliRsnAnalysisTask.cxx
80 RESONANCES/AliRsnMiniParticle.cxx
81 RESONANCES/AliRsnMiniPair.cxx
82 RESONANCES/AliRsnCutMiniPair.cxx
83 RESONANCES/AliRsnMiniEvent.cxx
84 RESONANCES/AliRsnMiniAxis.cxx
85 RESONANCES/AliRsnMiniOutput.cxx
86 RESONANCES/AliRsnMiniValue.cxx
87 RESONANCES/AliRsnMiniMonitor.cxx
88 RESONANCES/AliRsnMiniAnalysisTask.cxx
89 RESONANCES/AliRsnMiniMonitorTask.cxx
90 RESONANCES/AliRsnTrainManager.cxx
91 )
92
93string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
94
95set ( DHDR PWGLFresonancesLinkDef.h)
96
97set ( EXPORT )
98
99set ( EINCLUDE PYTHIA6 PWGLF/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase ${EXTRA_INCLUDE} ANALYSIS)
100
101set ( PARINCLUDE PWGLF/RESONANCES )
102set ( EXPORT ${HDRS})