![]() |
ATLAS Offline Software
|
#include <eFEXBDT.h>
Public Member Functions | |
| eFEXBDT (std::string filename) | |
| const std::vector< BDTVariable > & | getVariables () const |
| const std::vector< std::vector< int > > & | getETSCells () const |
| const std::vector< std::vector< int > > & | getEMETSCells () const |
| const std::vector< std::vector< int > > & | getHADETSCells () const |
| const conifer::BDT< unsigned int, unsigned int > & | getBDT () const |
| const std::vector< std::vector< int > > & | getTowerSCells (int towerIndex) const |
| int | getNTowers () const |
| int | getScorePrecision () const |
Private Attributes | |
| std::vector< BDTVariable > | m_variables |
| std::vector< std::vector< int > > | m_et_scells |
| std::vector< std::vector< int > > | m_em_et_scells |
| std::vector< std::vector< int > > | m_had_et_scells |
| std::vector< std::vector< std::vector< int > > > | m_towers_scells |
| conifer::BDT< unsigned int, unsigned int > | m_bdt |
| int | m_score_precision |
Friends | |
| void | from_json (const nlohmann::json &j, eFEXBDT &o) |
|
inline |
Definition at line 50 of file eFEXBDT.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 80 of file eFEXBDT.h.
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |