|
ATLAS Offline Software
|
Go to the documentation of this file.
14 const IInterface*
parent) :
24 return StatusCode::SUCCESS;
33 const EventContext& ctx)
const
35 if (vecROBFrags.empty())
return StatusCode::SUCCESS;
43 sc =
m_decoder->fillCollection(*robFrag, rdoIDCont, errs, dataItemsPool, ctx);
44 if (
sc == StatusCode::FAILURE) {
47 ATH_MSG_ERROR(
"Too many Problem with SCT Decoding messages, turning message off.");
57 if (
sc == StatusCode::FAILURE) {
58 ATH_MSG_ERROR(
"There was a problem with SCT ByteStream conversion");
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
::StatusCode StatusCode
StatusCode definition for legacy code.
eformat::ROBFragment< PointerType > ROBFragment
a typed memory pool that saves time spent allocation small object. This is typically used by containe...
Handle class for reading from StoreGate.