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
Calibration
interface
strKeyMap.h
Go to the documentation of this file.
1
#ifndef CondFormats_strKeyMap_h
2
#define CondFormats_strKeyMap_h
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <map>
6
class
Algob
{
7
public
:
8
Algob
() {}
9
int
b
;
10
11
COND_SERIALIZABLE
;
12
};
13
class
strKeyMap
{
14
public
:
15
strKeyMap
() {}
16
17
private
:
18
std::map<std::string, Algob>
m_content
;
19
20
COND_SERIALIZABLE
;
21
};
22
#endif
strKeyMap
Definition:
strKeyMap.h:13
Algob::Algob
Algob()
Definition:
strKeyMap.h:8
Algob
Definition:
strKeyMap.h:6
strKeyMap::strKeyMap
strKeyMap()
Definition:
strKeyMap.h:15
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Algob::b
int b
Definition:
strKeyMap.h:9
strKeyMap::m_content
std::map< std::string, Algob > m_content
Definition:
strKeyMap.h:18
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14