a50e9fc9 |
1 | SRCS= FEMTOSCOPY/AliFemto/Analysis/AliFemtoAnalysis.cxx \ |
2 | FEMTOSCOPY/AliFemto/Analysis/AliFemtoLikeSignAnalysis.cxx \ |
3 | FEMTOSCOPY/AliFemto/Analysis/AliFemtoVertexAnalysis.cxx \ |
4 | FEMTOSCOPY/AliFemto/Analysis/AliFemtoVertexMultAnalysis.cxx \ |
5 | FEMTOSCOPY/AliFemto/CorrFctn/AliFemtoBPLCMS3DCorrFctn.cxx \ |
6 | FEMTOSCOPY/AliFemto/CorrFctn/AliFemtoQinvCorrFctn.cxx \ |
7 | FEMTOSCOPY/AliFemto/Cut/AliFemtoBasicEventCut.cxx \ |
8 | FEMTOSCOPY/AliFemto/Cut/AliFemtoBasicTrackCut.cxx \ |
9 | FEMTOSCOPY/AliFemto/Cut/AliFemtoDummyPairCut.cxx \ |
10 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoCoulomb.cxx \ |
11 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoCutMonitorHandler.cxx \ |
12 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoEvent.cxx \ |
13 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoKink.cxx \ |
14 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoManager.cxx \ |
15 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoPair.cxx \ |
16 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoParticle.cxx \ |
17 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoPicoEvent.cxx \ |
18 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoPicoEventCollectionVectorHideAway.cxx \ |
19 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoTrack.cxx \ |
20 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoV0.cxx \ |
21 | FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoXi.cxx \ |
22 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmHelix.cxx \ |
23 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmPhysicalHelix.cxx \ |
24 | FEMTOSCOPY/AliFemto/Infrastructure/TpcLocalTransform.cxx \ |
25 | FEMTOSCOPY/AliFemto/Base/AliFemtoEventReader.cxx \ |
26 | FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESD.cxx \ |
772eaf30 |
27 | FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESDChain.cxx \ |
28 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelHiddenInfo.cxx \ |
29 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelGausLCMSFreezeOutGenerator.cxx \ |
30 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelWeightGenerator.cxx \ |
31 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelWeightGeneratorBasic.cxx\ |
32 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelManager.cxx \ |
33 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelCorrFctn.cxx |
a50e9fc9 |
34 | |
35 | HDRS= $(SRCS:.cxx=.h) |
36 | HDRS += FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVector.h \ |
37 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorF.h \ |
38 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorD.h \ |
39 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmPhysicalHelixD.h \ |
40 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmHelixD.h \ |
41 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmLorentzVectorD.h \ |
42 | FEMTOSCOPY/AliFemto/Base/AliFemtoV0Cut.h \ |
43 | FEMTOSCOPY/AliFemto/Base/AliFemtoKinkCut.h \ |
772eaf30 |
44 | FEMTOSCOPY/AliFemto/Base/AliFemtoXiCut.h \ |
45 | FEMTOSCOPY/AliFemto/Model/AliFemtoModelFreezeOutGenerator.h |
a50e9fc9 |
46 | |
47 | |
11c37b83 |
48 | DHDR:= PWG2femtoscopyLinkDef.h |
a50e9fc9 |
49 | |
50 | EXPORT:= |
51 | |
772eaf30 |
52 | EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemto/Base PWG2/FEMTOSCOPY/AliFemto/Infrastructure PWG2/FEMTOSCOPY/AliFemto/Reader PWG2/FEMTOSCOPY/AliFemto/Cut PWG2/FEMTOSCOPY/AliFemto/CorrFctn PWG2/FEMTOSCOPY/AliFemto/Model |
a50e9fc9 |
53 | |