![]() |
ATLAS Offline Software
|
#include <TrigStreamerHypoTool.h>
Public Member Functions | |
| TrigStreamerHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TrigStreamerHypoTool () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual StatusCode | decide (std::vector< ITrigStreamerHypoTool::HypoInfo > &hypoInfo) const override |
| virtual const HLT::Identifier & | getId () const override |
Private Attributes | |
| HLT::Identifier | m_decisionId |
| Gaudi::Property< bool > | m_pass { this, "Pass", true, "Pass or reject"} |
Definition at line 22 of file TrigStreamerHypoTool.h.
| TrigStreamerHypoTool::TrigStreamerHypoTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 16 of file TrigStreamerHypoTool.cxx.
|
virtual |
Definition at line 23 of file TrigStreamerHypoTool.cxx.
|
overridevirtual |
Definition at line 35 of file TrigStreamerHypoTool.cxx.
|
overridevirtual |
Definition at line 31 of file TrigStreamerHypoTool.cxx.
|
overridevirtual |
Definition at line 59 of file TrigStreamerHypoTool.cxx.
|
overridevirtual |
Definition at line 26 of file TrigStreamerHypoTool.cxx.
|
private |
Definition at line 39 of file TrigStreamerHypoTool.h.
|
private |
Definition at line 40 of file TrigStreamerHypoTool.h.