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::shared_ptr<StripClusterParameterEstimator> produce(const TkStripCPERecord&);
20 
21  private:
22 
24  std::map<std::string,CPE_t> enumMap;
25 
28  std::shared_ptr<StripClusterParameterEstimator> cpe;
29 
30 };
31 #endif
32 
33 
34 
35 
std::shared_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)
edm::ParameterSet parametersPSet
std::shared_ptr< StripClusterParameterEstimator > cpe
std::map< std::string, CPE_t > enumMap
StripCPEESProducer(const edm::ParameterSet &)