CMS 3D CMS Logo

SiStripRecHitMatcherESProducer.cc
Go to the documentation of this file.
2 
7 
9  std::string name = p.getParameter<std::string>("ComponentName");
10  pset_ = p;
11  setWhatProduced(this, name);
12 }
13 
14 std::unique_ptr<SiStripRecHitMatcher> SiStripRecHitMatcherESProducer::produce(const TkStripCPERecord& iRecord) {
15  return std::make_unique<SiStripRecHitMatcher>(pset_);
16 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:166
SiStripRecHitMatcherESProducer(const edm::ParameterSet &)
std::unique_ptr< SiStripRecHitMatcher > produce(const TkStripCPERecord &)