#include <eEmEg1BDTSelector.h>
Definition at line 23 of file eEmEg1BDTSelector.h.
◆ eEmEg1BDTSelector() [1/2]
| GlobalSim::eEmEg1BDTSelector::eEmEg1BDTSelector |
( |
| ) |
|
|
default |
◆ eEmEg1BDTSelector() [2/2]
| GlobalSim::eEmEg1BDTSelector::eEmEg1BDTSelector |
( |
ulong | Eg1BDT_cut, |
|
|
const std::string & | Eg1BDT_op ) |
window limits from strings, to match the eEmEg1BDTTOB bitsets
Definition at line 16 of file eEmEg1BDTSelector.cxx.
17 :
19 }
std::unique_ptr< ICutter > m_Eg1BDT_cutter
std::unique_ptr< ICutter > make_cutter(const float &cut, const std::string &op)
◆ ~eEmEg1BDTSelector()
| virtual GlobalSim::eEmEg1BDTSelector::~eEmEg1BDTSelector |
( |
| ) |
|
|
virtualdefault |
◆ select()
Implements GlobalSim::IeEmEg1BDTSelector.
Definition at line 22 of file eEmEg1BDTSelector.cxx.
22 {
23
25 std::bitset<eEmEg1BDTTOB::s_eGamma1BDT_width> bits = tob.eGamma1BDT_bits();
27 BDT_Result[
i] = bits[
i];
28 }
29
31
32 return true;
33 };
static const std::size_t s_eGamma1BDT_width
ap_fixed< 10, 5 > score_t
◆ to_string()
| std::string GlobalSim::eEmEg1BDTSelector::to_string |
( |
| ) |
const |
|
overridevirtual |
◆ m_Eg1BDT_cutter
| std::unique_ptr<ICutter> GlobalSim::eEmEg1BDTSelector::m_Eg1BDT_cutter {nullptr} |
|
private |
The documentation for this class was generated from the following files: