CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastStripCPEESProducer.cc
Go to the documentation of this file.
2 #include "FastStripCPE.h"
3 
4 #include <string>
5 #include <memory>
6 
7 using namespace edm;
8 
10 {
11  std::string myname = p.getParameter<std::string>("ComponentName");
12  pset_ = p;
13  setWhatProduced(this,myname);
14 }
15 
17 
18 boost::shared_ptr<StripClusterParameterEstimator>
20 
21  _cpe = boost::shared_ptr<StripClusterParameterEstimator>(new FastStripCPE());
22 
23  return _cpe;
24 }
T getParameter(std::string const &) const
FastStripCPEESProducer(const edm::ParameterSet &p)
boost::shared_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)