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