Tool for selection of analysis electrons. More...
#include <ElectronTool.h>
Public Member Functions | |
ElectronToolSelect (const std::string &name) | |
This macro generates a proper constructor for Athena. | |
StatusCode | initialize () override |
Initialize this tool. | |
virtual StatusCode | selectObject (xAOD::Electron &electron) override |
Apply selection on this object. |
Tool for selection of analysis electrons.
Applies common electron selections
ana::ElectronToolSelect::ElectronToolSelect | ( | const std::string & | name | ) |
This macro generates a proper constructor for Athena.
Standard constructor
StatusCode ana::ElectronToolSelect::initialize | ( | void | ) | [override, virtual] |
Initialize this tool.
SUSY group recommends *not* including d0/z0/isolation in MET cuts
Reimplemented from asg::AsgTool.