CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Protected Attributes
RPCInverseLBLinkMap Class Reference

#include <RPCInverseLBLinkMap.h>

Public Types

typedef std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > map_type
 

Public Member Functions

map_typegetMap ()
 
map_type const & getMap () const
 
 RPCInverseLBLinkMap ()
 

Protected Attributes

map_type map_
 

Detailed Description

Definition at line 11 of file RPCInverseLBLinkMap.h.

Member Typedef Documentation

◆ map_type

typedef std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> > RPCInverseLBLinkMap::map_type

Definition at line 13 of file RPCInverseLBLinkMap.h.

Constructor & Destructor Documentation

◆ RPCInverseLBLinkMap()

RPCInverseLBLinkMap::RPCInverseLBLinkMap ( )

Definition at line 5 of file RPCInverseLBLinkMap.cc.

5 {}

Member Function Documentation

◆ getMap() [1/2]

RPCInverseLBLinkMap::map_type & RPCInverseLBLinkMap::getMap ( )
inline

Definition at line 25 of file RPCInverseLBLinkMap.h.

25 { return map_; }

References map_.

Referenced by RPCLBPacker::getRPCLBRecords(), and RPCInverseLBLinkMapESProducer::setupRPCLBLinkMap().

◆ getMap() [2/2]

RPCInverseLBLinkMap::map_type const & RPCInverseLBLinkMap::getMap ( ) const
inline

Definition at line 27 of file RPCInverseLBLinkMap.h.

27 { return map_; }

References map_.

Member Data Documentation

◆ map_

map_type RPCInverseLBLinkMap::map_
protected

Definition at line 22 of file RPCInverseLBLinkMap.h.

Referenced by getMap().

RPCInverseLBLinkMap::map_
map_type map_
Definition: RPCInverseLBLinkMap.h:22