src
CondFormats
RPCObjects
interface
RPCDCCLinkMap.h
Go to the documentation of this file.
1
#ifndef CondFormats_RPCObjects_RPCDCCLinkMap_h
2
#define CondFormats_RPCObjects_RPCDCCLinkMap_h
3
4
#include <map>
5
6
#include "
CondFormats/Serialization/interface/Serializable.h
"
7
8
#include "
CondFormats/RPCObjects/interface/RPCDCCLink.h
"
9
#include "
CondFormats/RPCObjects/interface/RPCLBLink.h
"
10
11
class
RPCDCCLinkMap
{
12
public
:
13
typedef
std::map<RPCDCCLink, RPCLBLink>
map_type
;
14
15
public
:
16
RPCDCCLinkMap
();
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
RPCDCCLinkMap::map_type
&
RPCDCCLinkMap::getMap
() {
return
map_
; }
28
29
inline
RPCDCCLinkMap::map_type
const
&
RPCDCCLinkMap::getMap
()
const
{
return
map_
; }
30
31
#endif // CondFormats_RPCObjects_RPCDCCLinkMap_h
RPCDCCLinkMap::map_type
std::map< RPCDCCLink, RPCLBLink > map_type
Definition:
RPCDCCLinkMap.h:13
RPCDCCLinkMap::map_
map_type map_
Definition:
RPCDCCLinkMap.h:22
RPCDCCLinkMap
Definition:
RPCDCCLinkMap.h:11
RPCDCCLinkMap::getMap
map_type & getMap()
Definition:
RPCDCCLinkMap.h:27
RPCDCCLink.h
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
RPCDCCLinkMap::RPCDCCLinkMap
RPCDCCLinkMap()
Definition:
RPCDCCLinkMap.cc:3
RPCLBLink.h
Generated for CMSSW Reference Manual by
1.8.14