Tool for selection of analysis electrons. More...
#include <TopElectronTool.h>
Public Member Functions | |
TopElectronToolSelect (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. | |
Public Attributes | |
std::unique_ptr< IsolationBase > | m_isolation |
isolation tool | |
SelectionCut | cut_author |
SelectionCut | cut_pt |
SelectionCut | cut_id |
SelectionCut | cut_etaMax |
SelectionCut | cut_etaCrack |
SelectionCut | cut_z0 |
SelectionCut | cut_isolation |
Tool for selection of analysis electrons.
Applies top default electron selections
ana::TopElectronToolSelect::TopElectronToolSelect | ( | const std::string & | name | ) |
This macro generates a proper constructor for Athena.
Standard constructor