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
CondFormats
RPCObjects
interface
RPCInverseLBLinkMap.h
Go to the documentation of this file.
1
#ifndef CondFormats_RPCObjects_RPCInverseLBLinkMap_h
2
#define CondFormats_RPCObjects_RPCInverseLBLinkMap_h
3
4
#include <cstdint>
5
6
#include <map>
7
8
#include "
CondFormats/RPCObjects/interface/RPCLBLink.h
"
9
#include "
CondFormats/RPCObjects/interface/RPCFebConnector.h
"
10
11
class
RPCInverseLBLinkMap
{
12
public
:
13
typedef
std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> >
map_type
;
14
15
public
:
16
RPCInverseLBLinkMap
();
17
18
map_type
&
getMap
();
19
map_type
const
&
getMap
()
const
;
20
21
protected
:
22
map_type
map_
;
23
};
24
25
inline
RPCInverseLBLinkMap::map_type
&
RPCInverseLBLinkMap::getMap
() {
return
map_
; }
26
27
inline
RPCInverseLBLinkMap::map_type
const
&
RPCInverseLBLinkMap::getMap
()
const
{
return
map_
; }
28
29
#endif // CondFormats_RPCObjects_RPCInverseLBLinkMap_h
RPCInverseLBLinkMap::RPCInverseLBLinkMap
RPCInverseLBLinkMap()
Definition:
RPCInverseLBLinkMap.cc:5
RPCFebConnector.h
RPCInverseLBLinkMap
Definition:
RPCInverseLBLinkMap.h:11
RPCInverseLBLinkMap::map_
map_type map_
Definition:
RPCInverseLBLinkMap.h:22
RPCInverseLBLinkMap::getMap
map_type & getMap()
Definition:
RPCInverseLBLinkMap.h:25
RPCInverseLBLinkMap::map_type
std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type
Definition:
RPCInverseLBLinkMap.h:13
RPCLBLink.h
Generated for CMSSW Reference Manual by
1.8.14