|
ATLAS Offline Software
|
Go to the documentation of this file.
17 #include "GaudiKernel/DataObject.h"
18 #include "GaudiKernel/IOpaqueAddress.h"
19 #include "GaudiKernel/ISvcLocator.h"
20 #include "GaudiKernel/StatusCode.h"
35 :
AthConstConverter( storageType(), classID(), svcloc,
"RodHeaderByteStreamCnv" ),
36 m_tool(
"LVL1BS::RodHeaderByteStreamTool/RodHeaderByteStreamTool")
64 return StatusCode::SUCCESS;
70 DataObject*& pObj )
const
76 return StatusCode::FAILURE;
79 const std::string
nm = *( pBS_Addr->par() );
81 auto rhCollection = std::make_unique<DataVector<LVL1::RODHeader> >();
86 return StatusCode::SUCCESS;
std::vector< Identifier > ID
convert to and from a SG storable
Defines the ROB data entity. The ROB data is an abstract entity that is used to discase the raw event...
DataObject * asStorable(T *pObject)
Gaudi converter base class with const interfaces.
a traits class that associates a CLID to a type T It also detects whether T inherits from Gaudi DataO...
::StatusCode StatusCode
StatusCode definition for legacy code.
IOpaqueAddress for ByteStreamCnvSvc, with ROB ids.
Default, invalid implementation of ClassID_traits.
uint32_t CLID
The Class ID type.
static constexpr long storageType()
Helpers for checking error return status codes and reporting errors.
An STL vector of pointers that by default owns its pointed-to elements.