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