CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StripCPEESProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocaltracker_SiStriprecHitConverter_StripCPEESProducer_h
2 #define RecoLocaltracker_SiStriprecHitConverter_StripCPEESProducer_h
3 
8 #include <boost/shared_ptr.hpp>
9 #include <map>
13 
15 
16  public:
17 
19  boost::shared_ptr<StripClusterParameterEstimator> produce(const TkStripCPERecord&);
20 
21  private:
22 
24  std::map<std::string,CPE_t> enumMap;
25 
28  boost::shared_ptr<StripClusterParameterEstimator> cpe;
29 
30 };
31 #endif
32 
33 
34 
35 
edm::ParameterSet parametersPSet
boost::shared_ptr< StripClusterParameterEstimator > cpe
std::map< std::string, CPE_t > enumMap
StripCPEESProducer(const edm::ParameterSet &)
boost::shared_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)