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:
22  map_type map_;
23 };
24 
26 
28 
29 #endif // CondFormats_RPCObjects_RPCInverseLBLinkMap_h
std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type