#include <VariableEventSelector.h>
Public Member Functions | |
bool | select (const edm::Event &e) const |
decision of the selector module More... | |
VariableFormulaEventSelector (const edm::ParameterSet &pset, edm::ConsumesCollector &&iC) | |
VariableFormulaEventSelector (const edm::ParameterSet &pset, edm::ConsumesCollector &iC) | |
Public Member Functions inherited from EventSelector | |
const std::vector< std::string > & | description () |
EventSelector () | |
EventSelector (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
EventSelector (const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC) | |
const std::string & | name () const |
name of the module (from configuration) More... | |
virtual | ~EventSelector () |
Private Attributes | |
TFormula * | formula_ |
double | threshold_ |
std::set< std::string > | vars_ |
Additional Inherited Members | |
Protected Attributes inherited from EventSelector | |
std::vector< std::string > | description_ |
std::string | name_ |
Definition at line 10 of file VariableEventSelector.h.
|
inline |
Definition at line 11 of file VariableEventSelector.h.
|
inline |
Definition at line 13 of file VariableEventSelector.h.
References formula_, edm::ParameterSet::getParameter(), EventSelector::name_, AlCaHLTBitMon_QueryRunRegistry::string, threshold_, and vars_.
|
inlinevirtual |
decision of the selector module
Implements EventSelector.
Definition at line 45 of file VariableEventSelector.h.
References CachingVariable::compute(), alignCSCRings::e, formula_, threshold_, findQualityFiles::v, MetTreeProducer::var(), and vars_.
|
private |
Definition at line 63 of file VariableEventSelector.h.
Referenced by select(), and VariableFormulaEventSelector().
|
private |
Definition at line 65 of file VariableEventSelector.h.
Referenced by select(), and VariableFormulaEventSelector().
|
private |
Definition at line 64 of file VariableEventSelector.h.
Referenced by select(), and VariableFormulaEventSelector().