diff --git a/Reconstruction/tauRecTools/Root/TauGNN.cxx b/Reconstruction/tauRecTools/Root/TauGNN.cxx index 08dfdc7fac4e3aa8f28beb6f4070351639441dca..a0603fa2957bba17acef8230b14702c59b3fe3be 100644 --- a/Reconstruction/tauRecTools/Root/TauGNN.cxx +++ b/Reconstruction/tauRecTools/Root/TauGNN.cxx @@ -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//