Skip to content

PanTauAlgs: enable thread-checker and fix warnings

Frank Winklmeier requested to merge fwinkl/athena:pantau into 22.0

PanTauAlgs modifies (the mass of) the TauJet constituents when building the PFO. To avoid const_cast add a non-const accessor in TauJet_v3. Since ElementLink does not provide non-const access to the pointed to object, take the detour via the container itself.

Note, this is not an EDM change. Just an addition to the interface.

Edited by Frank Winklmeier

Merge request reports