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

RecJobTransforms: do not force trigger on in RDOtoBS

Do not force the trigger ON in `RDOtoBS`. RecExCommon handles this
correctly (and turns it off if there is no trigger content in the
input). Leftover from previous migration in !39114.

Closes ATR-24255.
parent 72a2795e
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,8 @@
#Common job options disable most RecExCommon by default. Re-enable below on demand.
include("RecJobTransforms/CommonRecoSkeletonJobOptions.py")
# disable ESD object making, but still enable trigger
# disable ESD object making
rec.doESD.set_Value_and_Lock(False)
rec.doTrigger=True
recAlgs.doTrigger.set_Value_and_Lock(True)
from AthenaConfiguration.AllConfigFlags import ConfigFlags
......
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