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 51 of file Variable.h.
|
inline |
Definition at line 53 of file Variable.h.
Referenced by PhysicsTools::Variable::ValueList::add().
|
inline |
Definition at line 54 of file Variable.h.
|
inline |
Definition at line 56 of file Variable.h.
|
inline |
|
inline |
Definition at line 59 of file Variable.h.
|
inline |
|
inline |
|
private |
Definition at line 69 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(), PhysicsTools::Variable::getName(), VIDSelectorBase.VIDSelectorBase::initialize(), operator=(), dirstructure.Directory::print_report(), setName(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), and Vispa.Views.PropertyView.Property::valueChanged().
|
private |
Definition at line 70 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(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), getValue(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::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(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), operator=(), and setValue().