src
Geometry
ForwardGeometry
plugins
ZdcTopologyEP.h
Go to the documentation of this file.
1
#ifndef GEOMETRY_HCALEVENTSETUP_ZDCTOPOLOGYEP_H
2
#define GEOMETRY_HCALEVENTSETUP_ZDCTOPOLOGYEP_H 1
3
4
#include <memory>
5
6
#include "
FWCore/Framework/interface/ModuleFactory.h
"
7
#include "
FWCore/Framework/interface/ESProducer.h
"
8
9
#include "
Geometry/ForwardGeometry/interface/ZdcTopology.h
"
10
#include "
Geometry/Records/interface/HcalRecNumberingRecord.h
"
11
#include "
Geometry/Records/interface/IdealGeometryRecord.h
"
12
13
namespace
edm
{
14
class
ConfigurationDescriptions
;
15
}
16
17
class
ZdcTopologyEP
:
public
edm::ESProducer
{
18
public
:
19
ZdcTopologyEP
(
const
edm::ParameterSet
&);
20
21
using
ReturnType
= std::unique_ptr<ZdcTopology>;
22
23
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
24
25
ReturnType
produce
(
const
HcalRecNumberingRecord
&);
26
27
private
:
28
// ----------member data ---------------------------
29
edm::ESGetToken<HcalDDDRecConstants, HcalRecNumberingRecord>
m_hdcToken
;
30
};
31
#endif
ModuleFactory.h
ZdcTopologyEP::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
ZdcTopologyEP.cc:30
ZdcTopologyEP::produce
ReturnType produce(const HcalRecNumberingRecord &)
Definition:
ZdcTopologyEP.cc:36
ESProducer.h
edm::ESProducer
Definition:
ESProducer.h:104
edm::ESGetToken< HcalDDDRecConstants, HcalRecNumberingRecord >
ZdcTopologyEP::ReturnType
std::unique_ptr< ZdcTopology > ReturnType
Definition:
ZdcTopologyEP.h:21
ZdcTopologyEP::m_hdcToken
edm::ESGetToken< HcalDDDRecConstants, HcalRecNumberingRecord > m_hdcToken
Definition:
ZdcTopologyEP.h:29
ZdcTopologyEP
Definition:
ZdcTopologyEP.h:17
ConfigurationDescriptions
HcalRecNumberingRecord.h
ZdcTopologyEP::ZdcTopologyEP
ZdcTopologyEP(const edm::ParameterSet &)
Definition:
ZdcTopologyEP.cc:23
IdealGeometryRecord.h
HcalRecNumberingRecord
Definition:
HcalRecNumberingRecord.h:23
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
ZdcTopology.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.14