Main Page
Namespaces
Classes
Package Documentation
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
{
13
public
:
14
typedef
std::map<RPCAMCLink, RPCLBLink>
map_type
;
15
16
public
:
17
RPCAMCLinkMap
();
18
19
map_type &
getMap
();
20
map_type
const
&
getMap
()
const
;
21
22
protected
:
23
map_type
map_
;
24
25
COND_SERIALIZABLE
;
26
};
27
28
inline
RPCAMCLinkMap::map_type
&
RPCAMCLinkMap::getMap
()
29
{
30
return
map_
;
31
}
32
33
inline
RPCAMCLinkMap::map_type
const
&
RPCAMCLinkMap::getMap
()
const
34
{
35
return
map_
;
36
}
37
38
#endif // CondFormats_RPCObjects_RPCAMCLinkMap_h
RPCAMCLinkMap::RPCAMCLinkMap
RPCAMCLinkMap()
Definition:
RPCAMCLinkMap.cc:3
RPCAMCLinkMap::getMap
map_type & getMap()
Definition:
RPCAMCLinkMap.h:28
RPCAMCLinkMap::map_type
std::map< RPCAMCLink, RPCLBLink > map_type
Definition:
RPCAMCLinkMap.h:14
RPCAMCLinkMap
Definition:
RPCAMCLinkMap.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
RPCAMCLinkMap::map_
map_type map_
Definition:
RPCAMCLinkMap.h:23
Serializable.h
RPCLBLink.h
RPCAMCLink.h
Generated for CMSSW Reference Manual by
1.8.11