#include <ME0PadDigi.h>
Public Member Functions | |
int | bx () const |
ME0PadDigi (int pad, int bx) | |
ME0PadDigi () | |
bool | operator!= (const ME0PadDigi &digi) const |
bool | operator< (const ME0PadDigi &digi) const |
bool | operator== (const ME0PadDigi &digi) const |
int | pad () const |
Private Attributes | |
int16_t | bx_ |
uint16_t | pad_ |
Digi for ME0 trigger pads
Definition at line 15 of file ME0PadDigi.h.
|
explicit |
Definition at line 4 of file ME0PadDigi.cc.
ME0PadDigi::ME0PadDigi | ( | ) |
Definition at line 6 of file ME0PadDigi.cc.
|
inline |
Definition at line 26 of file ME0PadDigi.h.
References bx_.
Referenced by operator!=(), operator<(), operator<<(), and operator==().
bool ME0PadDigi::operator!= | ( | const ME0PadDigi & | digi | ) | const |
Definition at line 10 of file ME0PadDigi.cc.
References bx(), bx_, or, pad(), and pad_.
bool ME0PadDigi::operator< | ( | const ME0PadDigi & | digi | ) | const |
bool ME0PadDigi::operator== | ( | const ME0PadDigi & | digi | ) | const |
|
inline |
Definition at line 25 of file ME0PadDigi.h.
References pad_.
Referenced by operator!=(), operator<(), operator<<(), and operator==().
|
private |
Definition at line 30 of file ME0PadDigi.h.
Referenced by bx(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 29 of file ME0PadDigi.h.
Referenced by operator!=(), operator<(), operator==(), and pad().