8#ifndef XAODMISSINGETCNV_MISSINGETCNVALG_H
9#define XAODMISSINGETCNV_MISSINGETCNVALG_H
17#include "GaudiKernel/ToolHandle.h"
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
Function executing the algorithm.
MissingETCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode initialize()
Function initialising the algorithm.
std::string m_xaodKey
StoreGate key of the output MET container.
std::vector< std::string > m_aodKeys
StoreGate keys of the input MET objects.
ToolHandle< IMissingETCnvTool > m_cnvTool
Handle to the converter tool.