]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGHF/CMakelibPWGHFhfe.pkg
New configuration file for AOD filtering for ITS upgrade studies
[u/mrichter/AliRoot.git] / PWGHF / CMakelibPWGHFhfe.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
6db31708 2#--------------------------------------------------------------------------------#
ae23f5db 3# Package File for PWGHFhfe #
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
7330f0e5 29set (SRCS
30 hfe/AliHFEtools.cxx
31 hfe/AliHFEcollection.cxx
32 hfe/AliHFEvarManager.cxx
33 hfe/AliHFEcontainer.cxx
34 hfe/AliHFEmcQA.cxx
35 hfe/AliHFEpairs.cxx
36 hfe/AliHFEsecVtxs.cxx
37 hfe/AliHFEsecVtx.cxx
38 hfe/AliHFEpriVtx.cxx
39 hfe/AliHFEspectrum.cxx
40 hfe/AliHFEV0info.cxx
41 hfe/AliHFEV0pid.cxx
42 hfe/AliHFEpidQA.cxx
43 hfe/AliHFEtrdPIDqa.cxx
44 hfe/AliHFEdetPIDqa.cxx
45 hfe/AliHFEtpcPIDqa.cxx
46 hfe/AliHFEtofPIDqa.cxx
47 hfe/AliHFEemcalPIDqa.cxx
48 hfe/AliHFEtrdPIDqaV1.cxx
49 hfe/AliHFEpidQAmanager.cxx
50 hfe/AliHFEpid.cxx
51 hfe/AliHFEpidBase.cxx
52 hfe/AliHFEpidITS.cxx
53 hfe/AliHFEpidTPC.cxx
54 hfe/AliHFEpidTRD.cxx
55 hfe/AliHFEpidTOF.cxx
56 hfe/AliHFEpidEMCAL.cxx
57 hfe/AliHFEpidMC.cxx
58 hfe/AliHFEextraCuts.cxx
59 hfe/AliHFEextraEventCuts.cxx
60 hfe/AliHFEcutStep.cxx
61 hfe/AliHFEtrackFilter.cxx
62 hfe/AliHFEcuts.cxx
63 hfe/AliHFEsignalCuts.cxx
64 hfe/AliHFEelecbackground.cxx
65 hfe/AliHFEtaggedTrackAnalysis.cxx
66 hfe/AliHFEdca.cxx
67 hfe/AliAnalysisTaskDCA.cxx
68 hfe/AliHFEdisplacedElectrons.cxx
69 hfe/AliHFEpostAnalysis.cxx
70 hfe/AliAnalysisTaskDisplacedElectrons.cxx
71 hfe/AliAnalysisTaskHFEpidQA.cxx
72 hfe/AliHFEefficiency.cxx
73 hfe/AliAnalysisTaskHFE.cxx
74 hfe/AliHFEV0pidMC.cxx
75 hfe/AliHFEV0cuts.cxx
8c1c76e9 76 hfe/AliHFEOADBThresholdsTRD.cxx
77 hfe/AliHFEbayesPIDqa.cxx
78 hfe/AliHFEpidBayes.cxx
79 hfe/AliHFEpidObject.cxx
57189f04 80 hfe/AliAnalysisTaskElecHadronCorrel.cxx
54564c77 81 hfe/AliAnalysisTaskElecV2.cxx
f4458b43 82 hfe/AliAnalysisTaskHFECal.cxx
e9b263da 83 hfe/AliHFEdebugTreeTask.cxx
a8ef1999 84 hfe/AliHFEVZEROEventPlane.cxx
85 hfe/AliAnalysisTaskHFEFlow.cxx
dfcc2025 86 hfe/AliSelectNonHFE.cxx
7330f0e5 87 )
6db31708 88
89string (REPLACE ".cxx" ".h" HDRS "${SRCS}")
90
ae23f5db 91set ( DHDR PWGHFhfeLinkDef.h)
6db31708 92
a8ef1999 93set ( EINCLUDE PWGHF/hfe TPC CORRFW STEER/STEERBase PWG/FLOW/Base PWG/FLOW/Tasks)