Skip to content

MuonCombinedRecExample: Fix muon output object naming typo

Edward Moyse requested to merge emoyse/athena:master-fix-muon-LRT-typo into master

Thanks to @wlampl for spotting this.

In the old-style configuration we have a typo e.g. MSOnlyExtraPolatedMuonsLRTTrackParticles (note the capitalized P in ExtraPolated). This causes a mismatch when we turn on wrapping (and means the AOD contains differently named content, when we run with --CA)

Note that this is modifying old-style (i.e. production) so I would really like expert review here.

The (much safer) alternative is I copy the typo over to the CA config, but this means we're stuck with a silly typo in object names for run-3, which seems a shame.

Tagging @jojungge and SW coordinators @elmsheus and @nstyles

Edited by Edward Moyse

Merge request reports