#include <TrigMissingETHypoTool.h>
Definition at line 24 of file TrigMissingETHypoTool.h.
◆ TrigMissingETHypoTool()
| TrigMissingETHypoTool::TrigMissingETHypoTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 16 of file TrigMissingETHypoTool.cxx.
18 :
19 base_class(type, name, parent),
static HLT::Identifier fromToolName(const std::string &tname)
◆ ~TrigMissingETHypoTool()
| TrigMissingETHypoTool::~TrigMissingETHypoTool |
( |
| ) |
|
|
virtual |
◆ decide()
Definition at line 36 of file TrigMissingETHypoTool.cxx.
37{
39 float ex = (*metContainer)[0]->ex();
40 float ey = (*metContainer)[0]->ey();
41 float met = std::hypot(ex,ey)/1000.;
43
45 if (pass)
47 else
49
50 return StatusCode::SUCCESS;
51
52}
#define ATH_MSG_VERBOSE(x)
◆ finalize()
| StatusCode TrigMissingETHypoTool::finalize |
( |
| ) |
|
|
overridevirtual |
◆ getId()
◆ initialize()
| StatusCode TrigMissingETHypoTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_decisionId
◆ m_metThreshold
| Gaudi::Property<float> TrigMissingETHypoTool::m_metThreshold {this, "metThreshold", 50, "MET threshold [GeV]" } |
|
private |
The documentation for this class was generated from the following files: