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