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