CMS 3D CMS Logo

StripCPEESProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocaltracker_SiStriprecHitConverter_StripCPEESProducer_h
2 #define RecoLocaltracker_SiStriprecHitConverter_StripCPEESProducer_h
3 
8 #include <memory>
9 #include <map>
13 
15 
16  public:
17 
19  std::unique_ptr<StripClusterParameterEstimator> produce(const TkStripCPERecord&);
20 
21  private:
22 
24  std::map<std::string,CPE_t> enumMap;
25 
28 
29 };
30 #endif
31 
32 
33 
34 
edm::ParameterSet parametersPSet
std::unique_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)
std::map< std::string, CPE_t > enumMap
StripCPEESProducer(const edm::ParameterSet &)