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
14 
15 //
16 // class decleration
17 //
18 
20 public:
22  ~ZdcHardcodeGeometryEP() override;
23 
24  using ReturnType = std::unique_ptr<CaloSubdetectorGeometry>;
25 
27 
28 private:
29  // ----------member data ---------------------------
30 
32 
34 
36 };
37 
38 #endif
ZdcHardcodeGeometryEP::m_applyAlignment
bool m_applyAlignment
Definition: ZdcHardcodeGeometryEP.h:35
ZdcHardcodeGeometryEP::m_loader
ZdcHardcodeGeometryLoader * m_loader
Definition: ZdcHardcodeGeometryEP.h:31
ZDCGeometryRecord.h
ZdcHardcodeGeometryEP::m_topology
ZdcTopology m_topology
Definition: ZdcHardcodeGeometryEP.h:33
ESHandle.h
ZdcHardcodeGeometryEP
Definition: ZdcHardcodeGeometryEP.h:19
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:24
ZdcHardcodeGeometryLoader.h
ModuleFactory.h
edm::ESProducer
Definition: ESProducer.h:104
ZdcTopology
Definition: ZdcTopology.h:14