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
GEMGeometryBuilder
src
ME0GeometryBuilderFromCondDB.h
Go to the documentation of this file.
1
#ifndef Geometry_GEMGeometry_ME0GeometryBuilderFromCondDB_H
2
#define Geometry_GEMGeometry_ME0GeometryBuilderFromCondDB_H
3
11
#include <
CondFormats/GeometryObjects/interface/RecoIdealGeometry.h
>
12
#include <string>
13
#include <map>
14
#include <list>
15
16
class
ME0Geometry
;
17
class
ME0DetId
;
18
class
ME0EtaPartition
;
19
20
class
ME0GeometryBuilderFromCondDB
{
21
public
:
22
ME0GeometryBuilderFromCondDB
();
23
24
~ME0GeometryBuilderFromCondDB
();
25
26
ME0Geometry
*
build
(
const
RecoIdealGeometry
& rgeo);
27
28
private
:
29
// std::map<ME0DetId,std::list<ME0EtaPartition *> > chids;
30
};
31
32
#endif
ME0GeometryBuilderFromCondDB::~ME0GeometryBuilderFromCondDB
~ME0GeometryBuilderFromCondDB()
Definition:
ME0GeometryBuilderFromCondDB.cc:31
ME0DetId
Definition:
ME0DetId.h:16
ME0EtaPartition
Definition:
ME0EtaPartition.h:12
ME0Geometry
Definition:
ME0Geometry.h:12
RecoIdealGeometry.h
ME0GeometryBuilderFromCondDB
Definition:
ME0GeometryBuilderFromCondDB.h:20
RecoIdealGeometry
Definition:
RecoIdealGeometry.h:28
ME0GeometryBuilderFromCondDB::build
ME0Geometry * build(const RecoIdealGeometry &rgeo)
Definition:
ME0GeometryBuilderFromCondDB.cc:33
ME0GeometryBuilderFromCondDB::ME0GeometryBuilderFromCondDB
ME0GeometryBuilderFromCondDB()
Definition:
ME0GeometryBuilderFromCondDB.cc:29
Generated for CMSSW Reference Manual by
1.8.14