CMS 3D CMS Logo

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