CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastStripCPEESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackingRecHitProducer_FastStripCPEESProducer_h
2 #define FastSimulation_TrackingRecHitProducer_FastStripCPEESProducer_h
3 
8 #include <boost/shared_ptr.hpp>
9 
11  public:
14  boost::shared_ptr<StripClusterParameterEstimator> produce(const TkStripCPERecord &);
15  private:
16  boost::shared_ptr<StripClusterParameterEstimator> _cpe;
18 };
19 
20 
21 #endif
FastStripCPEESProducer(const edm::ParameterSet &p)
boost::shared_ptr< StripClusterParameterEstimator > _cpe
boost::shared_ptr< StripClusterParameterEstimator > produce(const TkStripCPERecord &)