Skip to content
Snippets Groups Projects

DL2 umami

Merged Manuel Guth requested to merge (removed):dl2-umami into 21.2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -29,7 +29,7 @@ namespace FlavorTagDiscriminants {
std::map<std::string, std::string> out_remap,
OutputType output_type):
m_input_node_name(""),
m_graph(new lwt::LightweightGraph(graph_config)),
m_graph(new lwt::LightweightGraph(graph_config,graph_config.outputs.begin()->first)),
m_variable_cleaner(nullptr)
{
using namespace internal;
Loading