 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTAUCNV_TAUJETREADERALG_H
9 #define XAODTAUCNV_TAUJETREADERALG_H
40 Gaudi::Property<std::string>
m_sgKey{
this,
"SGKey",
"TauRecContainer",
"StoreGate key of the container to test"};
46 #endif // XAODTAUCNV_TAUJETREADERALG_H
Simple algorithm testing the reading of xAOD::TauJetContainer.
virtual StatusCode execute()
Function executing the algorithm.
Gaudi::Property< std::string > m_sgKey
The StoreGate key of the container to be tested.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize()
Function initialising the algorithm.
TauJetReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.