]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGCF/CMakelibPWGCFCorrelationsJCORRAN.pkg
add few ebe dihadron and jet correlation to be compared to normal dihadron correlation
[u/mrichter/AliRoot.git] / PWGCF / CMakelibPWGCFCorrelationsJCORRAN.pkg
1
2 # -*- mode: CMake -*-
3 #--------------------------------------------------------------------------------#
4 # Package File for PWG4Correlations/JCORRAN                                              #
5 # Author : Johny Jose (johny.jose@cern.ch)                                       #
6 # Variables Defined :                                                            #
7 #                                                                                #
8 # SRCS - C++ source files                                                        #
9 # HDRS - C++ header files                                                        #
10 # DHDR - ROOT Dictionary Linkdef header file                                     #
11 # CSRCS - C source files                                                         #
12 # CHDRS - C header files                                                         #
13 # EINCLUDE - Include directories                                                 #
14 # EDEFINE - Compiler definitions                                                 #
15 # ELIBS - Extra libraries to link                                                #
16 # ELIBSDIR - Extra library directories                                           #
17 # PACKFFLAGS - Fortran compiler flags for package                                #
18 # PACKCXXFLAGS - C++ compiler flags for package                                  #
19 # PACKCFLAGS - C compiler flags for package                                      #
20 # PACKSOFLAGS - Shared library linking flags                                     #
21 # PACKLDFLAGS - Module linker flags                                              #
22 # PACKBLIBS - Libraries to link (Executables only)                               #
23 # EXPORT - Header files to be exported                                           #
24 # CINTHDRS - Dictionary header files                                             #
25 # CINTAUTOLINK - Set automatic dictionary generation                             #
26 # ARLIBS - Archive Libraries and objects for linking (Executables only)          #
27 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
28 #--------------------------------------------------------------------------------#
29
30 set ( SRCS  
31         Correlations/JCORRAN/AliJCORRAN.cxx
32         Correlations/JCORRAN/AliJTrackCounter.cxx
33         Correlations/JCORRAN/AliJCORRANTask.cxx
34         Correlations/JCORRAN/AliJEfficiencyTask.cxx
35         Correlations/JCORRAN/AliJDiHadronCorrTask.cxx
36         Correlations/JCORRAN/AliJFilter.cxx
37         Correlations/JCORRAN/AliJEfficiencyScanner.cxx
38         Correlations/JCORRAN/AliJBaseEventHeader.cxx
39         Correlations/JCORRAN/AliJBaseTrack.cxx
40         Correlations/JCORRAN/AliJEventHeader.cxx
41         Correlations/JCORRAN/AliJJet.cxx
42         Correlations/JCORRAN/AliJMCTrack.cxx
43         Correlations/JCORRAN/AliJPhoton.cxx
44         Correlations/JCORRAN/AliJPiZero.cxx
45         Correlations/JCORRAN/AliJRunHeader.cxx
46         Correlations/JCORRAN/AliJTrack.cxx
47         Correlations/JCORRAN/AliJHistManager.cxx
48         Correlations/JCORRAN/AliJCorrelations.cxx
49         Correlations/JCORRAN/AliJDataManager.cxx
50         Correlations/JCORRAN/AliJRunTable.cxx
51         Correlations/JCORRAN/AliJHistos.cxx
52         Correlations/JCORRAN/AliJEventPool.cxx
53         Correlations/JCORRAN/AliJEfficiency.cxx
54         Correlations/JCORRAN/AliJTrackCut.cxx
55         Correlations/JCORRAN/AliJBaseCard.cxx
56         Correlations/JCORRAN/AliJCard.cxx
57 )
58
59 string ( REPLACE ".cxx" ".h" HDRS "${SRCS} Correlations/JCORRAN/AliJConst.h" )
60
61 set ( DHDR  PWGCFCorrelationsJCORRANLinkDef.h )
62
63 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
64
65 set ( EINCLUDE ANALYSIS CORRFW PWGCF/Correlations/JCORRAN PWG/Tools STEER/AOD STEER/ESD STEER/STEERBase EMCAL PHOS)