CMS 3D CMS Logo

RPCDCCLinkMap.h
Go to the documentation of this file.
1 #ifndef CondFormats_RPCObjects_RPCDCCLinkMap_h
2 #define CondFormats_RPCObjects_RPCDCCLinkMap_h
3 
4 #include <map>
5 
7 
10 
12 {
13 public:
14  typedef std::map<RPCDCCLink, RPCLBLink> map_type;
15 
16 public:
17  RPCDCCLinkMap();
18 
19  map_type & getMap();
20  map_type const & getMap() const;
21 
22 protected:
23  map_type map_;
24 
26 };
27 
29 {
30  return map_;
31 }
32 
34 {
35  return map_;
36 }
37 
38 #endif // CondFormats_RPCObjects_RPCDCCLinkMap_h
std::map< RPCDCCLink, RPCLBLink > map_type
Definition: RPCDCCLinkMap.h:14
map_type map_
Definition: RPCDCCLinkMap.h:23
map_type & getMap()
Definition: RPCDCCLinkMap.h:28
#define COND_SERIALIZABLE
Definition: Serializable.h:38