CMS 3D CMS Logo

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 
10 
12 public:
13  typedef std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> > map_type;
14 
15 public:
17 
18  map_type& getMap();
19  map_type const& getMap() const;
20 
21 protected:
23 };
24 
26 
28 
29 #endif // CondFormats_RPCObjects_RPCInverseLBLinkMap_h
RPCInverseLBLinkMap
Definition: RPCInverseLBLinkMap.h:11
RPCFebConnector.h
RPCInverseLBLinkMap::getMap
map_type & getMap()
Definition: RPCInverseLBLinkMap.h:25
RPCInverseLBLinkMap::RPCInverseLBLinkMap
RPCInverseLBLinkMap()
Definition: RPCInverseLBLinkMap.cc:5
RPCInverseLBLinkMap::map_type
std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type
Definition: RPCInverseLBLinkMap.h:13
RPCInverseLBLinkMap::map_
map_type map_
Definition: RPCInverseLBLinkMap.h:22