diff --git a/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py b/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py index e13ab125ff1c949bad1e6fe67293503d9befa5c5..2d54149fe0153ef3bda14f0d25bf020a94499118 100644 --- a/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py +++ b/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py @@ -413,7 +413,7 @@ def getKernel_G4HS_FastPileup(name="ISF_Kernel_G4HS_FastPileup", **kwargs): 'ISF_FullGeant4Selector' ] ) kwargs.setdefault("CaloSimulationSelectors" , [ 'ISF_MuonFatrasPileupSelector', 'ISF_EtaGreater5PileupParticleKillerSimSelector', - 'ISF_FastCaloSimPileupSelector', + 'ISF_FastCaloSimPileupOTSelector', 'ISF_FullGeant4Selector' ] ) kwargs.setdefault("MSSimulationSelectors" , [ 'ISF_FatrasPileupSelector', 'ISF_FullGeant4Selector'] ) kwargs.setdefault("CavernSimulationSelectors" , [ 'ISF_DefaultParticleKillerSelector' ] )