Public Member Functions | |
HZZElectronTool (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | selectObject (xAOD::Electron &electron) override |
Public Attributes | |
std::string | m_selection |
the selection data | |
int | m_wp |
std::string | m_isoStr |
asg::AnaToolHandle < IAsgElectronLikelihoodTool > | m_selectionTool |
description: the selection tool | |
asg::AnaToolHandle < CP::IIsolationSelectionTool > | m_isolationTool |
StatusCode ana::HZZElectronTool::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.