CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelCPEGenericESProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocaltracker_SiPixelRecHits_PixelCPEGenericESProducer_h
2 #define RecoLocaltracker_SiPixelRecHits_PixelCPEGenericESProducer_h
3 
8 #include <boost/shared_ptr.hpp>
9 
11  public:
13  virtual ~PixelCPEGenericESProducer();
14  boost::shared_ptr<PixelClusterParameterEstimator> produce(const TkPixelCPERecord &);
15  private:
16  boost::shared_ptr<PixelClusterParameterEstimator> cpe_;
18 };
19 
20 
21 #endif
22 
23 
24 
25 
boost::shared_ptr< PixelClusterParameterEstimator > cpe_
boost::shared_ptr< PixelClusterParameterEstimator > produce(const TkPixelCPERecord &)
PixelCPEGenericESProducer(const edm::ParameterSet &p)