|
FCCAnalyses
|
Functions | |
| ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > | compute_weights (const ROOT::VecOps::RVec< ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > > &) |
| Compute all weights given a collection of input variables. | |
| void | setup_weaver (const std::string &, const std::string &, const ROOT::VecOps::RVec< std::string > &) |
| Setup the ONNXRuntime instance using Weaver-provided parameters. | |
| template<typename... Args> | |
| ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > | get_weights (Args &&... args) |
| Compute all weights given an unspecified collection of input variables. | |
| ROOT::VecOps::RVec< float > | get_weight (const ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > &, int) |
| Get one specific weight previously computed. | |
| void | setup_weaver (const std::string &onnx_filename, const std::string &json_filename, const rv::RVec< std::string > &vars) |
| ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > FCCAnalyses::WeaverUtils::compute_weights | ( | const ROOT::VecOps::RVec< ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > > & | vars | ) |
Compute all weights given a collection of input variables.
| ROOT::VecOps::RVec< float > FCCAnalyses::WeaverUtils::get_weight | ( | const ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > & | objects_weights, |
| int | weight ) |
Get one specific weight previously computed.
| ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > FCCAnalyses::WeaverUtils::get_weights | ( | Args &&... | args | ) |
Compute all weights given an unspecified collection of input variables.
| void FCCAnalyses::WeaverUtils::setup_weaver | ( | const std::string & | , |
| const std::string & | , | ||
| const ROOT::VecOps::RVec< std::string > & | ) |
Setup the ONNXRuntime instance using Weaver-provided parameters.
| void FCCAnalyses::WeaverUtils::setup_weaver | ( | const std::string & | onnx_filename, |
| const std::string & | json_filename, | ||
| const rv::RVec< std::string > & | vars ) |