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
fakeMenu.h
Go to the documentation of this file.
1
#ifndef CondFormats_fakeMenu_h
2
#define CondFormats_fakeMenu_h
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <map>
6
class
Algo
{
7
public
:
8
Algo
() {}
9
int
a
;
10
11
COND_SERIALIZABLE
;
12
};
13
class
AlgoMap
:
public
std::map
<std::string, Algo> {
14
public
:
15
AlgoMap
() {}
16
17
COND_SERIALIZABLE
;
18
};
19
class
fakeMenu
{
20
public
:
21
// constructor
22
fakeMenu
() {}
23
virtual
~fakeMenu
() {}
24
25
private
:
26
AlgoMap
m_algorithmMap
;
27
28
COND_SERIALIZABLE
;
29
};
30
#endif
fakeMenu::fakeMenu
fakeMenu()
Definition:
fakeMenu.h:22
AlgoMap::AlgoMap
AlgoMap()
Definition:
fakeMenu.h:15
Algo::a
int a
Definition:
fakeMenu.h:9
AlgoMap
Definition:
fakeMenu.h:13
fakeMenu::~fakeMenu
virtual ~fakeMenu()
Definition:
fakeMenu.h:23
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Algo::Algo
Algo()
Definition:
fakeMenu.h:8
fakeMenu::m_algorithmMap
AlgoMap m_algorithmMap
Definition:
fakeMenu.h:26
fakeMenu
Definition:
fakeMenu.h:19
Serializable.h
Algo
Definition:
fakeMenu.h:6
Generated for CMSSW Reference Manual by
1.8.14