22 for (
unsigned int it = 0; it <
m_var.size(); it++) {
26 return StatusCode::SUCCESS;
31 for (
unsigned int it = 0; it <
m_var.size(); it++) {
33 if ((
m_min.at(it) > v) || (
m_max.at(it) < v))
return false;
#define ATH_CHECK
Evaluate an expression and check for errors.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
std::vector< float > m_min
int keep(const xAOD::Jet &jet) const
Method to select.
std::vector< float > m_max
JetSelectorAttribute(const std::string &t)
virtual ~JetSelectorAttribute()
ToolHandleArray< IJetHistoVarTool > m_var
Jet_v1 Jet
Definition of the current "jet version".