#include <CachingVariable.h>
Public Member Functions | |
CachingVariable::evalType | eval (const edm::Event &iEvent) const override |
ExpressionVariable (const CachingVariableFactoryArg &arg, edm::ConsumesCollector &iC) | |
~ExpressionVariable () override | |
Public Member Functions inherited from CachingVariable | |
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 () |
Private Attributes | |
StringObjectFunction< Object > * | f_ |
StringObjectFunction< Object > * | forder_ |
unsigned int | index_ |
StringCutObjectSelector< Object > * | selector_ |
edm::EDGetTokenT< edm::View< Object > > | src_ |
edm::InputTag | srcTag_ |
Additional Inherited Members | |
Public Types inherited from CachingVariable | |
typedef std::pair< bool, valueType > | evalType |
typedef double | valueType |
typedef std::map< std::string, const CachingVariable * > | vMap |
Protected Member Functions inherited from CachingVariable | |
evalType & | baseEval (const edm::Event &iEvent) const |
bool | notSeenThisEventAlready (const edm::Event &iEvent) const |
void | setCache (valueType &v) const |
void | setNotCompute () const |
Protected Attributes inherited from CachingVariable | |
evalType | cache_ |
edm::ParameterSet | conf_ |
Description | d_ |
edm::Event::CacheIdentifier_t | eventCacheID_ = 0 |
std::string | holderName_ |
std::string | method_ |
std::string | name_ |
Definition at line 281 of file CachingVariable.h.
|
inline |
Definition at line 283 of file CachingVariable.h.
References CachingVariable::addDescriptionLine(), edm::ConsumesCollector::consumes(), MillePedeFileConverter_cfg::e, electrons_cff::expr, ExpressionVariable< Object, label >::f_, ExpressionVariable< Object, label >::forder_, ExpressionVariable< Object, label >::index_, edm::ParameterSet::insert(), CachingVariable::name(), eventshapeDQM_cfi::order, corrVsCorr::selection, ExpressionVariable< Object, label >::selector_, ExpressionVariable< Object, label >::src_, ExpressionVariable< Object, label >::srcTag_, contentValuesCheck::ss, AlCaHLTBitMon_QueryRunRegistry::string, and findQualityFiles::v.
|
inlineoverride |
Definition at line 391 of file CachingVariable.h.
References ExpressionVariable< Object, label >::f_, ExpressionVariable< Object, label >::forder_, and ExpressionVariable< Object, label >::selector_.
|
inlineoverridevirtual |
Reimplemented from CachingVariable.
Definition at line 400 of file CachingVariable.h.
References ExpressionVariable< Object, label >::f_, ExpressionVariable< Object, label >::forder_, mps_fire::i, iEvent, ExpressionVariable< Object, label >::index_, LogDebug, CachingVariable::method(), EcalTangentSkim_cfg::o, ExpressionVariable< Object, label >::selector_, jetUpdater_cfi::sort, ExpressionVariable< Object, label >::src_, and ExpressionVariable< Object, label >::srcTag_.
|
private |
Definition at line 438 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), ExpressionVariable< Object, label >::ExpressionVariable(), and ExpressionVariable< Object, label >::~ExpressionVariable().
|
private |
Definition at line 439 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), ExpressionVariable< Object, label >::ExpressionVariable(), and ExpressionVariable< Object, label >::~ExpressionVariable().
|
private |
Definition at line 437 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), and ExpressionVariable< Object, label >::ExpressionVariable().
|
private |
Definition at line 440 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), ExpressionVariable< Object, label >::ExpressionVariable(), and ExpressionVariable< Object, label >::~ExpressionVariable().
|
private |
Definition at line 436 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), and ExpressionVariable< Object, label >::ExpressionVariable().
|
private |
Definition at line 435 of file CachingVariable.h.
Referenced by ExpressionVariable< Object, label >::eval(), and ExpressionVariable< Object, label >::ExpressionVariable().