![]() |
ATLAS Offline Software
|
the data held per-systematic (filled in initialize) More...
Public Attributes | |
| std::function< StatusCode(MsgStream &, T *&, const EventContext &)> | getCopy |
| retrieve the (possibly copied) object for this systematic | |
the data held per-systematic (filled in initialize)
Definition at line 153 of file SysCopyHandle.h.
| std::function<StatusCode(MsgStream&, T*&, const EventContext&)> CP::SysCopyHandle< T >::SysData::getCopy |
retrieve the (possibly copied) object for this systematic
Depending on how the handle is configured this either does a plain (update/read) retrieve of the input via the event store, or reads the input through a read handle and (shallow) copies it into the configured output.
Definition at line 161 of file SysCopyHandle.h.