FCCAnalyses
Loading...
Searching...
No Matches
JetFlavourUtils.h File Reference
#include <ROOT/RVec.hxx>
Include dependency graph for JetFlavourUtils.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::JetFlavourUtils
 

Typedefs

using FCCAnalyses::JetFlavourUtils::FCCAnalysesJetConstituentsData = rv::RVec<float>
 
using FCCAnalyses::JetFlavourUtils::Variables = rv::RVec<FCCAnalysesJetConstituentsData>
 

Functions

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