4#ifndef TRIGUPGRADETEST_TESTRECOALG_H
5#define TRIGUPGRADETEST_TESTRECOALG_H 1
30 TestRecoAlg(
const std::string& name, ISvcLocator* pSvcLocator );
40 typedef std::pair< std::string, float >
Prop_t;
41 typedef std::vector< Prop_t >
Obj_t;
44 StringProperty
m_fileName {
this,
"FileName",
"Input file with fake objects"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StringProperty m_fileName
StatusCode initialize() override
std::pair< std::string, float > Prop_t
StatusCode execute() override
TestRecoAlg(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< Event_t > m_data
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_output
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_input
StatusCode finalize() override
std::vector< Prop_t > Obj_t
std::vector< Obj_t > Event_t
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.