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
n
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
c
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
src
Geometry
CaloEventSetup
plugins
CaloTopologyBuilder.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: CaloTopologyBuilder
4
// Class: CaloTopologyBuilder
5
//
13
//
14
// Original Author: Paolo Meridiani
15
//
16
//
17
18
// system include files
19
#include <memory>
20
21
// user include files
22
#include "
FWCore/Framework/interface/ESProducer.h
"
23
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
#include "
FWCore/Utilities/interface/ESGetToken.h
"
26
#include "
Geometry/Records/interface/CaloTopologyRecord.h
"
27
#include "
Geometry/CaloGeometry/interface/CaloGeometry.h
"
28
#include "
Geometry/CaloTopology/interface/CaloTopology.h
"
29
30
//
31
// class decleration
32
//
33
34
class
CaloTopologyBuilder
:
public
edm::ESProducer
{
35
public
:
36
CaloTopologyBuilder
(
const
edm::ParameterSet
& iP);
37
~CaloTopologyBuilder
()
override
;
38
39
using
ReturnType
= std::unique_ptr<CaloTopology>;
40
41
ReturnType
produceCalo
(
const
CaloTopologyRecord
&);
42
43
private
:
44
// ----------member data ---------------------------
45
edm::ESGetToken<CaloGeometry, CaloGeometryRecord>
geometryToken_
;
46
};
CaloTopologyBuilder::ReturnType
std::unique_ptr< CaloTopology > ReturnType
Definition:
CaloTopologyBuilder.h:39
CaloTopologyBuilder::geometryToken_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geometryToken_
Definition:
CaloTopologyBuilder.h:45
CaloTopologyBuilder
Definition:
CaloTopologyBuilder.h:34
ESProducer.h
edm::ESProducer
Definition:
ESProducer.h:104
ParameterSet.h
CaloTopologyBuilder::~CaloTopologyBuilder
~CaloTopologyBuilder() override
Definition:
CaloTopologyBuilder.cc:12
edm::ESGetToken< CaloGeometry, CaloGeometryRecord >
CaloTopologyRecord
Definition:
CaloTopologyRecord.h:10
CaloTopologyBuilder::produceCalo
ReturnType produceCalo(const CaloTopologyRecord &)
Definition:
CaloTopologyBuilder.cc:19
CaloTopologyBuilder::CaloTopologyBuilder
CaloTopologyBuilder(const edm::ParameterSet &iP)
Definition:
CaloTopologyBuilder.cc:8
CaloGeometry.h
edm::ParameterSet
Definition:
ParameterSet.h:47
CaloTopologyRecord.h
ESGetToken.h
CaloTopology.h
Generated for CMSSW Reference Manual by
1.8.14