QuickAna tool for applying standard selections to jets. More...
#include <JetTool.h>
Public Member Functions | |
JetToolSelect (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | selectObject (xAOD::Jet &jet) override |
Public Attributes | |
Configurations -- public memebers | |
SelectionStep | m_jvt_cut_step |
At what step should the JVT cut be applied? |
QuickAna tool for applying standard selections to jets.
ana::JetToolSelect::JetToolSelect | ( | const std::string & | name | ) |
effects: standard constructor guarantee: strong failures: out of memory II
StatusCode ana::JetToolSelect::initialize | ( | void | ) | [override, virtual] |
effects: initialize this tool guarantee: basic failures: configuration errors
Reimplemented from asg::AsgTool.
StatusCode ana::JetToolSelect::selectObject | ( | xAOD::Jet & | jet | ) | [override, virtual] |
returns: whether the object passes object selection guarantee: basic failures: definition dependent