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
RecoLocalMuon
RPCRecHit
plugins
DTObjectMap.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_RPCRecHit_DTObjectMap_h
2
#define RecoLocalMuon_RPCRecHit_DTObjectMap_h
3
4
#include "
DataFormats/MuonDetId/interface/RPCDetId.h
"
5
#include "
DTStationIndex.h
"
6
#include "
Geometry/RPCGeometry/interface/RPCGeometry.h
"
7
8
#include <set>
9
#include <map>
10
11
class
DTObjectMap
{
12
public
:
13
DTObjectMap
(
RPCGeometry
const
& rpcGeometry);
14
15
std::set<RPCDetId>
const
&
getRolls
(
DTStationIndex
index
)
const
;
16
17
private
:
18
std::map<DTStationIndex, std::set<RPCDetId>>
rollstore
;
19
};
20
21
#endif // RecoLocalMuon_RPCRecHit_DTObjectMap_h
DTObjectMap::DTObjectMap
DTObjectMap(RPCGeometry const &rpcGeometry)
Definition:
DTObjectMap.cc:12
RPCDetId.h
DTObjectMap::getRolls
std::set< RPCDetId > const & getRolls(DTStationIndex index) const
Definition:
DTObjectMap.cc:36
RPCGeometry
Definition:
RPCGeometry.h:20
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:93
DTStationIndex.h
DTObjectMap
Definition:
DTObjectMap.h:11
DTStationIndex
Definition:
DTStationIndex.h:4
RPCGeometry.h
DTObjectMap::rollstore
std::map< DTStationIndex, std::set< RPCDetId > > rollstore
Definition:
DTObjectMap.h:18
Generated for CMSSW Reference Manual by
1.8.14