Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Geometry
HcalEventSetup
interface
CaloTowerTopologyEP.h
Go to the documentation of this file.
1
#ifndef GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H
2
#define GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H 1
3
4
// system include files
5
#include <memory>
6
7
// user include files
8
#include "
FWCore/Framework/interface/ModuleFactory.h
"
9
#include "
FWCore/Framework/interface/ESProducer.h
"
10
11
#include "
Geometry/CaloTopology/interface/HcalTopology.h
"
12
#include "
Geometry/CaloTopology/interface/CaloTowerTopology.h
"
13
#include "
Geometry/Records/interface/HcalRecNumberingRecord.h
"
14
#include "
Geometry/Records/interface/IdealGeometryRecord.h
"
15
16
namespace
edm
{
17
class
ConfigurationDescriptions
;
18
}
19
20
//
21
// class declaration
22
//
23
24
class
CaloTowerTopologyEP
:
public
edm::ESProducer
{
25
public
:
26
CaloTowerTopologyEP
(
const
edm::ParameterSet
&);
27
~CaloTowerTopologyEP
()
override
;
28
29
using
ReturnType
= std::unique_ptr<CaloTowerTopology>;
30
31
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
32
33
ReturnType
produce
(
const
HcalRecNumberingRecord
&);
34
35
private
:
36
// ----------member data ---------------------------
37
edm::ESGetToken<HcalTopology, HcalRecNumberingRecord>
topoToken_
;
38
};
39
#endif
CaloTowerTopologyEP::CaloTowerTopologyEP
CaloTowerTopologyEP(const edm::ParameterSet &)
Definition:
CaloTowerTopologyEP.cc:31
edm
HLT enums.
Definition:
AlignableModifier.h:19
ESProducer.h
HcalRecNumberingRecord.h
CaloTowerTopologyEP::ReturnType
std::unique_ptr< CaloTowerTopology > ReturnType
Definition:
CaloTowerTopologyEP.h:29
CaloTowerTopology.h
HcalRecNumberingRecord
Definition:
HcalRecNumberingRecord.h:23
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
IdealGeometryRecord.h
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord >
CaloTowerTopologyEP::topoToken_
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > topoToken_
Definition:
CaloTowerTopologyEP.h:37
HcalTopology.h
ModuleFactory.h
CaloTowerTopologyEP::produce
ReturnType produce(const HcalRecNumberingRecord &)
Definition:
CaloTowerTopologyEP.cc:48
ConfigurationDescriptions
CaloTowerTopologyEP::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
CaloTowerTopologyEP.cc:38
edm::ESProducer
Definition:
ESProducer.h:104
CaloTowerTopologyEP::~CaloTowerTopologyEP
~CaloTowerTopologyEP() override
Definition:
CaloTowerTopologyEP.cc:36
CaloTowerTopologyEP
Definition:
CaloTowerTopologyEP.h:24
Generated for CMSSW Reference Manual by
1.8.16