#include <RPCInverseLBLinkMap.h>
Public Types | |
typedef std::multimap< std::uint32_t, std::pair< RPCLBLink, RPCFebConnector > > | map_type |
Public Member Functions | |
map_type & | getMap () |
map_type const & | getMap () const |
RPCInverseLBLinkMap () | |
Protected Attributes | |
map_type | map_ |
Definition at line 11 of file RPCInverseLBLinkMap.h.
typedef std::multimap<std::uint32_t, std::pair<RPCLBLink, RPCFebConnector> > RPCInverseLBLinkMap::map_type |
Definition at line 13 of file RPCInverseLBLinkMap.h.
RPCInverseLBLinkMap::RPCInverseLBLinkMap | ( | ) |
Definition at line 5 of file RPCInverseLBLinkMap.cc.
|
inline |
Definition at line 25 of file RPCInverseLBLinkMap.h.
References map_.
Referenced by RPCLBPacker::getRPCLBRecords(), and RPCInverseLBLinkMapESProducer::setupRPCLBLinkMap().
|
inline |
|
protected |
Definition at line 22 of file RPCInverseLBLinkMap.h.
Referenced by getMap().