#include <RawDataLumiDigiCnv.hpp>
Definition at line 9 of file RawDataLumiDigiCnv.hpp.
◆ RawDataLumiDigiCnv()
| RawDataLumiDigiCnv::RawDataLumiDigiCnv |
( |
ISvcLocator * | svc | ) |
|
|
inline |
Definition at line 11 of file RawDataLumiDigiCnv.hpp.
RawDataBaseCnv(long storageType, const CLID &clid, ISvcLocator *svc)
static const CLID & classID()
◆ classID()
| const CLID & RawDataLumiDigiCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ createObj()
| StatusCode RawDataLumiDigiCnv::createObj |
( |
IOpaqueAddress * | pAddr, |
|
|
DataObject *& | pObj ) |
|
inline |
Definition at line 15 of file RawDataLumiDigiCnv.hpp.
15 {
16 DataObject* pLumi;
17 dataProvider()->findObject( "/Event/Digi/LumiDigiCol", pLumi );
18
19 if ( pLumi == NULL )
20 {
22 dataProvider()->registerObject( "/Event/Digi/LumiDigiCol", lumiDigiCol );
23 pObj = lumiDigiCol;
24 }
25 else { pObj = pLumi; }
26
27 return StatusCode::SUCCESS;
28 }
ObjectVector< LumiDigi > LumiDigiCol
The documentation for this class was generated from the following file: