#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 () |
Public Attributes | |
list | file = sys.argv[2] |
list | path = sys.argv[1] |
list | prefix = sys.argv[3] |
tuple | s = Splitter(path, file, prefix) |
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 178 of file CachingVariable.h.
|
inline |
Definition at line 180 of file CachingVariable.h.
|
pure virtual |
Reimplemented from CachingVariable.
Implemented in VarSplitter.
|
inline |
Definition at line 197 of file CachingVariable.h.
References CachingVariable::conf_, edm::ParameterSet::dump(), i, and labels_.
Referenced by SplittingConfigurableHisto::complete(), and SplittingConfigurableHisto::SplittingConfigurableHisto().
|
inline |
Definition at line 186 of file CachingVariable.h.
References maxSlots().
Referenced by VarSplitter::eval().
|
inlinevirtual |
Reimplemented in VarSplitter.
Definition at line 189 of file CachingVariable.h.
References labels_.
Referenced by maxIndex(), and SplittingConfigurableHisto::SplittingConfigurableHisto().
|
inline |
Definition at line 191 of file CachingVariable.h.
References CachingVariable::conf_, edm::ParameterSet::dump(), i, and short_labels_.
Referenced by SplittingConfigurableHisto::SplittingConfigurableHisto().
list Splitter.file = sys.argv[2] |
Definition at line 197 of file Splitter.py.
|
protected |
Definition at line 204 of file CachingVariable.h.
Referenced by label(), maxSlots(), and VarSplitter::VarSplitter().
list Splitter.path = sys.argv[1] |
Definition at line 196 of file Splitter.py.
Referenced by python.rootplot.rootmath.Target.__repr__().
list Splitter.prefix = sys.argv[3] |
Definition at line 198 of file Splitter.py.
Definition at line 199 of file Splitter.py.
Referenced by VarSplitter.maxSlots().
|
protected |
Definition at line 205 of file CachingVariable.h.
Referenced by shortLabel(), and VarSplitter::VarSplitter().