From a5648c01f72dff3edf70a51eaa8f7edc33139d44 Mon Sep 17 00:00:00 2001
From: Artem Basalaev <artem.basalaev@cern.ch>
Date: Tue, 21 Nov 2017 13:11:14 +0000
Subject: [PATCH] Fix G4HS_FastPileup simulator config in ISF_MainConfig.py
 according to ATLASSIM-3438. Affects only Fast Chain jobs using that
 simulator.

---
 Simulation/ISF/ISF_Config/python/ISF_MainConfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py b/Simulation/ISF/ISF_Config/python/ISF_MainConfig.py
index e13ab125ff1c..2d54149fe015 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' ]    )
-- 
GitLab