CMS 3D CMS Logo

MuonNumberingInitialization.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: MuonNumberingInitialization
4 // Class: MuonNumberingInitialization
5 //
13 //
14 // Original Author: Michael Case
15 // Created: Thu Sep 28 16:40:29 PDT 2006
16 //
17 //
18 
19 #include <memory>
20 
24 
27 
29 public:
31 
32  using ReturnType = std::unique_ptr<MuonDDDConstants>;
33 
35 
36 private:
38 };
39 
41  setWhatProduced(this).setConsumes(geomToken_);
42 }
43 
46 
47  return std::make_unique<MuonDDDConstants>(*pDD);
48 }
49 
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:138
MuonNumberingInitialization(const edm::ParameterSet &)
ESTransientHandle< ProductT > getTransientHandle(ESGetToken< ProductT, DepRecordT > const &iToken) const
edm::ESGetToken< DDCompactView, IdealGeometryRecord > geomToken_
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
ReturnType produce(const MuonNumberingRecord &)
std::unique_ptr< MuonDDDConstants > ReturnType