ATLAS Offline Software
|
#include <MuonCalibRawRpcCoin.h>
Classes | |
struct | coinPars |
struct | defPars |
Public Member Functions | |
MuonCalibRawRpcCoin ()=default | |
default constructor More... | |
MuonCalibRawRpcCoin (const MuonCalibRawRpcCoin &hit)=default | |
copyconstructor More... | |
MuonCalibRawRpcCoin & | operator= (const MuonCalibRawRpcCoin &rhs)=default |
assignment operator More... | |
~MuonCalibRawRpcCoin ()=default | |
destructor More... | |
MuonCalibRawRpcCoin (const MuonCalibRawRpcCoin::defPars &pars) | |
constructor setting all attributes More... | |
std::ostream & | dump (std::ostream &stream) const |
dump to be used for operator<<() to dump the MuonCalibRawRpcCoin More... | |
unsigned short | ijk () const |
unsigned short | threshold () const |
unsigned short | overlap () const |
unsigned short | parentCmId () const |
unsigned short | parentPadId () const |
unsigned short | parentSectorId () const |
bool | lowPtCm () const |
const MuonFixedId & | identify () const |
retrieve the MuonFixedId More... | |
const Amg::Vector3D & | globalPosition () const |
retrieve the position expressed in global coordinates More... | |
int | occupancy () const |
retrieve the occupancy (-1 == not assigned to any segment) More... | |
float | t () const |
retrieve the time More... | |
float | width () const |
retrieve the strip width More... | |
float | length () const |
retrieve the strip length More... | |
void | setId (MuonFixedId Id) |
sets the MuonFixedId More... | |
void | setGlobalPosition (const Amg::Vector3D &glob) |
sets the position expressed in global coordinates More... | |
void | setOccupancy (int occ) |
sets the occupancy More... | |
void | setT (float t) |
sets the time More... | |
void | setWidth (float width) |
sets the strip width More... | |
void | setLength (float length) |
sets the strip length More... | |
Private Attributes | |
coinPars | m_pars {} |
Calib-EDM version of RpcCoinData class
Definition at line 20 of file MuonCalibRawRpcCoin.h.
|
default |
default constructor
|
default |
copyconstructor
|
default |
destructor
MuonCalib::MuonCalibRawRpcCoin::MuonCalibRawRpcCoin | ( | const MuonCalibRawRpcCoin::defPars & | pars | ) |
std::ostream & MuonCalib::MuonCalibRawRpcCoin::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRawRpcCoin
Definition at line 20 of file MuonCalibRawRpcCoin.cxx.
|
inherited |
retrieve the position expressed in global coordinates
Definition at line 11 of file MuonCalibRawRpcHit.cxx.
|
inherited |
retrieve the MuonFixedId
Definition at line 10 of file MuonCalibRawRpcHit.cxx.
unsigned short MuonCalib::MuonCalibRawRpcCoin::ijk | ( | ) | const |
Definition at line 11 of file MuonCalibRawRpcCoin.cxx.
|
inherited |
retrieve the strip length
Definition at line 15 of file MuonCalibRawRpcHit.cxx.
bool MuonCalib::MuonCalibRawRpcCoin::lowPtCm | ( | ) | const |
Definition at line 17 of file MuonCalibRawRpcCoin.cxx.
|
inherited |
retrieve the occupancy (-1 == not assigned to any segment)
Definition at line 12 of file MuonCalibRawRpcHit.cxx.
|
default |
assignment operator
unsigned short MuonCalib::MuonCalibRawRpcCoin::overlap | ( | ) | const |
Definition at line 13 of file MuonCalibRawRpcCoin.cxx.
unsigned short MuonCalib::MuonCalibRawRpcCoin::parentCmId | ( | ) | const |
Definition at line 14 of file MuonCalibRawRpcCoin.cxx.
unsigned short MuonCalib::MuonCalibRawRpcCoin::parentPadId | ( | ) | const |
Definition at line 15 of file MuonCalibRawRpcCoin.cxx.
unsigned short MuonCalib::MuonCalibRawRpcCoin::parentSectorId | ( | ) | const |
Definition at line 16 of file MuonCalibRawRpcCoin.cxx.
|
inherited |
sets the position expressed in global coordinates
Definition at line 17 of file MuonCalibRawRpcHit.cxx.
|
inherited |
|
inherited |
sets the strip length
Definition at line 21 of file MuonCalibRawRpcHit.cxx.
|
inherited |
sets the occupancy
Definition at line 18 of file MuonCalibRawRpcHit.cxx.
|
inherited |
|
inherited |
sets the strip width
Definition at line 20 of file MuonCalibRawRpcHit.cxx.
|
inherited |
unsigned short MuonCalib::MuonCalibRawRpcCoin::threshold | ( | ) | const |
Definition at line 12 of file MuonCalibRawRpcCoin.cxx.
|
inherited |
retrieve the strip width
Definition at line 14 of file MuonCalibRawRpcHit.cxx.
|
private |
Definition at line 56 of file MuonCalibRawRpcCoin.h.