Helper class that can contain an identifier-value pair. More...
#include <Variable.h>
Public Member Functions | |
AtomicId | getName () const |
double | getValue () const |
Value & | operator= (const Value &orig) |
void | setName (AtomicId name) |
void | setValue (double value) |
Value () | |
Value (const Value &orig) | |
Value (AtomicId name, double value) | |
Private Attributes | |
AtomicId | name |
double | value |
Helper class that can contain an identifier-value pair.
Variable::Value contains an instance of an input variable that is identified by the atomic identifer of the variable and carries an associated double value.
Definition at line 46 of file Variable.h.
|
inline |
Definition at line 48 of file Variable.h.
|
inline |
Definition at line 49 of file Variable.h.
|
inline |
Definition at line 50 of file Variable.h.
|
inline |
|
inline |
Definition at line 52 of file Variable.h.
|
inline |
|
inline |
|
private |
Definition at line 65 of file Variable.h.
Referenced by FWLite.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), DisplayManager.DisplayManager::__del__(), dqm_interfaces.DirID::__eq__(), dirstructure.Directory::__get_full_path(), dirstructure.Comparison::__get_img_name(), dirstructure.Comparison::__make_image(), dirstructure.Directory::__repr__(), dqm_interfaces.DirID::__repr__(), dirstructure.Comparison::__repr__(), config.CFG::__str__(), FWLite.WorkingPoints::_reformat_cut_definitions(), dirstructure.Directory::calcStats(), validation.Sample::digest(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::divide_wilson(), DisplayManager.DisplayManager::Draw(), utils.StatisticalTest::get_status(), getName(), VIDSelectorBase.VIDSelectorBase::initialize(), operator=(), dirstructure.Directory::print_report(), setName(), python.rootplot.utilities.Hist::TGraph(), and python.rootplot.utilities.Hist::TH1F().
|
private |
Definition at line 66 of file Variable.h.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), getValue(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), operator=(), and setValue().