![]() |
ATLAS Offline Software
|
#include <CommonSelector.h>
Public Member Functions | |
| CommonSelector ()=default | |
| Passes all. | |
| CommonSelector (const std::string &et_low, const std::string &et_high, const std::string &eta_low, const std::string &eta_high, const std::string &phi_low, const std::string &phi_high) | |
| window limits from strings, to match the CommonTOB bitsets | |
| virtual | ~CommonSelector ()=default |
| virtual bool | select (const CommonTOB &) const override |
| virtual std::string | to_string () const override |
Private Attributes | |
| ulong | m_et_low {0} |
| ulong | m_et_high {ULONG_MAX} |
| ulong | m_eta_low {0} |
| ulong | m_eta_high {ULONG_MAX} |
| ulong | m_phi_low {0} |
| ulong | m_phi_high {ULONG_MAX} |
Definition at line 23 of file CommonSelector.h.
|
default |
Passes all.
| GlobalSim::CommonSelector::CommonSelector | ( | const std::string & | et_low, |
| const std::string & | et_high, | ||
| const std::string & | eta_low, | ||
| const std::string & | eta_high, | ||
| const std::string & | phi_low, | ||
| const std::string & | phi_high ) |
window limits from strings, to match the CommonTOB bitsets
Definition at line 12 of file CommonSelector.cxx.
|
virtualdefault |
Implements GlobalSim::ICommonSelector.
Definition at line 33 of file CommonSelector.cxx.
|
overridevirtual |
Implements GlobalSim::ICommonSelector.
Definition at line 52 of file CommonSelector.cxx.
|
private |
Definition at line 45 of file CommonSelector.h.
|
private |
Definition at line 44 of file CommonSelector.h.
|
private |
Definition at line 48 of file CommonSelector.h.
|
private |
Definition at line 47 of file CommonSelector.h.
|
private |
Definition at line 52 of file CommonSelector.h.
|
private |
Definition at line 51 of file CommonSelector.h.