Skip to content
Snippets Groups Projects

Sweep GNTau infrastructure from main to 24.0

Merged Jean Yves Beaucamp requested to merge jbeaucam/athena:24.0-hlt-tau-gntau-main-sweep into 24.0
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,8 @@
TauGNN::TauGNN(const std::string &nnFile, const Config &config):
asg::AsgMessaging("TauGNN"),
m_onnxUtil(std::make_shared<FlavorTagDiscriminants::OnnxUtil>(nnFile))
m_onnxUtil(std::make_shared<FlavorTagDiscriminants::OnnxUtil>(nnFile)),
m_config{config}
{
//==================================================//
// This part is ported from FTagDiscriminant GNN.cxx//
Loading