Public Member Functions | |
HZZMuonTool (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | selectObject (xAOD::Muon &muon) override |
Public Attributes | |
xAOD::Muon::Quality | m_quality |
int | m_wp |
std::string | m_isoStr |
asg::AnaToolHandle < CP::IMuonSelectionTool > | m_selection |
description: the selection tool | |
asg::AnaToolHandle < CP::IIsolationSelectionTool > | m_isolationTool |
StatusCode ana::HZZMuonTool::initialize | ( | void | ) | [override, virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.