#include <CachingVariable.h>
Public Member Functions | |
void | compute (const edm::Event &iEvent) const |
VariableComputerTest (CachingVariable::CachingVariableFactoryArg arg) | |
~VariableComputerTest () | |
Public Member Functions inherited from VariableComputer | |
void | assign (std::string var, double &value) const |
void | declare (std::string var) |
void | doesNotCompute () const |
void | doesNotCompute (std::string var) const |
const std::string & | name () const |
VariableComputer (CachingVariable::CachingVariableFactoryArg arg) | |
virtual | ~VariableComputer () |
Additional Inherited Members | |
Protected Attributes inherited from VariableComputer | |
CachingVariable::CachingVariableFactoryArg & | arg_ |
std::map< std::string,const ComputedVariable * > | iCompute_ |
std::string | method_ |
std::string | name_ |
std::string | separator_ |
Definition at line 149 of file CachingVariable.h.
VariableComputerTest::VariableComputerTest | ( | CachingVariable::CachingVariableFactoryArg | arg | ) |
Definition at line 93 of file CachingVariable.cc.
References VariableComputer::declare().
|
inline |
Definition at line 152 of file CachingVariable.h.
|
virtual |
Implements VariableComputer.
Definition at line 99 of file CachingVariable.cc.
References VariableComputer::assign(), and VariableComputer::doesNotCompute().