#include <CachingVariable.h>
Public Member Functions | |
virtual CachingVariable::evalType | eval (const edm::Event &iEvent) const =0 |
const std::string & | label (unsigned int i) const |
unsigned int | maxIndex () const |
virtual unsigned int | maxSlots () const |
const std::string | shortLabel (unsigned int i) const |
Splitter (std::string method, std::string n, const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC) | |
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 () |
Protected Attributes | |
std::vector< std::string > | labels_ |
std::vector< std::string > | short_labels_ |
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_ |
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 |
Definition at line 177 of file CachingVariable.h.
|
inline |
Definition at line 179 of file CachingVariable.h.
|
pure virtual |
Reimplemented from CachingVariable.
Implemented in VarSplitter.
|
inline |
Definition at line 196 of file CachingVariable.h.
References CachingVariable::conf_, edm::ParameterSet::dump(), i, and labels_.
Referenced by SplittingConfigurableHisto::complete(), and SplittingConfigurableHisto::SplittingConfigurableHisto().
|
inline |
Definition at line 185 of file CachingVariable.h.
References maxSlots().
Referenced by VarSplitter::eval().
|
inlinevirtual |
Reimplemented in VarSplitter.
Definition at line 188 of file CachingVariable.h.
References labels_.
Referenced by maxIndex(), and SplittingConfigurableHisto::SplittingConfigurableHisto().
|
inline |
Definition at line 190 of file CachingVariable.h.
References CachingVariable::conf_, edm::ParameterSet::dump(), i, and short_labels_.
Referenced by SplittingConfigurableHisto::SplittingConfigurableHisto().
|
protected |
Definition at line 203 of file CachingVariable.h.
Referenced by label(), maxSlots(), and VarSplitter::VarSplitter().
|
protected |
Definition at line 204 of file CachingVariable.h.
Referenced by shortLabel(), and VarSplitter::VarSplitter().