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