#include <RawDataHltCnv.hpp>
Definition at line 10 of file RawDataHltCnv.hpp.
◆ RawDataHltCnv()
| RawDataHltCnv::RawDataHltCnv |
( |
ISvcLocator * | svc | ) |
|
|
inline |
Definition at line 12 of file RawDataHltCnv.hpp.
RawDataBaseCnv(long storageType, const CLID &clid, ISvcLocator *svc)
static const CLID & classID()
◆ classID()
| const CLID & RawDataHltCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ createObj()
| StatusCode RawDataHltCnv::createObj |
( |
IOpaqueAddress * | pAddr, |
|
|
DataObject *& | pObj ) |
|
inline |
Definition at line 16 of file RawDataHltCnv.hpp.
16 {
17
18
19 HltEvent* digi = new HltEvent();
20
22 pObj = digi;
23 return StatusCode::SUCCESS;
24 }
void initialize(bool fromMc)
◆ createRep()
| StatusCode RawDataHltCnv::createRep |
( |
DataObject * | pObj, |
|
|
IOpaqueAddress *& | pAddr ) |
|
inline |
Definition at line 26 of file RawDataHltCnv.hpp.
26 {
27
28 std::string nm = pObj->registry()->name();
29 RawDataAddress* addr =
new RawDataAddress(
classID(), nm,
"" );
30 pAddr = addr;
31 return StatusCode::SUCCESS;
32 }
The documentation for this class was generated from the following file: