![]() |
ATLAS Offline Software
|
#include <TNetworkToHistoTool.h>
Public Member Functions | |
| TNetworkToHistoTool () | |
| ~TNetworkToHistoTool () | |
| std::vector< TH1 * > | fromTrainedNetworkToHisto (TTrainedNetwork *) const |
| TTrainedNetwork * | fromHistoToTrainedNetwork (std::vector< TH1 * > &) const |
Private Member Functions | |
| TH1 * | findHisto (TString nameOfHisto, std::vector< TH1 * > &inputHistos) const |
| ClassDef (TNetworkToHistoTool, 1) | |
Definition at line 17 of file TNetworkToHistoTool.h.
|
inline |
Definition at line 21 of file TNetworkToHistoTool.h.
|
inline |
Definition at line 23 of file TNetworkToHistoTool.h.
|
private |
|
private |
| TTrainedNetwork * TNetworkToHistoTool::fromHistoToTrainedNetwork | ( | std::vector< TH1 * > & | ) | const |
| std::vector< TH1 * > TNetworkToHistoTool::fromTrainedNetworkToHisto | ( | TTrainedNetwork * | ) | const |