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 
27 private:
28  // ----------member data ---------------------------
29 
31 
33 
35 };
36 
37 #endif
ZdcHardcodeGeometryEP::m_applyAlignment
bool m_applyAlignment
Definition: ZdcHardcodeGeometryEP.h:34
ZdcHardcodeGeometryEP::m_loader
ZdcHardcodeGeometryLoader * m_loader
Definition: ZdcHardcodeGeometryEP.h:30
ZDCGeometryRecord.h
ZdcHardcodeGeometryEP::m_topology
ZdcTopology m_topology
Definition: ZdcHardcodeGeometryEP.h:32
ZdcHardcodeGeometryEP
Definition: ZdcHardcodeGeometryEP.h:18
ZdcHardcodeGeometryLoader
Definition: ZdcHardcodeGeometryLoader.h:16
ESProducer.h
ZdcHardcodeGeometryEP::produce
ReturnType produce(const ZDCGeometryRecord &)
Definition: ZdcHardcodeGeometryEP.cc:42
ZDCGeometryRecord
Definition: ZDCGeometryRecord.h:23
ZdcHardcodeGeometryEP::~ZdcHardcodeGeometryEP
~ZdcHardcodeGeometryEP() override
Definition: ZdcHardcodeGeometryEP.cc:34
ZdcHardcodeGeometryEP::ZdcHardcodeGeometryEP
ZdcHardcodeGeometryEP(const edm::ParameterSet &)
Definition: ZdcHardcodeGeometryEP.cc:22
CaloSubdetectorGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
ZdcHardcodeGeometryEP::ReturnType
std::unique_ptr< CaloSubdetectorGeometry > ReturnType
Definition: ZdcHardcodeGeometryEP.h:23
ZdcHardcodeGeometryLoader.h
ModuleFactory.h
edm::ESProducer
Definition: ESProducer.h:104
ZdcTopology
Definition: ZdcTopology.h:14