ATLAS Offline Software
Loading...
Searching...
No Matches
CP::SysCopyHandle< T >::SysData Struct Reference

the data held per-systematic (filled in initialize) More...

Collaboration diagram for CP::SysCopyHandle< T >::SysData:

Public Attributes

std::function< StatusCode(MsgStream &, T *&, const EventContext &)> getCopy
 retrieve the (possibly copied) object for this systematic

Detailed Description

template<typename T>
struct CP::SysCopyHandle< T >::SysData

the data held per-systematic (filled in initialize)

Definition at line 153 of file SysCopyHandle.h.

Member Data Documentation

◆ getCopy

template<typename T>
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.


The documentation for this struct was generated from the following file: