Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
private
:
25
AlgoMap
m_algorithmMap
;
26
27
COND_SERIALIZABLE
;
28
};
29
#endif
fakeMenu::fakeMenu
fakeMenu()
Definition:
fakeMenu.h:22
AlgoMap::AlgoMap
AlgoMap()
Definition:
fakeMenu.h:15
Algo::a
int a
Definition:
fakeMenu.h:9
AlgoMap::COND_SERIALIZABLE
COND_SERIALIZABLE
Definition:
fakeMenu.h:17
python.multivaluedict.map
def map
Definition:
multivaluedict.py:125
fakeMenu::COND_SERIALIZABLE
COND_SERIALIZABLE
Definition:
fakeMenu.h:27
AlgoMap
Definition:
fakeMenu.h:13
fakeMenu::~fakeMenu
virtual ~fakeMenu()
Definition:
fakeMenu.h:23
Algo::COND_SERIALIZABLE
COND_SERIALIZABLE
Definition:
fakeMenu.h:11
Algo::Algo
Algo()
Definition:
fakeMenu.h:8
fakeMenu::m_algorithmMap
AlgoMap m_algorithmMap
Definition:
fakeMenu.h:25
fakeMenu
Definition:
fakeMenu.h:19
Serializable.h
Algo
Definition:
fakeMenu.h:6
Generated for CMSSW Reference Manual by
1.8.5