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