#include <RawDataMucDigiCnv.hpp>
Definition at line 10 of file RawDataMucDigiCnv.hpp.
◆ RawDataMucDigiCnv()
| RawDataMucDigiCnv::RawDataMucDigiCnv |
( |
ISvcLocator * | svc | ) |
|
|
inline |
Definition at line 15 of file RawDataMucDigiCnv.hpp.
RawDataBaseCnv(long storageType, const CLID &clid, ISvcLocator *svc)
static const CLID & classID()
◆ ~RawDataMucDigiCnv()
| RawDataMucDigiCnv::~RawDataMucDigiCnv |
( |
| ) |
|
|
inline |
◆ classID()
| const CLID & RawDataMucDigiCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ createObj()
| StatusCode RawDataMucDigiCnv::createObj |
( |
IOpaqueAddress * | pAddr, |
|
|
DataObject *& | pObj ) |
|
inline |
Definition at line 36 of file RawDataMucDigiCnv.hpp.
36 {
37
38
39
41 pObj = digiCol;
42
44 if ( evt == NULL )
45 {
46 cout << "RawDataMucDigiCnv::createObj has event!" << endl;
47 return StatusCode::FAILURE;
48 }
49
50 const BufferHolder& mucBuf = evt->
getMucBuf();
51
52 return m_cnv->convert( mucBuf, digiCol );
53 }
ObjectVector< MucDigi > MucDigiCol
const BufferHolder & getMucBuf() const
IRawDataInputSvc * m_inputSvc
◆ createRep()
| StatusCode RawDataMucDigiCnv::createRep |
( |
DataObject * | pObj, |
|
|
IOpaqueAddress *& | pAddr ) |
|
inline |
Definition at line 55 of file RawDataMucDigiCnv.hpp.
55 {
56
57
58
60 if ( re == 0 )
61 {
62
63 return StatusCode::FAILURE;
64 }
65
67 if ( digiCol == 0 )
68 {
69
70 return StatusCode::FAILURE;
71 }
72
73 return m_cnv->convert( digiCol, re );
74 }
eformat::write::FullEventFragment WriteRawEvent
IRawDataCnvSvc * m_cnvSvc
_EXTERN_ std::string MucDigiCol
◆ initialize()
| StatusCode RawDataMucDigiCnv::initialize |
( |
| ) |
|
|
inlineoverride |
Definition at line 21 of file RawDataMucDigiCnv.hpp.
21 {
22 MsgStream log(
msgSvc(),
"RawDataMucDigiCnv" );
23 log << MSG::INFO << "RawDataMucDigiCnv::initialize()" << endmsg;
24
26 if ( sc.isFailure() )
27 {
28 log << MSG::ERROR << "Failed to initialize RawDataBaseCnv" << endmsg;
29 return sc;
30 }
31
33 return StatusCode::SUCCESS;
34 }
static MucConverter * instance()
The documentation for this class was generated from the following file: