|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGUPGRADETEST_TESTRECOALG_H
5 #define TRIGUPGRADETEST_TESTRECOALG_H 1
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"};
53 #endif //> !TRIGUPGRADETEST_TESTRECOALG_H
std::vector< Event_t > m_data
std::vector< Obj_t > Event_t
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_output
Property holding a SG store/key/clid from which a ReadHandle is made.
StatusCode finalize() override
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_input
std::pair< std::string, float > Prop_t
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
std::vector< Prop_t > Obj_t
Pseudo reco alg, reads input file formatted as follows: prop1:value, prop2:value; prop1:value,...
StatusCode execute() override
StringProperty m_fileName