#include <FunctClone.h>
Public Member Functions | |
void | add () const |
double | get (size_t i) const |
double | get (size_t i, double x) const |
Master (const F &f) | |
double | operator() () const |
double | operator() (double x) const |
size_t | size () const |
Private Member Functions | |
void | clear () const |
void | reset () const |
void | update () const |
void | update (double x) const |
Private Attributes | |
const std::shared_ptr< F > | f_ |
std::vector< bool > | toBeUpdated_ |
double | value_ |
Definition at line 12 of file FunctClone.h.
|
inline |
Definition at line 13 of file FunctClone.h.
|
inline |
Definition at line 16 of file FunctClone.h.
References funct::Master< F >::size(), and funct::Master< F >::toBeUpdated_.
Referenced by counter.Counter::register().
|
inlineprivate |
Definition at line 33 of file FunctClone.h.
References EcalPhiSymFlatTableProducers_cfi::fill, and funct::Master< F >::toBeUpdated_.
Referenced by funct::Master< F >::update().
|
inline |
Definition at line 18 of file FunctClone.h.
References mps_fire::i, funct::Master< F >::toBeUpdated_, funct::Master< F >::update(), and funct::Master< F >::value_.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), and submitPVValidationJobs.BetterConfigParser::getResultingSection().
|
inline |
Definition at line 24 of file FunctClone.h.
References mps_fire::i, funct::Master< F >::toBeUpdated_, funct::Master< F >::update(), funct::Master< F >::value_, and x.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), and submitPVValidationJobs.BetterConfigParser::getResultingSection().
|
inline |
Definition at line 14 of file FunctClone.h.
|
inline |
|
inlineprivate |
Definition at line 32 of file FunctClone.h.
References EcalPhiSymFlatTableProducers_cfi::fill, and funct::Master< F >::toBeUpdated_.
|
inline |
Definition at line 17 of file FunctClone.h.
References funct::Master< F >::toBeUpdated_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and funct::Master< F >::add().
|
inlineprivate |
Definition at line 34 of file FunctClone.h.
References funct::Master< F >::clear(), and funct::Master< F >::value_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), funct::Master< F >::get(), and MatrixUtil.Steps::overwrite().
|
inlineprivate |
Definition at line 38 of file FunctClone.h.
References funct::Master< F >::clear(), funct::Master< F >::value_, and x.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 42 of file FunctClone.h.
|
mutableprivate |
Definition at line 44 of file FunctClone.h.
Referenced by funct::Master< F >::add(), funct::Master< F >::clear(), funct::Master< F >::get(), funct::Master< F >::reset(), and funct::Master< F >::size().
|
mutableprivate |
Definition at line 43 of file FunctClone.h.
Referenced by funct::Master< F >::get(), and funct::Master< F >::update().