Skip to content
Snippets Groups Projects
Commit 1a6cf84e authored by Ruth Pottgen's avatar Ruth Pottgen
Browse files

Merge branch 'patch-11' into '21.0'

Fixing ISF_ProtonAFIIGeant4Selector configuration (ATLASSIM-4518)

See merge request !32310
parents e580517e 2d9f18ee
No related branches found
No related tags found
21 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!37483Fix in monitoring of Pixel FE errors,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!35241Merge 21.3.22 into 21.9,!34993KF-input adding jXERHO to the AOD outputs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!3473421.0 fix dq servers,!33996WIP: Correct MM zpositions,!32817Merge 21.0.112 into 21.3,!32310Fixing ISF_ProtonAFIIGeant4Selector configuration (ATLASSIM-4518)
......@@ -133,7 +133,7 @@ def getNeutralGeant4Selector(name="ISF_NeutralGeant4Selector", **kwargs):
def getProtonAFIIGeant4Selector(name="ISF_ProtonAFIIGeant4Selector", **kwargs):
kwargs.setdefault('MaxMom' , 750)
kwargs.setdefault('ParticlePDG' , 2112)
kwargs.setdefault('ParticlePDG' , 2212)
kwargs.setdefault('Simulator' , 'ISF_AFIIGeant4SimSvc')
return CfgMgr.ISF__KinematicSimSelector(name, **kwargs)
......
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