Skip to content

IsolationAlgs+DerivationFrameworkEGamma+DerivationFrameworkMuons: Add noCalo option to el and mu isolation configurations.

Add noCalo option to elIsolationCfg and muIsolationCfg. When these are being called from derivation jobs for LRT objects, the calorimeter-based isolations will have already been done by an earlier algorithm. If we try to configure them again, we can crash because the decorations will have already been locked. (This was only working due to a bug in decoration locking; see ATEAM-909.)

Don't duplicate calo-based isolation decorations for LRT electrons/muons.

Merge request reports