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 
5 // system include files
6 #include <memory>
7 
8 // user include files
15 
16 //
17 // class decleration
18 //
19 
21 {
22  public:
24  ~ZdcHardcodeGeometryEP() override;
25 
26  using ReturnType = std::unique_ptr<CaloSubdetectorGeometry>;
27 
29 
30  private:
31 
32  // ----------member data ---------------------------
33 
35 
37 
39 };
40 
41 
42 
43 #endif
ZdcHardcodeGeometryEP(const edm::ParameterSet &)
ReturnType produce(const ZDCGeometryRecord &)
ZdcHardcodeGeometryLoader * m_loader
std::unique_ptr< CaloSubdetectorGeometry > ReturnType