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