From 59dda440e41334ef46c0824ffd8cc44dcc0e7b5c Mon Sep 17 00:00:00 2001 From: Tomasz Bold <tomasz.bold@gmail.com> Date: Fri, 11 Sep 2020 09:05:02 +0100 Subject: [PATCH] Removedd MessageSvc and JO SVc from defaults, fixed ISF test --- Control/AthenaConfiguration/python/ComponentAccumulator.py | 2 +- Simulation/ISF/ISF_Config/test/ISF_MainConfigNew_Test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Control/AthenaConfiguration/python/ComponentAccumulator.py b/Control/AthenaConfiguration/python/ComponentAccumulator.py index 9a7c3d78d52..38ca24ddc65 100644 --- a/Control/AthenaConfiguration/python/ComponentAccumulator.py +++ b/Control/AthenaConfiguration/python/ComponentAccumulator.py @@ -24,7 +24,7 @@ from AthenaConfiguration.UnifyProperties import unifySet class ConfigurationError(RuntimeError): pass -_basicServicesToCreate=('MessageSvc','JobOptionsSvc','CoreDumpSvc','GeoModelSvc','DetDescrCnvSvc') +_basicServicesToCreate=('CoreDumpSvc','GeoModelSvc','DetDescrCnvSvc') _basicServicesToCreateOrder=_basicServicesToCreate diff --git a/Simulation/ISF/ISF_Config/test/ISF_MainConfigNew_Test.py b/Simulation/ISF/ISF_Config/test/ISF_MainConfigNew_Test.py index fa38e4d8acb..441273c0e64 100644 --- a/Simulation/ISF/ISF_Config/test/ISF_MainConfigNew_Test.py +++ b/Simulation/ISF/ISF_Config/test/ISF_MainConfigNew_Test.py @@ -157,7 +157,7 @@ if __name__ == '__main__': eventSelector.InitialTimeStamp = myInitialTimeStamp # Necessary to avoid a crash if hasattr(eventSelector, "OverrideRunNumberFromInput"): eventSelector.OverrideRunNumberFromInput = True - cfg.addService(evtIdModifierSvc) + cfg.addService(evtIdModifierSvc, create=True) # ... up to here? # add BeamEffectsAlg -- GitLab