]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2femtoscopy.txt
updated source compilation files collection
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2femtoscopy.txt
1 # -*- mode: cmake -*-
2
3 Set(SRCS
4 FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx
5 FEMTOSCOPY/AliFemto/AliFemtoLikeSignAnalysis.cxx
6 FEMTOSCOPY/AliFemto/AliFemtoVertexAnalysis.cxx
7 FEMTOSCOPY/AliFemto/AliFemtoVertexMultAnalysis.cxx
8 FEMTOSCOPY/AliFemto/AliFemtoBPLCMS3DCorrFctn.cxx
9 FEMTOSCOPY/AliFemto/AliFemtoQinvCorrFctn.cxx
10 FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.cxx
11 FEMTOSCOPY/AliFemto/AliFemtoBasicTrackCut.cxx
12 FEMTOSCOPY/AliFemto/AliFemtoDummyPairCut.cxx
13 FEMTOSCOPY/AliFemto/AliFemtoCoulomb.cxx
14 FEMTOSCOPY/AliFemto/AliFemtoCutMonitorHandler.cxx
15 FEMTOSCOPY/AliFemto/AliFemtoEvent.cxx
16 FEMTOSCOPY/AliFemto/AliFemtoKink.cxx
17 FEMTOSCOPY/AliFemto/AliFemtoManager.cxx
18 FEMTOSCOPY/AliFemto/AliFemtoPair.cxx
19 FEMTOSCOPY/AliFemto/AliFemtoParticle.cxx
20 FEMTOSCOPY/AliFemto/AliFemtoPicoEvent.cxx
21 FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollectionVectorHideAway.cxx
22 FEMTOSCOPY/AliFemto/AliFemtoTrack.cxx
23 FEMTOSCOPY/AliFemto/AliFemtoV0.cxx
24 FEMTOSCOPY/AliFemto/AliFemtoXi.cxx
25 FEMTOSCOPY/AliFemto/AliFmHelix.cxx
26 FEMTOSCOPY/AliFemto/AliFmPhysicalHelix.cxx
27 FEMTOSCOPY/AliFemto/TpcLocalTransform.cxx
28 FEMTOSCOPY/AliFemto/AliFemtoEventReader.cxx
29 FEMTOSCOPY/AliFemto/AliFemtoEventReaderESD.cxx
30 FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChain.cxx
31 FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChainKine.cxx
32 FEMTOSCOPY/AliFemto/AliFemtoModelHiddenInfo.cxx
33 FEMTOSCOPY/AliFemto/AliFemtoModelGlobalHiddenInfo.cxx
34 FEMTOSCOPY/AliFemto/AliFemtoModelGausLCMSFreezeOutGenerator.cxx
35 FEMTOSCOPY/AliFemto/AliFemtoModelWeightGenerator.cxx
36 FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorBasic.cxx
37 FEMTOSCOPY/AliFemto/AliFemtoModelManager.cxx
38 FEMTOSCOPY/AliFemto/AliFemtoModelCorrFctn.cxx
39 FEMTOSCOPY/AliFemto/AliFemtoModelFreezeOutGenerator.cxx
40 FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorLednicky.cxx
41 FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.cxx
42 FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleVertPos.cxx 
43 FEMTOSCOPY/AliFemto/AliFemtoCutMonitorEventMult.cxx 
44 FEMTOSCOPY/AliFemto/AliFemtoCutMonitorEventVertex.cxx 
45 FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.cxx
46 FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.cxx
47 FEMTOSCOPY/AliFemto/AliFemtoCorrFctn3DSpherical.cxx
48 FEMTOSCOPY/AliFemto/AliFemtoEventReaderAOD.cxx
49 FEMTOSCOPY/AliFemto/AliFemtoEventReaderAODChain.cxx
50 FEMTOSCOPY/AliFemto/AliFemtoAODTrackCut.cxx
51 FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx
52 FEMTOSCOPY/AliFemto/AliAnalysisTaskFemto.cxx
53 )
54
55 # fill list of header files from list of source files
56 # by exchanging the file extension
57 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
58
59 Set(HDRS ${HDRS}
60         FEMTOSCOPY/AliFemto/AliFmThreeVector.h 
61         FEMTOSCOPY/AliFemto/AliFmThreeVectorF.h 
62         FEMTOSCOPY/AliFemto/AliFmThreeVectorD.h 
63         FEMTOSCOPY/AliFemto/AliFmPhysicalHelixD.h 
64         FEMTOSCOPY/AliFemto/AliFmHelixD.h 
65         FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h 
66         FEMTOSCOPY/AliFemto/AliFemtoV0Cut.h 
67         FEMTOSCOPY/AliFemto/AliFemtoKinkCut.h 
68         FEMTOSCOPY/AliFemto/AliFemtoXiCut.h 
69         FEMTOSCOPY/AliFemto/AliFemtoAnalysisCollection.h 
70         FEMTOSCOPY/AliFemto/AliFemtoAnalysis.h 
71         FEMTOSCOPY/AliFemto/AliFemtoCorrFctnCollection.h 
72         FEMTOSCOPY/AliFemto/AliFemtoCorrFctn.h 
73         FEMTOSCOPY/AliFemto/AliFemtoEnumeration.h 
74         FEMTOSCOPY/AliFemto/AliFemtoHelix.h 
75         FEMTOSCOPY/AliFemto/AliFemtoHiddenInfo.h 
76         FEMTOSCOPY/AliFemto/AliFemtoLikeSignCorrFctn.h 
77         FEMTOSCOPY/AliFemto/AliFemtoLorentzVectorD.h 
78         FEMTOSCOPY/AliFemto/AliFemtoLorentzVector.h 
79         FEMTOSCOPY/AliFemto/AliFemtoString.h 
80         FEMTOSCOPY/AliFemto/AliFemtoThreeVectorD.h 
81         FEMTOSCOPY/AliFemto/AliFemtoThreeVector.h 
82         FEMTOSCOPY/AliFemto/AliFemtoTypes.h 
83         FEMTOSCOPY/AliFemto/AliFemtoVector.h 
84         FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h 
85         FEMTOSCOPY/AliFemto/AliFmLorentzVector.h 
86         FEMTOSCOPY/AliFemto/phys_constants.h 
87         FEMTOSCOPY/AliFemto/PhysicalConstants.h 
88         FEMTOSCOPY/AliFemto/SystemOfUnits.h 
89         FEMTOSCOPY/AliFemto/AliFemtoPairCut.h 
90         FEMTOSCOPY/AliFemto/AliFemtoEventCut.h 
91         FEMTOSCOPY/AliFemto/AliFemtoParticleCut.h 
92         FEMTOSCOPY/AliFemto/AliFemtoTrackCollection.h 
93         FEMTOSCOPY/AliFemto/AliFemtoV0Collection.h 
94         FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h 
95         FEMTOSCOPY/AliFemto/AliFemtoKinkCollection.h 
96         FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollection.h 
97         FEMTOSCOPY/AliFemto/AliFemtoParticleCollection.h 
98         FEMTOSCOPY/AliFemto/AliFemtoCutMonitorCollection.h 
99         FEMTOSCOPY/AliFemto/AliFemtoTrackCut.h 
100         FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollectionVector.h 
101         FEMTOSCOPY/AliFemto/AliFemtoEventWriter.h 
102         FEMTOSCOPY/AliFemto/AliFemtoEventWriterCollection.h
103 )
104
105 Set(FSRCS
106        FEMTOSCOPY/AliFemto/AliFemtoFsiTools.F 
107        FEMTOSCOPY/AliFemto/AliFemtoFsiWeightLednicky.F
108 )
109
110 Set(SRCS ${SRCS} ${FSRCS})
111
112 AddLibrary(PWG2femtoscopy "${SRCS}" "${HDRS}")