CMS 3D CMS Logo

ZdcHardcodeGeometryEP.h
Go to the documentation of this file.
1 #ifndef Geometry_ForwardGeometry_ZdcHardcodeGeometryEP_H
2 #define Geometry_ForwardGeometry_ZdcHardcodeGeometryEP_H 1
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
13 
14 //
15 // class decleration
16 //
17 
19 public:
21  ~ZdcHardcodeGeometryEP() override;
22 
23  using ReturnType = std::unique_ptr<CaloSubdetectorGeometry>;
24 
26 
28 
29 private:
30  // ----------member data ---------------------------
31 
32  std::unique_ptr<ZdcHardcodeGeometryLoader> m_loader;
33 
35 
38 };
39 
40 #endif
std::unique_ptr< ZdcHardcodeGeometryLoader > m_loader
static void fillDescriptions(edm::ConfigurationDescriptions &)
ZdcHardcodeGeometryEP(const edm::ParameterSet &)
ReturnType produce(const ZDCGeometryRecord &)
std::unique_ptr< CaloSubdetectorGeometry > ReturnType