Main Page
Namespaces
Classes
Package Documentation
CondFormats
RPCObjects
interface
RPCInverseLBLinkMap.h
Go to the documentation of this file.
1
#ifndef CondFormats_RPCObjects_RPCInverseLBLinkMap_h
2
#define CondFormats_RPCObjects_RPCInverseLBLinkMap_h
3
4
#include <cstdint>
5
6
#include <map>
7
8
#include "
CondFormats/RPCObjects/interface/RPCLBLink.h
"
9
#include "
CondFormats/RPCObjects/interface/RPCFebConnector.h
"
10
11
class
RPCInverseLBLinkMap
12
{
13
public
:
14
typedef
std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> >
map_type
;
15
16
public
:
17
RPCInverseLBLinkMap
();
18
19
map_type &
getMap
();
20
map_type
const
&
getMap
()
const
;
21
22
protected
:
23
map_type
map_
;
24
};
25
26
inline
RPCInverseLBLinkMap::map_type
&
RPCInverseLBLinkMap::getMap
()
27
{
28
return
map_
;
29
}
30
31
inline
RPCInverseLBLinkMap::map_type
const
&
RPCInverseLBLinkMap::getMap
()
const
32
{
33
return
map_
;
34
}
35
36
#endif // CondFormats_RPCObjects_RPCInverseLBLinkMap_h
RPCInverseLBLinkMap::RPCInverseLBLinkMap
RPCInverseLBLinkMap()
Definition:
RPCInverseLBLinkMap.cc:5
RPCFebConnector.h
RPCInverseLBLinkMap
Definition:
RPCInverseLBLinkMap.h:11
RPCInverseLBLinkMap::map_
map_type map_
Definition:
RPCInverseLBLinkMap.h:23
RPCInverseLBLinkMap::getMap
map_type & getMap()
Definition:
RPCInverseLBLinkMap.h:26
RPCInverseLBLinkMap::map_type
std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type
Definition:
RPCInverseLBLinkMap.h:14
RPCLBLink.h
Generated for CMSSW Reference Manual by
1.8.11