CMS 3D CMS Logo

RPCInverseAMCLinkMap.h
Go to the documentation of this file.
1 #ifndef CondFormats_RPCObjects_RPCInverseAMCLinkMap_h
2 #define CondFormats_RPCObjects_RPCInverseAMCLinkMap_h
3 
4 #include <map>
5 
8 
10 public:
11  typedef std::multimap<RPCLBLink, RPCAMCLink> map_type;
12 
13 public:
15 
16  map_type& getMap();
17  map_type const& getMap() const;
18 
19 protected:
21 };
22 
24 
26 
27 #endif // CondFormats_RPCObjects_RPCInverseAMCLinkMap_h
std::multimap< RPCLBLink, RPCAMCLink > map_type