|
ATLAS Offline Software
|
Go to the documentation of this file.
26 #include "Gaudi/Property.h"
38 ISvcLocator* pSvcLocator ) :
40 , m_inputJetCollectionName(
"AntiKt4LCTopoJets")
41 , m_xaodJetCollectionName(
"")
42 , m_constitContainerName(
"")
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 );
virtual StatusCode finalize()
JetCnvAlg()
Default constructor:
std::string m_inputJetCollectionName
Containers.
JetAuxContainer_v1 JetAuxContainer
Definition of the current jet auxiliary container.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::string m_constitContainerName
virtual ~JetCnvAlg()
Destructor:
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Temporary container used until we have I/O for AuxStoreInternal.
Object reference supporting deferred reading from StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string m_xaodJetCollectionName
#define CHECK(...)
Evaluate an expression and check for errors.
virtual StatusCode execute()
virtual StatusCode initialize()
Helpers for checking error return status codes and reporting errors.
#define ATH_MSG_WARNING(x)
JetContainer_v1 JetContainer
Definition of the current "jet container version".
ToolHandle< IJetCnvTool > m_cnvTool