|
ATLAS Offline Software
|
Go to the documentation of this file.
23 m_cnvTool(
"xAODMaker::CMMCPHitsCnvTool/CMMCPHitsCnvTool", this ) {
41 return StatusCode::SUCCESS;
53 xaod->setStore( aux );
63 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
CMMCPHitsContainer_v1 CMMCPHitsContainer
Define the latest version of the CMMCPHits container.
ToolHandle< ICMMCPHitsCnvTool > m_cnvTool
Handle to the converter tool.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
AuxContainer for CMMCPHits_v1.
virtual StatusCode execute()
Function executing the algorithm.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string m_xaodKey
StoreGate key for the output container.
#define CHECK(...)
Evaluate an expression and check for errors.
CMMCPHitsAuxContainer_v1 CMMCPHitsAuxContainer
Define the latest version of the CMMCPHits auxiliary container.
std::string m_esdKey
StoreGate key of the input container.
Helpers for checking error return status codes and reporting errors.
virtual StatusCode initialize()
Function initialising the algorithm.
CMMCPHitsCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.