8#ifndef XAODCREATORALGS_CLUSTERCREATOR_H
9#define XAODCREATORALGS_CLUSTERCREATOR_H
15#include "GaudiKernel/ToolHandle.h"
55 ToolHandle< xAODMaker::ICaloClusterCnvTool >
m_cnvTool;
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ClusterCreator(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
std::vector< std::string > m_xaodContainerNames
The keys for the output xAOD::CaloClusterContainer.
ToolHandle< xAODMaker::ICaloClusterCnvTool > m_cnvTool
Connection to the converter tool.
virtual StatusCode execute()
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.
bool m_keySet
True if keys set by jobO.
std::vector< std::string > m_aodContainerNames
The keys of the input CaloClusterContainer.