Skip to content
Snippets Groups Projects
Commit 739e797f authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'cherry-pick-18f2e928-master' into 'master'

Sweeping !33122 from 21.3 to master.
Update ISF_MainConfig.py: ATLFASTIIF_G4MS configuration

See merge request !33198
parents a4ad8b79 72e84dbc
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!33198Sweeping !33122 from 21.3 to master. Update ISF_MainConfig.py: ATLFASTIIF_G4MS configuration
......@@ -498,9 +498,9 @@ def getKernel_ATLFASTIIF(name="ISF_Kernel_ATLFASTIIF", **kwargs):
def getKernel_ATLFASTIIF_G4MS(name="ISF_Kernel_ATLFASTIIF_G4MS", **kwargs):
kwargs.setdefault("BeamPipeSimulationSelectors" , [ 'ISF_DefaultParticleKillerSelector' ] )
kwargs.setdefault("IDSimulationSelectors" , [ 'ISF_DefaultFatrasSelector' ] )
kwargs.setdefault("CaloSimulationSelectors" , [ 'ISF_MuonAFIIGeant4Selector',
kwargs.setdefault("CaloSimulationSelectors", [ 'ISF_MuonFatrasSelector',
'ISF_EtaGreater5ParticleKillerSimSelector',
'ISF_DefaultLegacyAFIIFastCaloSimSelector' ])
'ISF_DefaultFastCaloSimSelector'])
kwargs.setdefault("MSSimulationSelectors" , [ 'ISF_DefaultAFIIGeant4Selector' ] )
kwargs.setdefault("CavernSimulationSelectors" , [ 'ISF_DefaultParticleKillerSelector' ] )
# set the simFlags accordingly (TODO: is this even needed?)
......
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