13 if (conf.
exists(
"setDetId"))
15 if(algorithm ==
"ThreeThresholdAlgorithm") {
16 return std::auto_ptr<StripClusterizerAlgorithm>(
31 if(algorithm ==
"OldThreeThresholdAlgorithm") {
32 return std::auto_ptr<StripClusterizerAlgorithm>(
42 throw cms::Exception(
"[StripClusterizerAlgorithmFactory] Unregistered Algorithm")
43 << algorithm <<
" is not a registered StripClusterizerAlgorithm";
T getParameter(std::string const &) const
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
bool exists(std::string const ¶meterName) const
checks if a parameter exists
static std::auto_ptr< StripClusterizerAlgorithm > create(const edm::ParameterSet &)