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