Skip to content
Snippets Groups Projects
Commit a5648c01 authored by Artem Basalaev's avatar Artem Basalaev
Browse files

Fix G4HS_FastPileup simulator config in ISF_MainConfig.py according to...

Fix G4HS_FastPileup simulator config in ISF_MainConfig.py according to ATLASSIM-3438. Affects only Fast Chain jobs using that simulator.
parent c90f60fc
No related branches found
No related tags found
No related merge requests found
......@@ -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' ] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment