CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastPixelCPEESProducer.cc
Go to the documentation of this file.
2 #include "FastPixelCPE.h"
3 
8 
9 
10 
11 #include <string>
12 #include <memory>
13 
14 using namespace edm;
15 
17 {
18  std::string myname = p.getParameter<std::string>("ComponentName");
19  pset_ = p;
20  setWhatProduced(this,myname);
21 }
22 
24 
25 boost::shared_ptr<PixelClusterParameterEstimator>
27 
28  cpe_ = boost::shared_ptr<PixelClusterParameterEstimator>(new FastPixelCPE() );
29 
30  return cpe_;
31 }
32 
33 
T getParameter(std::string const &) const
FastPixelCPEESProducer(const edm::ParameterSet &p)
boost::shared_ptr< PixelClusterParameterEstimator > produce(const TkPixelCPERecord &)