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