#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 |
|
) |
| |
◆ ~TrigMissingETHypoTool()
TrigMissingETHypoTool::~TrigMissingETHypoTool |
( |
| ) |
|
|
virtual |
◆ decide()
Definition at line 36 of file TrigMissingETHypoTool.cxx.
39 float ex = (*metContainer)[0]->ex();
40 float ey = (*metContainer)[0]->ey();
41 float met = std::hypot(ex,ey)/1000.;
50 return StatusCode::SUCCESS;
◆ 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: