#include <Mask.h>
Public Member Functions | |
std::string | getId () |
unsigned | getPort () |
std::string | getProcRole () |
Mask () | |
Mask (std::string id, std::string procRole) | |
void | setPort (std::string id) |
void | setProcRole (std::string procRole) |
Private Attributes | |
std::string | id_ |
unsigned | port_ |
std::string | procRole_ |
|
inline |
l1t::Mask::Mask | ( | std::string | id, |
std::string | procRole | ||
) |
|
inline |
|
inline |
void l1t::Mask::setPort | ( | std::string | id | ) |
Definition at line 12 of file Mask.cc.
References triggerObjects_cff::id, id_, and port_.
Referenced by setProcRole().
|
inline |
Definition at line 15 of file Mask.h.
References procRole_, setPort(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
|
private |
|
private |
Definition at line 23 of file Mask.h.
Referenced by getProcRole(), Mask(), and setProcRole().