Belle II Software
release-08-01-10
|
Input bit pattern class. More...
#include <TrgBit.h>
Public Member Functions | |
InputBitPattern () | |
Constructor. | |
virtual | ~InputBitPattern () |
Destructor. | |
void | set (unsigned pattern, unsigned wordPosition) |
reads/sets a bit. | |
bool | isFired (unsigned bit) const |
get fired or not | |
int | operator== (InputBitPattern &) |
Comparison. | |
int | operator[] (unsigned) |
Bit. | |
Private Attributes | |
unsigned | _pattern [6] |
hit pattern | |