![]() |
ATLAS Offline Software
|
#include <TrigDiTauHypoTool.h>
Public Member Functions | |
| TrigDiTauHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TrigDiTauHypoTool () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | decide (std::vector< ITrigDiTauHypoTool::ToolInfo > &input) const override |
| virtual bool | decide (const ITrigDiTauHypoTool::ToolInfo &i) const override |
Public Attributes | |
| log = logging.getLogger('TrigHLTDiTauHypoTool') | |
Private Attributes | |
| HLT::Identifier | m_decisionId |
| Gaudi::Property< float > | m_ditau_pt_threshold {this, "ditau_pt_threshold", 200, "ditau pT threshold [GeV]" } |
| Gaudi::Property< float > | m_ditau_omni_score {this, "ditau_id_score", 0.0, "ditau omni id score" } |
| Gaudi::Property< int > | m_ditau_lead_max_trk {this, "ditau_lead_max_trk", 3, "ditau lead track multiplicity" } |
| Gaudi::Property< int > | m_ditau_subl_max_trk {this, "ditau_subl_max_trk", 3, "ditau sublead track multiplicity" } |
Definition at line 15 of file TrigDiTauHypoTool.h.
| TrigDiTauHypoTool::TrigDiTauHypoTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 15 of file TrigDiTauHypoTool.cxx.
|
virtual |
Definition at line 21 of file TrigDiTauHypoTool.cxx.
|
overridevirtual |
Definition at line 38 of file TrigDiTauHypoTool.cxx.
|
overridevirtual |
Definition at line 59 of file TrigDiTauHypoTool.cxx.
|
overridevirtual |
Definition at line 25 of file TrigDiTauHypoTool.cxx.
| TrigDiTauHypoTool.log = logging.getLogger('TrigHLTDiTauHypoTool') |
Definition at line 6 of file TrigDiTauHypoTool.py.
|
private |
Definition at line 23 of file TrigDiTauHypoTool.h.
|
private |
Definition at line 26 of file TrigDiTauHypoTool.h.
|
private |
Definition at line 25 of file TrigDiTauHypoTool.h.
|
private |
Definition at line 24 of file TrigDiTauHypoTool.h.
|
private |
Definition at line 27 of file TrigDiTauHypoTool.h.