#include <McEventCnv.h>
|
static unsigned char | storageType () |
| Storage type and class ID.
|
|
static const CLID & | classID () |
|
Definition at line 17 of file McEventCnv.h.
◆ McEventCnv()
McEventCnv::McEventCnv |
( |
ISvcLocator * | svcloc | ) |
|
|
protected |
Definition at line 13 of file McEventCnv.cxx.
13 :
15}
static unsigned char storageType()
storage type
static const CLID & classID()
◆ classID()
static const CLID & McEventCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ createObj()
StatusCode McEventCnv::createObj |
( |
IOpaqueAddress * | pAddr, |
|
|
DataObject *& | pObj ) |
Definition at line 18 of file McEventCnv.cxx.
18 {
20 pMcAddr =
dynamic_cast<McAddress*
>(pAddr);
21
25 pObj = eventHeader;
26
27 return StatusCode::SUCCESS;
28}
unsigned int eventNumber() const
◆ repSvcType()
long McEventCnv::repSvcType |
( |
| ) |
const |
|
virtual |
◆ storageType()
unsigned char McEventCnv::storageType |
( |
| ) |
|
|
static |
◆ CnvFactory< McEventCnv >
The documentation for this class was generated from the following files: