]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2femtoscopy.pkg
Commenting out the fEvent = new AliESD(*aReader.fEvent) for the compilation
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopy.pkg
CommitLineData
a50e9fc9 1SRCS= 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 \
23bd3fe5 33 FEMTOSCOPY/AliFemto/Model/AliFemtoModelCorrFctn.cxx \
34 FEMTOSCOPY/AliFemto/Model/AliFemtoModelFreezeOutGenerator.cxx
a50e9fc9 35
36HDRS= $(SRCS:.cxx=.h)
37HDRS += FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVector.h \
38 FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorF.h \
39 FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorD.h \
40 FEMTOSCOPY/AliFemto/Infrastructure/AliFmPhysicalHelixD.h \
41 FEMTOSCOPY/AliFemto/Infrastructure/AliFmHelixD.h \
42 FEMTOSCOPY/AliFemto/Infrastructure/AliFmLorentzVectorD.h \
43 FEMTOSCOPY/AliFemto/Base/AliFemtoV0Cut.h \
44 FEMTOSCOPY/AliFemto/Base/AliFemtoKinkCut.h \
23bd3fe5 45 FEMTOSCOPY/AliFemto/Base/AliFemtoXiCut.h
a50e9fc9 46
47
11c37b83 48DHDR:= PWG2femtoscopyLinkDef.h
a50e9fc9 49
50EXPORT:=
51
772eaf30 52EINCLUDE:= 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