Skip to content
Snippets Groups Projects
Commit 00deb28c authored by John Derek Chapman's avatar John Derek Chapman Committed by Frank Winklmeier
Browse files

Fixing CA-based configuration of Sim_tf.py and FilterHit_tf.py in AthSimulation project

Fixing CA-based configuration of Sim_tf.py and FilterHit_tf.py in AthSimulation project
parent 81c50b84
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,8 @@ def EventInfoUpdateFromContextAlgCfg(flags, name="EventInfoUpdateFromContextAlg"
acc.merge(BeamSpotCondAlgCfg(flags))
kwargs.setdefault("SignalInputKey", "Input_EventInfo")
kwargs.setdefault("OutputKey", f"{flags.Overlay.SigPrefix}EventInfo" if flags.Overlay.FastChain else "EventInfo")
from AthenaConfiguration.Enums import ProductionStep
kwargs.setdefault("OutputKey", f"{flags.Overlay.SigPrefix}EventInfo" if flags.Common.ProductionStep == ProductionStep.FastChain and flags.Overlay.FastChain else "EventInfo")
if flags.Input.MCChannelNumber > 0:
kwargs.setdefault("MCChannelNumber", flags.Input.MCChannelNumber)
......
......@@ -239,6 +239,7 @@
+ LArCalorimeter/LArG4/LArG4SD
+ LArCalorimeter/LArG4/LArG4ShowerLib
+ LArCalorimeter/LArG4/LArG4ShowerLibSvc
+ LArCalorimeter/LArG4/LArHitAlgs
+ LArCalorimeter/LArGeoModel/LArGeoAlgsNV
+ LArCalorimeter/LArGeoModel/LArGeoBarrel
+ LArCalorimeter/LArGeoModel/LArGeoCode
......
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