26#include "Gaudi/Property.h"
38 ISvcLocator* pSvcLocator ) :
43 ,
m_cnvTool(
"xAODMaker::JetCnvTool/JetCnvTool")
70 return StatusCode::SUCCESS;
76 return StatusCode::SUCCESS;
89 return StatusCode::SUCCESS;
97 xaodJets->setStore( auxJets );
105 return m_cnvTool->convert(inputJets, xaodJets, constitContainer );
#define ATH_MSG_WARNING(x)
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
Object reference supporting deferred reading from StoreGate.
virtual StatusCode execute()
JetCnvAlg()
Default constructor:
virtual StatusCode finalize()
std::string m_constitContainerName
ToolHandle< IJetCnvTool > m_cnvTool
std::string m_inputJetCollectionName
Containers.
virtual ~JetCnvAlg()
Destructor:
virtual StatusCode initialize()
std::string m_xaodJetCollectionName
JetAuxContainer_v1 JetAuxContainer
Definition of the current jet auxiliary container.
JetContainer_v1 JetContainer
Definition of the current "jet container version".