#include <TrigTRTHTHhypoTool.h>
|
HLT::Identifier | m_decisionId |
|
Gaudi::Property< bool > | m_acceptAll { this, "AcceptAll", false , "Bins of eta" } |
|
Gaudi::Property< unsigned int > | m_minTRTHTHitsRoad { this, "MinTRTHTHitsRoad", 20 , "Bins of eta" } |
|
Gaudi::Property< float > | m_minHTratioRoad { this, "MinHTRatioRoad", 0.4 , "Bins of eta" } |
|
Gaudi::Property< unsigned int > | m_minTRTHTHitsWedge { this, "MinTRTHTHitsWedge", 30 , "Bins of eta" } |
|
Gaudi::Property< float > | m_minHTratioWedge { this, "MinHTRatioWedge", 0.5 , "Bins of eta" } |
|
Gaudi::Property< bool > | m_doWedge { this, "DoWedge", true , "Bins of eta" } |
|
Gaudi::Property< bool > | m_doRoad { this, "DoRoad", false , "Bins of eta" } |
|
ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
|
Definition at line 18 of file TrigTRTHTHhypoTool.h.
◆ TrigTRTHTHhypoTool()
TrigTRTHTHhypoTool::TrigTRTHTHhypoTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ decide() [1/2]
Definition at line 25 of file TrigTRTHTHhypoTool.cxx.
41 auto rnn =
input.rnnOutput;
42 std::vector<float>
vec = rnn->rnnDecision();
52 fHT_wedge =
vec.at(3);
53 trththits_road =
vec.at(0);
54 trththits_wedge =
vec.at(2);
◆ decide() [2/2]
◆ initialize()
StatusCode TrigTRTHTHhypoTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_acceptAll
Gaudi::Property< bool > TrigTRTHTHhypoTool::m_acceptAll { this, "AcceptAll", false , "Bins of eta" } |
|
private |
◆ m_decisionId
◆ m_doRoad
Gaudi::Property< bool > TrigTRTHTHhypoTool::m_doRoad { this, "DoRoad", false , "Bins of eta" } |
|
private |
◆ m_doWedge
Gaudi::Property< bool > TrigTRTHTHhypoTool::m_doWedge { this, "DoWedge", true , "Bins of eta" } |
|
private |
◆ m_minHTratioRoad
Gaudi::Property< float > TrigTRTHTHhypoTool::m_minHTratioRoad { this, "MinHTRatioRoad", 0.4 , "Bins of eta" } |
|
private |
◆ m_minHTratioWedge
Gaudi::Property< float > TrigTRTHTHhypoTool::m_minHTratioWedge { this, "MinHTRatioWedge", 0.5 , "Bins of eta" } |
|
private |
◆ m_minTRTHTHitsRoad
Gaudi::Property< unsigned int > TrigTRTHTHhypoTool::m_minTRTHTHitsRoad { this, "MinTRTHTHitsRoad", 20 , "Bins of eta" } |
|
private |
◆ m_minTRTHTHitsWedge
Gaudi::Property< unsigned int > TrigTRTHTHhypoTool::m_minTRTHTHitsWedge { this, "MinTRTHTHitsWedge", 30 , "Bins of eta" } |
|
private |
◆ m_monTool
The documentation for this class was generated from the following files: