#include <CSCSPCounters.h>
Public Member Functions | |
bool | check (void) const throw () |
CSCSPCounters (void) | |
int | orbit_counter (void) const throw () |
int | track_counter (void) const throw () |
bool | unpack (const unsigned short *&buf) throw () |
Private Attributes | |
unsigned | orbit_counter_high: 15 |
unsigned | orbit_counter_low: 15 |
unsigned | track_counter_high: 15 |
unsigned | track_counter_low: 15 |
unsigned | zero_1: 1 |
unsigned | zero_2: 1 |
unsigned | zero_3: 1 |
unsigned | zero_4: 1 |
Friends | |
class | CSCTFPacker |
Definition at line 6 of file CSCSPCounters.h.
|
inline |
Definition at line 36 of file CSCSPCounters.h.
|
inline |
|
inline |
Definition at line 34 of file CSCSPCounters.h.
References orbit_counter_high, and orbit_counter_low.
Referenced by CSCTFUnpacker::produce().
|
inline |
Definition at line 33 of file CSCSPCounters.h.
References track_counter_high, and track_counter_low.
Referenced by CSCTFUnpacker::produce().
|
inline |
|
friend |
Definition at line 22 of file CSCSPCounters.h.
|
private |
Definition at line 19 of file CSCSPCounters.h.
Referenced by orbit_counter().
|
private |
Definition at line 16 of file CSCSPCounters.h.
Referenced by orbit_counter().
|
private |
Definition at line 13 of file CSCSPCounters.h.
Referenced by track_counter().
|
private |
Definition at line 10 of file CSCSPCounters.h.
Referenced by track_counter().
|
private |
Definition at line 11 of file CSCSPCounters.h.
Referenced by check().
|
private |
Definition at line 14 of file CSCSPCounters.h.
Referenced by check().
|
private |
Definition at line 17 of file CSCSPCounters.h.
Referenced by check().
|
private |
Definition at line 20 of file CSCSPCounters.h.
Referenced by check().