Belle II Software
release-08-01-10
|
Abstract base class of all Options given to the MVA interface. More...
#include <Options.h>
Public Member Functions | |
virtual void | load (const boost::property_tree::ptree &pt)=0 |
Load mechanism (used by Weightfile) to load Options from a xml tree. More... | |
virtual void | save (boost::property_tree::ptree &pt) const =0 |
Save mechanism (used by Weightfile) to store Options in a xml tree. More... | |
virtual po::options_description | getDescription ()=0 |
Returns a program options description for all available options. | |
virtual | ~Options ()=default |
Virtual default destructor. | |
Abstract base class of all Options given to the MVA interface.
|
pure virtual |
Load mechanism (used by Weightfile) to load Options from a xml tree.
pt | xml tree |
Implemented in TrivialOptions, TMVAOptionsMulticlass, TMVAOptionsClassification, TMVAOptions, ReweighterOptions, RegressionOptions< BaseClassifierOptions >, RegressionOptions< FastBDTOptions >, PythonOptions, PDFOptions, FastBDTOptions, FANNOptions, CombinationOptions, MetaOptions, and GeneralOptions.
|
pure virtual |
Save mechanism (used by Weightfile) to store Options in a xml tree.
pt | xml tree |
Implemented in TrivialOptions, TMVAOptionsMulticlass, TMVAOptionsClassification, TMVAOptions, ReweighterOptions, RegressionOptions< BaseClassifierOptions >, RegressionOptions< FastBDTOptions >, PythonOptions, PDFOptions, FastBDTOptions, FANNOptions, CombinationOptions, MetaOptions, and GeneralOptions.