#include <TrigStreamerHypoTool.h>
Definition at line 22 of file TrigStreamerHypoTool.h.
◆ TrigStreamerHypoTool()
TrigStreamerHypoTool::TrigStreamerHypoTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~TrigStreamerHypoTool()
TrigStreamerHypoTool::~TrigStreamerHypoTool |
( |
| ) |
|
|
virtual |
◆ decide()
Definition at line 35 of file TrigStreamerHypoTool.cxx.
37 ATH_MSG_DEBUG(
"Executing decide() of " <<
name() <<
" over " << hypoInfo.size() <<
" Decision Objects" );
40 return StatusCode::SUCCESS;
47 ATH_MSG_DEBUG(
"Decision Object at index " <<
count <<
" Passed previous trigger step, passing here too.");
50 ATH_MSG_DEBUG(
"Decision Object at index " <<
count <<
" didn't pass previous trigger step. Cannot be accepted here.");
55 return StatusCode::SUCCESS;
◆ finalize()
StatusCode TrigStreamerHypoTool::finalize |
( |
| ) |
|
|
overridevirtual |
◆ getId()
◆ initialize()
StatusCode TrigStreamerHypoTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_decisionId
◆ m_pass
Gaudi::Property<bool> TrigStreamerHypoTool::m_pass { this, "Pass", true, "Pass or reject"} |
|
private |
The documentation for this class was generated from the following files: