![]() |
ATLAS Offline Software
|
#include <eEmSelector.h>
Public Member Functions | |
| eEmSelector ()=default | |
| Passes all. | |
| eEmSelector (ulong rhad_cut, const std::string &rhad_op, ulong reta_cut, const std::string &reta_op, ulong wstot_cut, const std::string &wstot_op) | |
| window limits from strings, to match the eEmTOB bitsets | |
| virtual | ~eEmSelector ()=default |
| virtual bool | select (const eEmTOB &) const override |
| virtual std::string | to_string () const override |
Private Attributes | |
| std::unique_ptr< ICutter > | m_rhad_cutter {nullptr} |
| std::unique_ptr< ICutter > | m_reta_cutter {nullptr} |
| std::unique_ptr< ICutter > | m_wstot_cutter {nullptr} |
Definition at line 23 of file eEmSelector.h.
|
default |
Passes all.
| GlobalSim::eEmSelector::eEmSelector | ( | ulong | rhad_cut, |
| const std::string & | rhad_op, | ||
| ulong | reta_cut, | ||
| const std::string & | reta_op, | ||
| ulong | wstot_cut, | ||
| const std::string & | wstot_op ) |
window limits from strings, to match the eEmTOB bitsets
Definition at line 13 of file eEmSelector.cxx.
|
virtualdefault |
Implements GlobalSim::IeEmSelector.
Definition at line 25 of file eEmSelector.cxx.
|
overridevirtual |
|
private |
Definition at line 45 of file eEmSelector.h.
|
private |
Definition at line 44 of file eEmSelector.h.
|
private |
Definition at line 46 of file eEmSelector.h.