From 772eaf30644fa979f9f6eaa6bd3a1d1ca775088b Mon Sep 17 00:00:00 2001 From: akisiel Date: Thu, 3 May 2007 09:51:24 +0000 Subject: [PATCH] Add new model classes --- PWG2/PWG2femtoscopyLinkDef.h | 7 +++++++ PWG2/PWG2femtoscopyUserLinkDef.h | 2 ++ PWG2/libPWG2femtoscopy.pkg | 13 ++++++++++--- PWG2/libPWG2femtoscopyUser.pkg | 6 ++++-- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/PWG2/PWG2femtoscopyLinkDef.h b/PWG2/PWG2femtoscopyLinkDef.h index c4601cb3403..6e54663455b 100644 --- a/PWG2/PWG2femtoscopyLinkDef.h +++ b/PWG2/PWG2femtoscopyLinkDef.h @@ -27,3 +27,10 @@ #pragma link C++ class AliFmThreeVectorF; #pragma link C++ class AliFemtoEventReaderESD; #pragma link C++ class AliFemtoEventReaderESDChain; +#pragma link C++ class AliFemtoModelManager; +#pragma link C++ class AliFemtoModelWeightGenerator; +#pragma link C++ class AliFemtoModelWeightGeneratorBasic; +#pragma link C++ class AliFemtoModelFreezeOutGenerator; +#pragma link C++ class AliFemtoModelGausLCMSFreezeOutGenerator; +#pragma link C++ class AliFemtoModelHiddenInfo; +#pragma link C++ class AliFemtoModelCorrFctn; diff --git a/PWG2/PWG2femtoscopyUserLinkDef.h b/PWG2/PWG2femtoscopyUserLinkDef.h index 8ee88d862c9..f2cab46f46b 100644 --- a/PWG2/PWG2femtoscopyUserLinkDef.h +++ b/PWG2/PWG2femtoscopyUserLinkDef.h @@ -17,6 +17,8 @@ #pragma link C++ class AliFemtoESDTrackCut; #pragma link C++ class AliFemtoQPairCut; #pragma link C++ class AliFemtoShareQualityCorrFctn; +#pragma link C++ class AliFemtoModelCorrFctnSource; +#pragma link C++ class AliFemtoModelGausRinvFreezeOutGenerator; //#pragma link C++ class AliStHbtEvent; //#pragma link C++ class AliStHbtEventReader; //#pragma link C++ class AliStHbtPythiaOnFlyEventReader; diff --git a/PWG2/libPWG2femtoscopy.pkg b/PWG2/libPWG2femtoscopy.pkg index 0b68f0c4148..9dc3798321d 100644 --- a/PWG2/libPWG2femtoscopy.pkg +++ b/PWG2/libPWG2femtoscopy.pkg @@ -24,7 +24,13 @@ SRCS= FEMTOSCOPY/AliFemto/Analysis/AliFemtoAnalysis.cxx \ FEMTOSCOPY/AliFemto/Infrastructure/TpcLocalTransform.cxx \ FEMTOSCOPY/AliFemto/Base/AliFemtoEventReader.cxx \ FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESD.cxx \ - FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESDChain.cxx + FEMTOSCOPY/AliFemto/Reader/AliFemtoEventReaderESDChain.cxx \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelHiddenInfo.cxx \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelGausLCMSFreezeOutGenerator.cxx \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelWeightGenerator.cxx \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelWeightGeneratorBasic.cxx\ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelManager.cxx \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelCorrFctn.cxx HDRS= $(SRCS:.cxx=.h) HDRS += FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVector.h \ @@ -35,12 +41,13 @@ HDRS += FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVector.h \ FEMTOSCOPY/AliFemto/Infrastructure/AliFmLorentzVectorD.h \ FEMTOSCOPY/AliFemto/Base/AliFemtoV0Cut.h \ FEMTOSCOPY/AliFemto/Base/AliFemtoKinkCut.h \ - FEMTOSCOPY/AliFemto/Base/AliFemtoXiCut.h + FEMTOSCOPY/AliFemto/Base/AliFemtoXiCut.h \ + FEMTOSCOPY/AliFemto/Model/AliFemtoModelFreezeOutGenerator.h DHDR:= PWG2femtoscopyLinkDef.h EXPORT:= -EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemto/Base PWG2/FEMTOSCOPY/AliFemto/Infrastructure PWG2/FEMTOSCOPY/AliFemto/Reader PWG2/FEMTOSCOPY/AliFemto/Cut PWG2/FEMTOSCOPY/AliFemto/CorrFctn +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 diff --git a/PWG2/libPWG2femtoscopyUser.pkg b/PWG2/libPWG2femtoscopyUser.pkg index e2554b693ee..a462d1bd32e 100644 --- a/PWG2/libPWG2femtoscopyUser.pkg +++ b/PWG2/libPWG2femtoscopyUser.pkg @@ -1,7 +1,9 @@ SRCS= FEMTOSCOPY/AliFemtoUser/Cut/AliFemtoQPairCut.cxx \ FEMTOSCOPY/AliFemtoUser/Cut/AliFemtoShareQualityPairCut.cxx \ FEMTOSCOPY/AliFemtoUser/Cut/AliFemtoESDTrackCut.cxx \ - FEMTOSCOPY/AliFemtoUser/CorrFctn/AliFemtoShareQualityCorrFctn.cxx + FEMTOSCOPY/AliFemtoUser/CorrFctn/AliFemtoShareQualityCorrFctn.cxx \ + FEMTOSCOPY/AliFemtoUser/Model/AliFemtoModelCorrFctnSource.cxx \ + FEMTOSCOPY/AliFemtoUser/Model/AliFemtoModelGausRinvFreezeOutGenerator.cxx HDRS= $(SRCS:.cxx=.h) @@ -9,5 +11,5 @@ DHDR:= PWG2femtoscopyUserLinkDef.h EXPORT:= -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/AliFemtoUser PWG2/FEMTOSCOPY/AliFemtoUser/Cut PWG2/FEMTOSCOPY/AliFemtoUser/CorrFctn +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/AliFemtoUser PWG2/FEMTOSCOPY/AliFemtoUser/Cut PWG2/FEMTOSCOPY/AliFemtoUser/CorrFctn PWG2/FEMTOSCOPY/AliFemtoUser/Model -- 2.39.3