diff --git a/Simulation/ISF/ISF_Core/ISF_Services/python/ISF_ServicesConfigNew.py b/Simulation/ISF/ISF_Core/ISF_Services/python/ISF_ServicesConfigNew.py index 203bec88060e4c7d421a1efa10fd2d204f6d77d0..e4525894b7ad7427531a03eaa2f35d8296cf6da3 100644 --- a/Simulation/ISF/ISF_Core/ISF_Services/python/ISF_ServicesConfigNew.py +++ b/Simulation/ISF/ISF_Core/ISF_Services/python/ISF_ServicesConfigNew.py @@ -17,7 +17,7 @@ from ISF_HepMC_Tools.ISF_HepMC_ToolsConfigNew import ( TruthStrategyGroupIDCfg, TruthStrategyGroupIDHadIntCfg, TruthStrategyGroupCaloMuBremCfg, - ParticleSimWhiteListCfg, + ParticleSimWhiteList_ExtraParticlesCfg, ) from BarcodeServices.BarcodeServicesConfigNew import BarcodeSvcCfg from ISF_Geant4CommonTools.ISF_Geant4CommonToolsConfigNew import ( @@ -66,7 +66,7 @@ def InputConverterCfg(ConfigFlags, name="ISF_InputConverter", **kwargs): def LongLivedInputConverterCfg(ConfigFlags, name="ISF_LongLivedInputConverter", **kwargs): result = ComponentAccumulator() gpfilt = [ - result.popToolsAndMerge(ParticleSimWhiteListCfg(ConfigFlags)), + result.popToolsAndMerge(ParticleSimWhiteList_ExtraParticlesCfg(ConfigFlags)), result.popToolsAndMerge(ParticlePositionFilterDynamicCfg(ConfigFlags)), result.popToolsAndMerge(EtaPhiFilterCfg(ConfigFlags)), result.popToolsAndMerge(GenParticleInteractingFilterCfg(ConfigFlags)),