Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
public
:
13
typedef
std::map<RPCAMCLink, RPCLBLink>
map_type
;
14
15
public
:
16
RPCAMCLinkMap
();
17
18
map_type
&
getMap
();
19
map_type
const
&
getMap
()
const
;
20
21
protected
:
22
map_type
map_
;
23
24
COND_SERIALIZABLE
;
25
};
26
27
inline
RPCAMCLinkMap::map_type
&
RPCAMCLinkMap::getMap
() {
return
map_
; }
28
29
inline
RPCAMCLinkMap::map_type
const
&
RPCAMCLinkMap::getMap
()
const
{
return
map_
; }
30
31
#endif // CondFormats_RPCObjects_RPCAMCLinkMap_h
RPCAMCLinkMap::RPCAMCLinkMap
RPCAMCLinkMap()
Definition:
RPCAMCLinkMap.cc:3
RPCAMCLinkMap::getMap
map_type & getMap()
Definition:
RPCAMCLinkMap.h:27
RPCAMCLinkMap::map_type
std::map< RPCAMCLink, RPCLBLink > map_type
Definition:
RPCAMCLinkMap.h:13
RPCAMCLinkMap
Definition:
RPCAMCLinkMap.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCAMCLinkMap::map_
map_type map_
Definition:
RPCAMCLinkMap.h:22
Serializable.h
RPCLBLink.h
RPCAMCLink.h
Generated for CMSSW Reference Manual by
1.8.5