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
CondFormats
GeometryObjects
interface
MuonOffsetMap.h
Go to the documentation of this file.
1
#ifndef CondFormats_GeometryObjects_MuonOffsetMap_h
2
#define CondFormats_GeometryObjects_MuonOffsetMap_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include <string>
6
#include <vector>
7
#include <unordered_map>
8
9
class
MuonOffsetMap
{
10
public
:
11
MuonOffsetMap
() =
default
;
12
~MuonOffsetMap
() =
default
;
13
14
std::unordered_map<std::string, std::pair<int, int> >
muonMap_
;
15
16
COND_SERIALIZABLE
;
17
};
18
19
#endif
MuonOffsetMap::MuonOffsetMap
MuonOffsetMap()=default
MuonOffsetMap::~MuonOffsetMap
~MuonOffsetMap()=default
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
MuonOffsetMap
Definition:
MuonOffsetMap.h:9
Serializable.h
MuonOffsetMap::muonMap_
std::unordered_map< std::string, std::pair< int, int > > muonMap_
Definition:
MuonOffsetMap.h:14
Generated for CMSSW Reference Manual by
1.8.14