#include <L1MuGMTLUT.h>
Definition at line 172 of file L1MuGMTLUT.h.
◆ base
◆ PortDecoder() [1/2]
L1MuGMTLUT::PortDecoder::PortDecoder |
( |
const std::vector< port > & |
pt | ) |
|
|
inline |
◆ PortDecoder() [2/2]
L1MuGMTLUT::PortDecoder::PortDecoder |
( |
const std::string & |
input | ) |
|
|
inline |
Definition at line 178 of file L1MuGMTLUT.h.
181 for (
unsigned int i = 0;
i < tok.size();
i++) {
182 size_type obrace = tok[
i].find(
"("), cbrace = tok[
i].find(
")");
183 if (obrace != std::string::npos && cbrace != std::string::npos)
185 port(tok[
i].substr(0, obrace), (
unsigned)atoi(tok[
i].substr(obrace + 1, cbrace - obrace - 1).c_str())));
187 edm::LogWarning(
"LUTMismatch") <<
"L1MuGMTLUT::PortDecoder: error decoding port " << tok[
i];
References mps_fire::i, and input.
◆ str()
std::string L1MuGMTLUT::PortDecoder::str |
( |
| ) |
|
|
inline |