CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h

Go to the documentation of this file.
00001 #ifndef RecoLocaltracker_SiStriprecHitConverter_SiStripRecHitMatcherESProducer_h
00002 #define RecoLocaltracker_SiStriprecHitConverter_SiStripRecHitMatcherESProducer_h
00003 
00004 #include "FWCore/Framework/interface/ESProducer.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 #include "RecoLocalTracker/Records/interface/TkStripCPERecord.h"
00007 #include "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitMatcher.h"
00008 #include <boost/shared_ptr.hpp>
00009 
00010 class SiStripRecHitMatcherESProducer: public edm::ESProducer {
00011  public:
00012   SiStripRecHitMatcherESProducer(const edm::ParameterSet&);
00013   boost::shared_ptr<SiStripRecHitMatcher> produce(const TkStripCPERecord&);
00014  private:
00015   boost::shared_ptr<SiStripRecHitMatcher> matcher_;
00016   edm::ParameterSet pset_;
00017 };
00018 #endif
00019 
00020 
00021 
00022