#include <CSCRPCDigi.h>
Public Member Functions | |
CSCRPCDigi (int rpc, int pad, int bxn, int tbin) | |
Constructors. More... | |
CSCRPCDigi () | |
from the rpc#, pad#, bxn#, tbin# More... | |
int | getBXN () const |
return BXN More... | |
int | getPad () const |
return pad number More... | |
int | getRpc () const |
default More... | |
int | getTbin () const |
return tbin number More... | |
void | print () const |
Print content of digi. More... | |
Private Attributes | |
uint16_t | bxn_ |
uint16_t | pad_ |
uint16_t | rpc_ |
uint16_t | tbin_ |
Digi for RPC data coming thru RAT-ALCT-DDU.
Definition at line 15 of file CSCRPCDigi.h.
CSCRPCDigi::CSCRPCDigi | ( | int | rpc, |
int | pad, | ||
int | bxn, | ||
int | tbin | ||
) |
CSCRPCDigi::CSCRPCDigi | ( | ) |
|
inline |
return BXN
Definition at line 30 of file CSCRPCDigi.h.
References bxn_.
Referenced by operator<<(), and print().
|
inline |
return pad number
Definition at line 26 of file CSCRPCDigi.h.
References pad_.
Referenced by operator<<(), and print().
|
inline |
default
get RPC
Definition at line 24 of file CSCRPCDigi.h.
References rpc_.
Referenced by operator<<(), and print().
|
inline |
return tbin number
Definition at line 28 of file CSCRPCDigi.h.
References tbin_.
Referenced by operator<<(), and print().
void CSCRPCDigi::print | ( | void | ) | const |
Print content of digi.
Debug.
Definition at line 32 of file CSCRPCDigi.cc.
References getBXN(), getPad(), getRpc(), and getTbin().
|
private |
Definition at line 39 of file CSCRPCDigi.h.
Referenced by CSCRPCDigi(), and getBXN().
|
private |
Definition at line 38 of file CSCRPCDigi.h.
Referenced by CSCRPCDigi(), and getPad().
|
private |
Definition at line 37 of file CSCRPCDigi.h.
Referenced by CSCRPCDigi(), and getRpc().
|
private |
Definition at line 40 of file CSCRPCDigi.h.
Referenced by CSCRPCDigi(), and getTbin().