Meta Options which modify the underlying training by doing sPlot, Multiclass and HyperparameterSearch.
More...
#include <Options.h>
|
virtual void | load (const boost::property_tree::ptree &pt) override |
| Load mechanism (used by Weightfile) to load Options from a xml tree. More...
|
|
virtual void | save (boost::property_tree::ptree &pt) const override |
| Save mechanism (used by Weightfile) to store Options in a xml tree. More...
|
|
virtual po::options_description | getDescription () override |
| Returns a program options description for all available options.
|
|
Meta Options which modify the underlying training by doing sPlot, Multiclass and HyperparameterSearch.
Definition at line 111 of file Options.h.
◆ load()
void load |
( |
const boost::property_tree::ptree & |
pt | ) |
|
|
overridevirtual |
◆ save()
void save |
( |
boost::property_tree::ptree & |
pt | ) |
const |
|
overridevirtual |
◆ m_reweighting_variable
std::string m_reweighting_variable |
Initial value:
Variable defining for which events the reweighting should be used (1) or not used (0).
If empty the reweighting is applied to all events
Definition at line 144 of file Options.h.
◆ m_sideband_variable
std::string m_sideband_variable |
Initial value:
Variable defining the signal region (1) background region (2) negative signal region (3) or unused (otherwise) for the sideband subtraction.
Definition at line 139 of file Options.h.
The documentation for this class was generated from the following files: