]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/CMakelibPWGLFresonances.pkg
Updated cut classes and macro for Sigma* analysis (M. Venaruzzo)
[u/mrichter/AliRoot.git] / PWGLF / CMakelibPWGLFresonances.pkg
CommitLineData
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 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
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
f34f960b 53 RESONANCES/AliRsnCutKaonForPhi2010.cxx
110620ce 54 RESONANCES/AliRsnCutKaonForPhi2010PP.cxx
b63357a0 55 RESONANCES/AliRsnCutPion2010PP.cxx
56 RESONANCES/AliRsnCutProton2010PP.cxx
de957967 57 RESONANCES/AliRsnCutDaughterKStar2010PP.cxx
fa511243 58 RESONANCES/AliRsnCutDaughterLStar2010.cxx
59 RESONANCES/AliRsnCutDaughterSigmaStar2010PP.cxx
60 RESONANCES/AliRsnCutSetDaughterParticle.cxx
8082e538 61 RESONANCES/AliRsnCutV0.cxx
c865cb1d 62 RESONANCES/AliRsnCutSet.cxx
63 RESONANCES/AliRsnExpression.cxx
64 RESONANCES/AliRsnVariableExpression.cxx
65 RESONANCES/AliRsnCutManager.cxx
66 RESONANCES/AliRsnListOutput.cxx
67 RESONANCES/AliRsnLoop.cxx
68 RESONANCES/AliRsnLoopDaughter.cxx
69 RESONANCES/AliRsnLoopPair.cxx
70 RESONANCES/AliRsnLoopEvent.cxx
71 RESONANCES/AliRsnLoopEff.cxx
72 RESONANCES/AliRsnLoopEffPair.cxx
73 RESONANCES/AliRsnDaughterSelector.cxx
74 RESONANCES/AliRsnInputHandler.cxx
b63357a0 75 RESONANCES/AliRsnAnalysisTask.cxx
76 RESONANCES/AliRsnMiniParticle.cxx
77 RESONANCES/AliRsnMiniPair.cxx
78 RESONANCES/AliRsnCutMiniPair.cxx
79 RESONANCES/AliRsnMiniEvent.cxx
80 RESONANCES/AliRsnMiniAxis.cxx
81 RESONANCES/AliRsnMiniOutput.cxx
82 RESONANCES/AliRsnMiniValue.cxx
7196ee4f 83 RESONANCES/AliRsnMiniMonitor.cxx
64129b35 84 RESONANCES/AliRsnMiniAnalysisTask.cxx
277c5bf4 85 RESONANCES/AliRsnMiniMonitorTask.cxx
277c5bf4 86 )
6db31708 87
88string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
89
c252e043 90set ( DHDR PWGLFresonancesLinkDef.h)
6db31708 91
92set ( EXPORT )
93
b63dbf69 94set ( EINCLUDE PYTHIA6 PWGLF/RESONANCES CORRFW ANALYSIS/EventMixing STEER/AOD STEER/ESD STEER/STEERBase ${EXTRA_INCLUDE})
95
96set ( PARINCLUDE PWGLF/RESONANCES )
97set ( EXPORT ${HDRS})
98set ( EXPORT ${HDRS})