|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "GaudiKernel/DataObject.h"
16 #include "GaudiKernel/IOpaqueAddress.h"
17 #include "GaudiKernel/IRegistry.h"
18 #include "GaudiKernel/ISvcLocator.h"
19 #include "GaudiKernel/StatusCode.h"
34 m_tool(
"LVL1BS::JepRoiByteStreamV2Tool/JepRoiByteStreamV2Tool")
62 return StatusCode::SUCCESS;
68 IOpaqueAddress*& pAddr )
const
73 return StatusCode::FAILURE;
76 const std::string
nm = pObj->registry()->name();
81 return m_tool->convert( jep );
bool fromStorable(DataObject *pDObj, T *&pTrans, bool quiet=false, IRegisterTransient *irt=0, bool isConst=true)
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...
JepRoiByteStreamV2Cnv(ISvcLocator *svcloc)
Jet/Energy Processor RoI container for writing bytestream post-LS1.
virtual StatusCode initialize() override
Gaudi converter base class with const interfaces.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Create ByteStream from JEP Container.
static const CLID & ID()
the CLID of T
ToolHandle< LVL1BS::JepRoiByteStreamV2Tool > m_tool
Tool that does the actual work.
static long storageType()
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.
uint32_t CLID
The Class ID type.
static constexpr long storageType()
virtual ~JepRoiByteStreamV2Cnv()
Helpers for checking error return status codes and reporting errors.
static const CLID & classID()
An STL vector of pointers that by default owns its pointed-to elements.