#include <CachingVariable.h>
Classes | |
struct | CachingVariableFactoryArg |
Public Types | |
typedef std::pair< bool, valueType > | evalType |
typedef double | valueType |
typedef std::map< std::string, const CachingVariable * > | vMap |
Public Member Functions | |
void | addDescriptionLine (const std::string &s) |
CachingVariable (std::string m, std::string n, const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC) | |
bool | compute (const edm::Event &iEvent) const |
const Description & | description () const |
const std::string & | holderName () const |
const std::string & | method () const |
const std::string & | name () const |
valueType | operator() (const edm::Event &iEvent) const |
void | print () const |
void | setHolder (std::string hn) const |
virtual | ~CachingVariable () |
Protected Member Functions | |
evalType & | baseEval (const edm::Event &iEvent) const |
virtual evalType | eval (const edm::Event &iEvent) const |
bool | notSeenThisEventAlready (const edm::Event &iEvent) const |
void | setCache (valueType &v) const |
void | setNotCompute () const |
Protected Attributes | |
evalType | cache_ |
edm::ParameterSet | conf_ |
Description | d_ |
edm::Event::CacheIdentifier_t | eventCacheID_ = 0 |
std::string | holderName_ |
std::string | method_ |
std::string | name_ |
Friends | |
class | VariableComputer |
Definition at line 40 of file CachingVariable.h.
typedef std::pair<bool, valueType> CachingVariable::evalType |
Definition at line 44 of file CachingVariable.h.
typedef double CachingVariable::valueType |
Definition at line 43 of file CachingVariable.h.
typedef std::map<std::string, const CachingVariable*> CachingVariable::vMap |
Definition at line 45 of file CachingVariable.h.
|
inline |
Definition at line 55 of file CachingVariable.h.
|
inlinevirtual |
Definition at line 58 of file CachingVariable.h.
|
inline |
Definition at line 69 of file CachingVariable.h.
References Description::addLine(), d_, and alignCSCRings::s.
Referenced by ExpressionVariable< Object, label >::ExpressionVariable(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::TwoObjectVariable(), and VariablePower::VariablePower().
|
inlineprotected |
Definition at line 90 of file CachingVariable.h.
References cache_, eval(), holderName_, iEvent, LogDebug, name_, and notSeenThisEventAlready().
Referenced by compute(), and operator()().
|
inline |
Definition at line 61 of file CachingVariable.h.
References baseEval(), and iEvent.
Referenced by ConfigurableHisto::fill(), and SplittingConfigurableHisto::fill().
|
inline |
|
inlineprotectedvirtual |
Reimplemented in SimpleValueVectorVariable< TYPE >, SimpleValueVariable< TYPE >, VariablePower, TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >, ExpressionVariable< Object, label >, VarSplitter, Splitter, ComputedVariable, and HLTBitVariable.
Definition at line 107 of file CachingVariable.h.
Referenced by baseEval().
|
inline |
|
inline |
Definition at line 67 of file CachingVariable.h.
References method_.
Referenced by ExpressionVariable< Object, label >::eval().
|
inline |
Definition at line 66 of file CachingVariable.h.
References name_.
Referenced by config.CFG::__str__(), SplittingConfigurableHisto::book(), validation.Sample::digest(), ExpressionVariable< Object, label >::ExpressionVariable(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), print(), and VarSplitter::VarSplitter().
|
inlineprotected |
Definition at line 97 of file CachingVariable.h.
References eventCacheID_, iEvent, and SiStripPI::max.
Referenced by baseEval().
|
inline |
Definition at line 64 of file CachingVariable.h.
References baseEval(), and iEvent.
|
inline |
Definition at line 73 of file CachingVariable.h.
References description(), name(), and Description::text().
|
inlineprotected |
|
inline |
|
inlineprotected |
|
friend |
Definition at line 111 of file CachingVariable.h.
|
mutableprotected |
Definition at line 76 of file CachingVariable.h.
Referenced by baseEval(), ComputedVariable::eval(), setCache(), and setNotCompute().
|
protected |
Definition at line 110 of file CachingVariable.h.
Referenced by Splitter::label(), Splitter::shortLabel(), and VarSplitter::VarSplitter().
|
protected |
Definition at line 107 of file CachingVariable.h.
Referenced by addDescriptionLine(), and description().
|
mutableprotected |
Definition at line 77 of file CachingVariable.h.
Referenced by notSeenThisEventAlready().
|
mutableprotected |
Definition at line 81 of file CachingVariable.h.
Referenced by baseEval(), holderName(), and setHolder().
|
protected |
Definition at line 79 of file CachingVariable.h.
Referenced by method().
|
protected |
Definition at line 80 of file CachingVariable.h.
Referenced by baseEval(), and name().