| 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 \ |
| 27 | FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESDChain.cxx |
| 28 | |
| 29 | HDRS= $(SRCS:.cxx=.h) |
| 30 | HDRS += FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVector.h \ |
| 31 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorF.h \ |
| 32 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorD.h \ |
| 33 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmPhysicalHelixD.h \ |
| 34 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmHelixD.h \ |
| 35 | FEMTOSCOPY/AliFemto/Infrastructure/AliFmLorentzVectorD.h \ |
| 36 | FEMTOSCOPY/AliFemto/Base/AliFemtoV0Cut.h \ |
| 37 | FEMTOSCOPY/AliFemto/Base/AliFemtoKinkCut.h \ |
| 38 | FEMTOSCOPY/AliFemto/Base/AliFemtoXiCut.h |
| 39 | |
| 40 | |
| 41 | DHDR:= PWG2femtoscopyLinkDef.h |
| 42 | |
| 43 | EXPORT:= |
| 44 | |
| 45 | EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemto/Base PWG2/FEMTOSCOPY/AliFemto/Infrastructure PWG2/FEMTOSCOPY/AliFemto/Reader PWG2/FEMTOSCOPY/AliFemto/Cut PWG2/FEMTOSCOPY/AliFemto/CorrFctn |
| 46 | |