Belle II Software
release-08-01-10
|
Specific Options, all method Options have to inherit from this class. More...
#include <Options.h>
Public Member Functions | |
virtual std::string | getMethod () const =0 |
Returns method name, used in the interface to register the method. | |
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. | |
|
pure virtualinherited |
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 virtualinherited |
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.