![]() |
ATLAS Offline Software
|
#include <eEmEg1BDTSelector.h>
Public Member Functions | |
| eEmEg1BDTSelector ()=default | |
| Passes all. | |
| eEmEg1BDTSelector (ulong Eg1BDT_cut, const std::string &Eg1BDT_op) | |
| window limits from strings, to match the eEmEg1BDTTOB bitsets | |
| virtual | ~eEmEg1BDTSelector ()=default |
| virtual bool | select (const eEmEg1BDTTOB &) const override |
| virtual std::string | to_string () const override |
Private Attributes | |
| std::unique_ptr< ICutter > | m_Eg1BDT_cutter {nullptr} |
Definition at line 23 of file eEmEg1BDTSelector.h.
|
default |
Passes all.
| GlobalSim::eEmEg1BDTSelector::eEmEg1BDTSelector | ( | ulong | Eg1BDT_cut, |
| const std::string & | Eg1BDT_op ) |
window limits from strings, to match the eEmEg1BDTTOB bitsets
Definition at line 14 of file eEmEg1BDTSelector.cxx.
|
virtualdefault |
|
overridevirtual |
Implements GlobalSim::IeEmEg1BDTSelector.
Definition at line 20 of file eEmEg1BDTSelector.cxx.
|
overridevirtual |
Implements GlobalSim::IeEmEg1BDTSelector.
Definition at line 29 of file eEmEg1BDTSelector.cxx.
|
private |
Definition at line 40 of file eEmEg1BDTSelector.h.