1 #ifndef _VariableEventSelector_H
2 #define _VariableEventSelector_H
22 ss<<
"event selector based on VariableHelper variable: "<<
var_;
25 ss<<
"with minimum boundary: "<<
min_;
28 ss<<
"with maximum boundary: "<<
max_;
33 if (!var->
compute(e))
return false;
T getParameter(std::string const &) const
bool exists(std::string const ¶meterName) const
checks if a parameter exists
VariableEventSelector(const edm::ParameterSet &pset, edm::ConsumesCollector &&iC)
bool compute(const edm::Event &iEvent) const
std::vector< std::string > description_
VariableEventSelector(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
bool select(const edm::Event &e) const
decision of the selector module