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