#include <Counters.h>
Public Member Functions | |
void | add_format_error () |
Counters (uint64_t dataword) | |
Counters () | |
Counters (int int_track_counter, int int_orbit_counter, int int_rpc_counter) | |
uint64_t | Dataword () const |
int | Format_Errors () const |
int | Orbit_counter () const |
int | RPC_counter () const |
void | set_dataword (uint64_t bits) |
void | set_orbit_counter (int bits) |
void | set_rpc_counter (int bits) |
void | set_track_counter (int bits) |
int | Track_counter () const |
virtual | ~Counters () |
Private Attributes | |
uint64_t | dataword |
int | format_errors |
int | orbit_counter |
int | rpc_counter |
int | track_counter |
Definition at line 10 of file Counters.h.
|
explicit |
|
inline |
Definition at line 16 of file Counters.h.
|
inline |
Definition at line 20 of file Counters.h.
|
inlinevirtual |
Definition at line 24 of file Counters.h.
|
inline |
Definition at line 29 of file Counters.h.
References format_errors.
Referenced by l1t::stage2::emtf::CountersBlockUnpacker::unpack().
|
inline |
|
inline |
Definition at line 35 of file Counters.h.
References format_errors.
Referenced by l1t::stage2::emtf::CountersBlockUnpacker::unpack().
|
inline |
|
inline |
|
inline |
Definition at line 30 of file Counters.h.
References bits.
|
inline |
Definition at line 27 of file Counters.h.
References bits, and orbit_counter.
Referenced by l1t::stage2::emtf::CountersBlockUnpacker::unpack().
|
inline |
Definition at line 28 of file Counters.h.
References bits, and rpc_counter.
|
inline |
Definition at line 26 of file Counters.h.
References bits, and track_counter.
Referenced by l1t::stage2::emtf::CountersBlockUnpacker::unpack().
|
inline |
|
private |
Definition at line 43 of file Counters.h.
Referenced by Dataword().
|
private |
Definition at line 42 of file Counters.h.
Referenced by add_format_error(), and Format_Errors().
|
private |
Definition at line 40 of file Counters.h.
Referenced by Orbit_counter(), and set_orbit_counter().
|
private |
Definition at line 41 of file Counters.h.
Referenced by RPC_counter(), and set_rpc_counter().
|
private |
Definition at line 39 of file Counters.h.
Referenced by set_track_counter(), and Track_counter().