Skip to content

Fix a single misuse of flagged conditions

Breaking off parts of !40082 (closed) to make it manageable

SCT_FlaggedCondData is the default name in offline, but SCT_FlaggedCondData_TRIG is for HLT. Naturally any single incorrect instance of this (such as the example here) arises somewhere in a few layers of default-constructed tools.

Have attempted to rationalise this one instance, but it's still not great.

Merge request reports