FCCAnalyses
Loading...
Searching...
No Matches
WeaverUtils.h File Reference
#include <ROOT/RVec.hxx>
Include dependency graph for WeaverUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  FCCAnalyses
 FCC analyzers collection.
 
namespace  FCCAnalyses::WeaverUtils
 

Functions

ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > FCCAnalyses::WeaverUtils::compute_weights (const ROOT::VecOps::RVec< ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > > &)
 Compute all weights given a 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.
 
template<typename... Args>
ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > FCCAnalyses::WeaverUtils::get_weights (Args &&... args)
 Compute all weights given an unspecified collection of input variables.
 
ROOT::VecOps::RVec< float > FCCAnalyses::WeaverUtils::get_weight (const ROOT::VecOps::RVec< ROOT::VecOps::RVec< float > > &, int)
 Get one specific weight previously computed.