![]() |
ATLAS Offline Software
|
Calib-EDM version of RpcRawData class. More...
#include <MuonCalibRawRpcTriggerHit.h>
Classes | |
| struct | defineParams |
Public Member Functions | |
| MuonCalibRawRpcTriggerHit ()=default | |
| default constructor | |
| MuonCalibRawRpcTriggerHit (const MuonCalibRawRpcTriggerHit &hit)=default | |
| copy constructor | |
| MuonCalibRawRpcTriggerHit & | operator= (const MuonCalibRawRpcTriggerHit &rhs)=default |
| assignment operator | |
| ~MuonCalibRawRpcTriggerHit ()=default | |
| destructor | |
| MuonCalibRawRpcTriggerHit (const defineParams &pars) | |
| constructor setting all attributes | |
| std::ostream & | dump (std::ostream &stream) const |
| dump to be used for operator<<() to dump the MuonCalibRawRpcTriggerHit | |
| int | sector () const |
| int | padId () const |
| int | status () const |
| int | errorCode () const |
| int | cmaId () const |
| int | fel1Id () const |
| int | febcId () const |
| int | crc () const |
| int | bcId () const |
| int | time () const |
| int | ijk () const |
| int | channel () const |
| int | overlap () const |
| int | threshold () const |
Private Attributes | |
| defineParams | m_pars {} |
Calib-EDM version of RpcRawData class.
Definition at line 23 of file MuonCalibRawRpcTriggerHit.h.
|
default |
default constructor
|
default |
copy constructor
|
default |
destructor
| MuonCalib::MuonCalibRawRpcTriggerHit::MuonCalibRawRpcTriggerHit | ( | const defineParams & | pars | ) |
constructor setting all attributes
Definition at line 26 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::bcId | ( | ) | const |
Definition at line 19 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::channel | ( | ) | const |
Definition at line 22 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::cmaId | ( | ) | const |
Definition at line 15 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::crc | ( | ) | const |
Definition at line 18 of file MuonCalibRawRpcTriggerHit.cxx.
| std::ostream & MuonCalib::MuonCalibRawRpcTriggerHit::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRawRpcTriggerHit
Definition at line 28 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::errorCode | ( | ) | const |
Definition at line 14 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::febcId | ( | ) | const |
Definition at line 17 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::fel1Id | ( | ) | const |
Definition at line 16 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::ijk | ( | ) | const |
Definition at line 21 of file MuonCalibRawRpcTriggerHit.cxx.
|
default |
assignment operator
| int MuonCalib::MuonCalibRawRpcTriggerHit::overlap | ( | ) | const |
Definition at line 23 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::padId | ( | ) | const |
Definition at line 12 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::sector | ( | ) | const |
Definition at line 11 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::status | ( | ) | const |
Definition at line 13 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::threshold | ( | ) | const |
Definition at line 24 of file MuonCalibRawRpcTriggerHit.cxx.
| int MuonCalib::MuonCalibRawRpcTriggerHit::time | ( | ) | const |
Definition at line 20 of file MuonCalibRawRpcTriggerHit.cxx.
|
private |
Definition at line 66 of file MuonCalibRawRpcTriggerHit.h.