8#ifndef XAODTAUCNV_TAUJETREADERALG_H
9#define XAODTAUCNV_TAUJETREADERALG_H
36 virtual StatusCode
execute(
const EventContext& ctx);
40 Gaudi::Property<std::string>
m_sgKey{
this,
"SGKey",
"TauRecContainer",
"StoreGate key of the container to test"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize()
Function initialising the algorithm.
TauJetReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Gaudi::Property< std::string > m_sgKey
The StoreGate key of the container to be tested.
virtual StatusCode execute(const EventContext &ctx)
Function executing the algorithm.