CMS 3D CMS Logo

PixelCPEGenericESProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocaltracker_SiPixelRecHits_PixelCPEGenericESProducer_h
2 #define RecoLocaltracker_SiPixelRecHits_PixelCPEGenericESProducer_h
3 
8 #include <memory>
9 
11  public:
13  ~PixelCPEGenericESProducer() override;
14  std::shared_ptr<PixelClusterParameterEstimator> produce(const TkPixelCPERecord &);
15  private:
16  std::shared_ptr<PixelClusterParameterEstimator> cpe_;
22 };
23 
24 
25 #endif
26 
27 
28 
29 
std::shared_ptr< PixelClusterParameterEstimator > produce(const TkPixelCPERecord &)
std::shared_ptr< PixelClusterParameterEstimator > cpe_
PixelCPEGenericESProducer(const edm::ParameterSet &p)