#include <TriggerVariables.h>
Public Member Functions | |
void | compute (const edm::Event &iEvent) const |
HLTBitComputer (CachingVariable::CachingVariableFactoryArg arg, edm::ConsumesCollector &iC) | |
~HLTBitComputer () | |
Public Member Functions inherited from VariableComputer | |
void | assign (std::string var, double &value) const |
void | declare (std::string var, edm::ConsumesCollector &iC) |
void | doesNotCompute () const |
void | doesNotCompute (std::string var) const |
const std::string & | name () const |
bool | notSeenThisEventAlready (const edm::Event &iEvent) const |
VariableComputer (const CachingVariable::CachingVariableFactoryArg &arg, edm::ConsumesCollector &iC) | |
virtual | ~VariableComputer () |
Private Attributes | |
edm::EDGetTokenT < edm::TriggerResults > | src_ |
std::vector< std::string > | validTriggerNames_ |
Additional Inherited Members | |
Protected Attributes inherited from VariableComputer | |
const CachingVariable::CachingVariableFactoryArg & | arg_ |
edm::Event::CacheIdentifier_t | eventCacheID_ =0 |
std::map< std::string,const ComputedVariable * > | iCompute_ |
std::string | method_ |
std::string | name_ |
std::string | separator_ |
Definition at line 58 of file TriggerVariables.h.
|
inline |
Definition at line 60 of file TriggerVariables.h.
References edm::ConsumesCollector::consumes(), VariableComputer::declare(), CachingVariable::CachingVariableFactoryArg::iConfig, src_, AlCaHLTBitMon_QueryRunRegistry::string, cond::persistency::GLOBAL_TAG::tname, and validTriggerNames_.
|
inline |
Definition at line 72 of file TriggerVariables.h.
|
inlinevirtual |
Implements VariableComputer.
Definition at line 73 of file TriggerVariables.h.
References VariableComputer::assign(), VariableComputer::doesNotCompute(), edm::Event::getByToken(), edm::HandleBase::isValid(), alignCSCRings::r, src_, AlCaHLTBitMon_QueryRunRegistry::string, cond::persistency::GLOBAL_TAG::tname, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), and validTriggerNames_.
|
private |
Definition at line 88 of file TriggerVariables.h.
Referenced by compute(), and HLTBitComputer().
|
private |
Definition at line 89 of file TriggerVariables.h.
Referenced by compute(), and HLTBitComputer().