#include <eEmSelector.h>
|
| | 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 IeEmTOB &) const override |
| virtual std::string | to_string () const override |
Definition at line 30 of file eEmSelector.h.
◆ eEmSelector() [1/2]
| GlobalSim::eEmSelector::eEmSelector |
( |
| ) |
|
|
default |
◆ eEmSelector() [2/2]
| 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 106 of file eEmSelector.cxx.
111 :
115 }
std::unique_ptr< ICutter > m_wstot_cutter
std::unique_ptr< ICutter > m_rhad_cutter
std::unique_ptr< ICutter > m_reta_cutter
std::unique_ptr< ICutter > make_cutter(const ulong &cut, const std::string &op)
◆ ~eEmSelector()
| virtual GlobalSim::eEmSelector::~eEmSelector |
( |
| ) |
|
|
virtualdefault |
◆ select()
| bool GlobalSim::eEmSelector::select |
( |
const IeEmTOB & | tob | ) |
const |
|
overridevirtual |
◆ to_string()
| std::string GlobalSim::eEmSelector::to_string |
( |
| ) |
const |
|
overridevirtual |
◆ m_reta_cutter
| std::unique_ptr<ICutter> GlobalSim::eEmSelector::m_reta_cutter {nullptr} |
|
private |
◆ m_rhad_cutter
| std::unique_ptr<ICutter> GlobalSim::eEmSelector::m_rhad_cutter {nullptr} |
|
private |
◆ m_wstot_cutter
| std::unique_ptr<ICutter> GlobalSim::eEmSelector::m_wstot_cutter {nullptr} |
|
private |
The documentation for this class was generated from the following files: