Belle II Software development
|
Options for the Reweighter MVA method. More...
#include <Reweighter.h>
Public Member Functions | |
virtual void | load (const boost::property_tree::ptree &pt) override |
Load mechanism to load Options from a xml tree. | |
virtual void | save (boost::property_tree::ptree &pt) const override |
Save mechanism to store Options in a xml tree. | |
virtual po::options_description | getDescription () override |
Returns a program options description for all available options. | |
virtual std::string | getMethod () const override |
Return method name. | |
Public Attributes | |
std::string | m_weightfile |
Weightfile of the reweighting expert. | |
std::string | m_variable |
Variable which decides if the reweighter is applied or not. | |
Options for the Reweighter MVA method.
Definition at line 28 of file Reweighter.h.
|
overridevirtual |
Returns a program options description for all available options.
Implements Options.
Definition at line 40 of file Reweighter.cc.
|
inlineoverridevirtual |
Return method name.
Implements SpecificOptions.
Definition at line 51 of file Reweighter.h.
|
overridevirtual |
Load mechanism to load Options from a xml tree.
pt | xml tree |
Implements Options.
Definition at line 20 of file Reweighter.cc.
|
overridevirtual |
Save mechanism to store Options in a xml tree.
pt | xml tree |
Implements Options.
Definition at line 33 of file Reweighter.cc.
std::string m_variable |
Variable which decides if the reweighter is applied or not.
Definition at line 54 of file Reweighter.h.
std::string m_weightfile |
Weightfile of the reweighting expert.
Definition at line 53 of file Reweighter.h.