Properly setting HI flags
When acquiring flags, rec.doHeavyIon
was not properly translated to flags.Reco.EnableHI
. This caused problem in legacy HI reconstruction as it uses wrapper for component-accumulator setup for egamma.
This MR fixes that and HImode
or HIPmode
functions are called when appropriate, so rec.doHeavyIon
and flags.Reco.EnableHI
are in sync.
The flag flags.Reco.EnableHI
is automatically set True if flags.Input.ProjectName
has _hi
in it. It worked for data (ART test has data15_hi
) so the problem was not present, but not for MC (ART test has mc16_5TeV
or mc21_13p6TeV
).
Tagging @stapiaar
Closes ATLASRECTS-7657
Merge request reports
Activity
This merge request affects 1 package:
- Reconstruction/RecExample/RecExCommon
This merge request affects 1 file:
- Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
Adding @goetz as watcher
added Reconstruction review-pending-level-1 labels
CI Result SUCCESS (hash 02b8a072)Athena AthGeneration externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72705]added review-approved label and removed review-pending-level-1 label
added review-approved-tier0 label
added review-approved-point1 label
mentioned in commit 19492adc
mentioned in merge request !63700 (merged)