|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #include "nlohmann/json.hpp"
22 j.at(
"name").get_to(o.
m_name);
47 j.at(
"bdt").get_to(o.
m_bdt);
const conifer::BDT< unsigned int, unsigned int > & getBDT() const
std::vector< std::vector< std::vector< int > > > m_towers_scells
const std::vector< BDTVariable > & getVariables() const
conifer::BDT< unsigned int, unsigned int > m_bdt
friend void from_json(const nlohmann::json &j, BDTVariable &o)
const std::vector< std::vector< int > > & getETSCells() const
std::vector< std::vector< int > > m_had_et_scells
const std::vector< std::vector< int > > & getEMETSCells() const
std::vector< std::vector< int > > m_scells
std::vector< BDTVariable > m_variables
friend void from_json(const nlohmann::json &j, eFEXBDT &o)
int getScorePrecision() const
const std::vector< std::vector< int > > & getTowerSCells(int towerIndex) const
eFEXBDT(std::string filename)
std::vector< std::vector< int > > m_em_et_scells
std::vector< std::vector< int > > m_et_scells
const std::vector< std::vector< int > > & getHADETSCells() const