Main Page
Namespaces
Classes
Package Documentation
Geometry
ForwardGeometry
plugins
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
9
#include "
FWCore/Framework/interface/ModuleFactory.h
"
10
#include "
FWCore/Framework/interface/ESProducer.h
"
11
#include "
FWCore/Framework/interface/ESHandle.h
"
12
#include "
Geometry/Records/interface/ZDCGeometryRecord.h
"
13
#include "
Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h
"
14
#include "
Geometry/ForwardGeometry/interface/ZdcHardcodeGeometryLoader.h
"
15
16
//
17
// class decleration
18
//
19
20
class
ZdcHardcodeGeometryEP
:
public
edm::ESProducer
21
{
22
public
:
23
ZdcHardcodeGeometryEP
(
const
edm::ParameterSet
&);
24
~ZdcHardcodeGeometryEP
()
override
;
25
26
typedef
std::shared_ptr<CaloSubdetectorGeometry>
ReturnType
;
27
28
ReturnType
produce
(
const
ZDCGeometryRecord
& ) ;
29
30
private
:
31
32
// ----------member data ---------------------------
33
34
ZdcHardcodeGeometryLoader
*
m_loader
;
35
36
ZdcTopology
m_topology
;
37
38
bool
m_applyAlignment
;
39
};
40
41
42
43
#endif
ZdcHardcodeGeometryEP::m_applyAlignment
bool m_applyAlignment
Definition:
ZdcHardcodeGeometryEP.h:38
ZdcHardcodeGeometryEP::~ZdcHardcodeGeometryEP
~ZdcHardcodeGeometryEP() override
Definition:
ZdcHardcodeGeometryEP.cc:40
ZdcHardcodeGeometryEP::m_topology
ZdcTopology m_topology
Definition:
ZdcHardcodeGeometryEP.h:36
ZDCGeometryRecord.h
ZdcHardcodeGeometryEP::ZdcHardcodeGeometryEP
ZdcHardcodeGeometryEP(const edm::ParameterSet &)
Definition:
ZdcHardcodeGeometryEP.cc:23
ZdcHardcodeGeometryEP
Definition:
ZdcHardcodeGeometryEP.h:20
edm::ESProducer
Definition:
ESProducer.h:97
ZdcHardcodeGeometryEP::ReturnType
std::shared_ptr< CaloSubdetectorGeometry > ReturnType
Definition:
ZdcHardcodeGeometryEP.h:26
CaloSubdetectorGeometry.h
ZdcHardcodeGeometryEP::produce
ReturnType produce(const ZDCGeometryRecord &)
Definition:
ZdcHardcodeGeometryEP.cc:53
ESHandle.h
ZdcHardcodeGeometryEP::m_loader
ZdcHardcodeGeometryLoader * m_loader
Definition:
ZdcHardcodeGeometryEP.h:34
ZdcHardcodeGeometryLoader
Definition:
ZdcHardcodeGeometryLoader.h:16
ESProducer.h
ZDCGeometryRecord
Definition:
ZDCGeometryRecord.h:24
ZdcTopology
Definition:
ZdcTopology.h:14
edm::ParameterSet
Definition:
ParameterSet.h:36
ModuleFactory.h
ZdcHardcodeGeometryLoader.h
Generated for CMSSW Reference Manual by
1.8.11