Skip to content
Snippets Groups Projects
Commit de5250fa authored by scott snyder's avatar scott snyder
Browse files

xAODCaloEventCnv: Making setSignalState non-const.

Change the ISignalState::setSignalState and resetSignalState methods
to be (properly!) non-const.  SignalStateHelper now takes a non-const
pointer to the object.  (Temporarily?) introduce SignalStateConstHelper
that takes a const pointer and does a const_cast on it; this is marked
as not thread-safe.

Remove now-unused SignalStateCollHelper.

Corresponding changes downstream.
parent 0e309916
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment