|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef VNETWORKLWTNN_H
17 #define VNETWORKLWTNN_H
94 virtual void print(std::ostream &strm)
const override;
VNetworkBase()
VNetworkBase default constructor.
ClassDefOverride(VNetworkLWTNN, 1)
void fillJson(std::string const &tree_name=m_defaultTreeName)
Fill out m_json from a file provided to the constructor.
static const std::string m_defaultTreeName
Default name for the TTree to save in.
std::string m_json
String containing json input file.
void writeStringToTTree(TTree &tree, std::string json_string)
Get json string from TTree.
void deleteAllButNet() override
Get rid of any memory objects that arn't needed to run the net.
std::string readStringFromTTree(TTree &tree)
Get json string from TTree.
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
std::string m_printable_name
Stores a printable identifyer for the net.
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
void writeNetToTTree(TTree &tree) override
Save the network to a TTree.
VNetworkLWTNN(const VNetworkLWTNN ©_from)
VNetworkLWTNN copy constructor.
virtual void writeNetToTTree(TTree &tree)=0
Save the network to a TTree.
void setupPersistedVariables() override
Perform actions that prep data to create the net.
virtual void print(std::ostream &strm) const override
Write a short description of this net to the string stream.