#include <SiStripFecKey.h>
Public Member Functions | |
ConsistentWithKey (const SiStripFecKey &key) | |
bool | operator() (const uint32_t &, const uint32_t &) const |
Private Member Functions | |
ConsistentWithKey () | |
Private Attributes | |
SiStripFecKey | mask_ |
Definition at line 239 of file SiStripFecKey.h.
ConsistentWithKey::ConsistentWithKey | ( | const SiStripFecKey & | key | ) | [explicit] |
Definition at line 817 of file SiStripFecKey.cc.
: mask_( key.fecCrate() ? sistrip::invalid_ : 0, key.fecSlot() ? sistrip::invalid_ : 0, key.fecRing() ? sistrip::invalid_ : 0, key.ccuAddr() ? sistrip::invalid_ : 0, key.ccuChan() ? sistrip::invalid_ : 0, key.lldChan() ? sistrip::invalid_ : 0, key.i2cAddr() ? sistrip::invalid_ : 0 ) {;}
ConsistentWithKey::ConsistentWithKey | ( | ) | [explicit, private] |
Definition at line 828 of file SiStripFecKey.cc.
: mask_(SiStripNullKey()) {;}
bool ConsistentWithKey::operator() | ( | const uint32_t & | a, |
const uint32_t & | b | ||
) | const |
Definition at line 833 of file SiStripFecKey.cc.
References SiStripKey::key(), and mask_.
SiStripFecKey ConsistentWithKey::mask_ [private] |
Definition at line 245 of file SiStripFecKey.h.
Referenced by operator()().