CMS 3D CMS Logo

MassMinSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_MassMinSelector_h
2 #define UtilAlgos_MassMinSelector_h
5 
6 namespace reco {
7  namespace modules {
8 
9  template<>
12  return
13  MassMinSelector( cfg.getParameter<double>( "massMin" ) );
14  }
15  };
16 
17  }
18 }
19 
20 #endif
21 
T getParameter(std::string const &) const
fixed size matrix
static MassMinSelector make(const edm::ParameterSet &cfg)