5#ifndef TrigStreamerHypoTool_H
6#define TrigStreamerHypoTool_H
27 const std::string& name,
28 const IInterface* parent);
31 virtual StatusCode
finalize()
override;
33 virtual StatusCode
decide(std::vector<ITrigStreamerHypoTool::HypoInfo>& hypoInfo)
const override;
40 Gaudi::Property<bool>
m_pass{
this,
"Pass",
true,
"Pass or reject"};