Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
public
:
13
typedef
std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> >
map_type
;
14
15
public
:
16
RPCInverseLBLinkMap
();
17
18
map_type
&
getMap
();
19
map_type
const
&
getMap
()
const
;
20
21
protected
:
22
map_type
map_
;
23
};
24
25
inline
RPCInverseLBLinkMap::map_type
&
RPCInverseLBLinkMap::getMap
() {
return
map_
; }
26
27
inline
RPCInverseLBLinkMap::map_type
const
&
RPCInverseLBLinkMap::getMap
()
const
{
return
map_
; }
28
29
#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:22
RPCInverseLBLinkMap::getMap
map_type & getMap()
Definition:
RPCInverseLBLinkMap.h:25
RPCInverseLBLinkMap::map_type
std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type
Definition:
RPCInverseLBLinkMap.h:13
RPCLBLink.h
Generated for CMSSW Reference Manual by
1.8.5