CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastPixelCPEESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackingRecHitProducer_FastPixelCPEESProducer_h
2 #define FastSimulation_TrackingRecHitProducer_FastPixelCPEESProducer_h
3 
8 #include "FastPixelCPE.h"
9 #include <boost/shared_ptr.hpp>
10 
12  public:
14  virtual ~FastPixelCPEESProducer();
15  boost::shared_ptr<PixelClusterParameterEstimator> produce(const TkPixelCPERecord &);
16  private:
17  boost::shared_ptr<PixelClusterParameterEstimator> cpe_;
19 };
20 
21 
22 #endif
23 
24 
25 
26 
FastPixelCPEESProducer(const edm::ParameterSet &p)
boost::shared_ptr< PixelClusterParameterEstimator > produce(const TkPixelCPERecord &)
boost::shared_ptr< PixelClusterParameterEstimator > cpe_