7 #include "GaudiKernel/MsgStream.h"
9 #include "TrkNeuralNetworkUtils/NetworkToHistoTool.hh"
20 const std::string&
n,
const IInterface*
p):
23 declareInterface<NeuralNetworkToHistoTool>(
this);
31 ATH_MSG_INFO(
" Initialization of NeuralNetworkToHistoTool succesfull");
32 return StatusCode::SUCCESS;
37 ATH_MSG_INFO(
" Finalization of NeuralNetworkToHistoTool succesfull");
38 return StatusCode::SUCCESS;
45 NetworkToHistoTool
tool;
46 return NetworkToHistoTool::fromTrainedNetworkToHisto(trainedNetwork);
52 NetworkToHistoTool
tool;
53 return NetworkToHistoTool::fromHistoToTrainedNetwork(inputHistos);
59 NetworkToHistoTool
tool;
60 return NetworkToHistoTool::fromHistoToTrainedNetwork(inputHistos);
67 NetworkToHistoTool
tool;
68 return NetworkToHistoTool::histsFromNetwork(net);
75 NetworkToHistoTool
tool;
76 return NetworkToHistoTool::networkFromHists(
hists);