#include <TriggerVariables.h>
Public Member Functions | |
CachingVariable::evalType | eval (const edm::Event &iEvent) const override |
HLTBitVariable (CachingVariableFactoryArg arg, 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 () |
Private Attributes | |
std::string | bitName_ |
edm::EDGetTokenT< edm::TriggerResults > | src_ |
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 92 of file TriggerVariables.h.
|
inline |
Definition at line 94 of file TriggerVariables.h.
References CachingVariable::CachingVariableFactoryArg::m, and CachingVariable::CachingVariableFactoryArg::n.
|
inlineoverridevirtual |
Reimplemented from CachingVariable.
Definition at line 98 of file TriggerVariables.h.
References edm::HLTGlobalStatus::accept(), edm::HandleBase::failedToGet(), edm::Event::getByToken(), edm::TriggerNames::size(), L1BitComputer::src_, edm::TriggerNames::triggerIndex(), and edm::Event::triggerNames().
|
private |
Definition at line 110 of file TriggerVariables.h.
|
private |
Definition at line 109 of file TriggerVariables.h.