8#ifndef xAODTrigMinBiasCNV_TrigSpacePointCountsCNVALG_H
9#define xAODTrigMinBiasCNV_TrigSpacePointCountsCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
48 ToolHandle< ITrigSpacePointCountsCnvTool >
m_cnvTool;
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_aodKey
StoreGate key of the input container.
ToolHandle< ITrigSpacePointCountsCnvTool > m_cnvTool
Handle to the converter tool.
virtual StatusCode execute()
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.
std::string m_xaodKey
StoreGate key for the output container.
TrigSpacePointCountsCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.