#include <CSCAnodeData2007.h>
Public Member Functions | |
void | addHit (unsigned wireGroup) |
CSCAnodeDataFrame2007 (unsigned short data) | |
CSCAnodeDataFrame2007 () | |
unsigned short | data () const |
bool | isHit (unsigned wireGroup) const |
given a wiregroup between 0 and 11, it tells whether this bit was on More... | |
Private Attributes | |
unsigned short | data_: 12 |
unsigned short | flag_: 1 |
unsigned short | reserved_: 3 |
Definition at line 9 of file CSCAnodeData2007.h.
|
inlineexplicit |
Definition at line 11 of file CSCAnodeData2007.h.
|
inline |
Definition at line 12 of file CSCAnodeData2007.h.
|
inline |
Definition at line 20 of file CSCAnodeData2007.h.
References data_.
Referenced by CSCAnodeData2007::add().
|
inline |
Definition at line 25 of file CSCAnodeData2007.h.
References data_.
Referenced by cuy.FindIssue::__init__(), CSCAnodeData2007::add(), CSCAnodeDataFrame2007(), and CSCAnodeData2007::wireDigis().
|
inline |
given a wiregroup between 0 and 11, it tells whether this bit was on
Definition at line 15 of file CSCAnodeData2007.h.
References assert(), and data_.
Referenced by CSCAnodeData2007::wireDigis().
|
private |
Definition at line 28 of file CSCAnodeData2007.h.
Referenced by addHit(), CSCAnodeDataFrame2007(), data(), and isHit().
|
private |
Definition at line 30 of file CSCAnodeData2007.h.
|
private |
Definition at line 29 of file CSCAnodeData2007.h.