#include <OmtfLinkMappingRpc.h>
Public Member Functions | |
void | init (const edm::EventSetup &es) |
void | init (const std::string &fName) |
const std::string & | lbName (const std::string &board, unsigned int link) const |
unsigned int | link (const std::string &board, const std::string &lbName) const |
std::vector< EleIndex > | omtfEleIndex (const std::string &lbName) const |
RpcLinkMap () | |
Private Attributes | |
std::map< std::string, std::map< std::string, unsigned int > > | lbName2link |
std::map< std::string, std::vector< EleIndex > > | lbName2OmtfIndex |
std::map< std::string, std::map< unsigned int, std::string > > | link2lbName |
Definition at line 28 of file OmtfLinkMappingRpc.h.
|
inline |
Definition at line 30 of file OmtfLinkMappingRpc.h.
References init, and AlCaHLTBitMon_QueryRunRegistry::string.
void omtf::RpcLinkMap::init | ( | const edm::EventSetup & | es | ) |
Definition at line 69 of file OmtfLinkMappingRpc.cc.
References l1t::stage2::layer2::fedId, edm::EventSetup::get(), RPCAMCLinkMap::getMap(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by omtf::RpcPacker::init(), and omtf::RpcUnpacker::init().
void omtf::RpcLinkMap::init | ( | const std::string & | fName | ) |
Definition at line 95 of file OmtfLinkMappingRpc.cc.
References mps_splice::line, LogTrace, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 36 of file OmtfLinkMappingRpc.h.
|
inline |
Definition at line 38 of file OmtfLinkMappingRpc.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
std::vector< EleIndex > omtf::RpcLinkMap::omtfEleIndex | ( | const std::string & | lbName | ) | const |
Definition at line 125 of file OmtfLinkMappingRpc.cc.
Referenced by omtf::translateOmtf2Pact().
|
private |
Definition at line 44 of file OmtfLinkMappingRpc.h.
|
private |
Definition at line 45 of file OmtfLinkMappingRpc.h.
|
private |
Definition at line 43 of file OmtfLinkMappingRpc.h.