ATLAS Offline Software
|
HLT CaloMVA step TauJet selection hypothesis tools. More...
#include <TrigTauCaloHypoTool.h>
Public Member Functions | |
TrigTauCaloHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual StatusCode | initialize () override |
virtual StatusCode | decide (std::vector< ITrigTauCaloHypoTool::ToolInfo > &input) const override |
virtual bool | decide (const ITrigTauCaloHypoTool::ToolInfo &i) const override |
Private Attributes | |
HLT::Identifier | m_decisionId |
Gaudi::Property< float > | m_ptMin {this, "PtMin", 0, "Tau pT minimum cut"} |
Gaudi::Property< bool > | m_acceptAll {this, "AcceptAll", false, "Ignore selection"} |
ToolHandle< GenericMonitoringTool > | m_monTool {this, "MonTool", "", "Monitoring tool"} |
HLT CaloMVA step TauJet selection hypothesis tools.
Definition at line 33 of file TrigTauCaloHypoTool.h.
TrigTauCaloHypoTool::TrigTauCaloHypoTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 28 of file TrigTauCaloHypoTool.cxx.
|
overridevirtual |
Definition at line 47 of file TrigTauCaloHypoTool.cxx.
|
overridevirtual |
Definition at line 94 of file TrigTauCaloHypoTool.cxx.
|
overridevirtual |
Definition at line 35 of file TrigTauCaloHypoTool.cxx.
|
private |
Definition at line 47 of file TrigTauCaloHypoTool.h.
|
private |
Definition at line 43 of file TrigTauCaloHypoTool.h.
|
private |
Definition at line 49 of file TrigTauCaloHypoTool.h.
|
private |
Definition at line 45 of file TrigTauCaloHypoTool.h.