![]() |
ATLAS Offline Software
|
#include <MuonCalibRawRpcHit.h>
Classes | |
struct | defineParams |
Public Member Functions | |
MuonCalibRawRpcHit ()=default | |
default constructor More... | |
MuonCalibRawRpcHit (const MuonCalibRawRpcHit &hit)=default | |
copy constructor More... | |
MuonCalibRawRpcHit & | operator= (const MuonCalibRawRpcHit &rhs) |
assingment operator More... | |
virtual | ~MuonCalibRawRpcHit ()=default |
destructor More... | |
MuonCalibRawRpcHit (const defineParams &pars) | |
std::ostream & | dump (std::ostream &stream) const |
dump to be used for operator<<() to dump the MuonCalibRawRpcHit More... | |
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 | |
defineParams | m_pars {} |
Calib-EDM version of RpcPrepData class, containing uncalibrated information.
Definition at line 27 of file MuonCalibRawRpcHit.h.
|
default |
default constructor
|
default |
copy constructor
|
virtualdefault |
destructor
MuonCalib::MuonCalibRawRpcHit::MuonCalibRawRpcHit | ( | const defineParams & | pars | ) |
Definition at line 22 of file MuonCalibRawRpcHit.cxx.
std::ostream & MuonCalib::MuonCalibRawRpcHit::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRawRpcHit
Definition at line 24 of file MuonCalibRawRpcHit.cxx.
const Amg::Vector3D & MuonCalib::MuonCalibRawRpcHit::globalPosition | ( | ) | const |
retrieve the position expressed in global coordinates
Definition at line 11 of file MuonCalibRawRpcHit.cxx.
const MuonFixedId & MuonCalib::MuonCalibRawRpcHit::identify | ( | ) | const |
retrieve the MuonFixedId
Definition at line 10 of file MuonCalibRawRpcHit.cxx.
float MuonCalib::MuonCalibRawRpcHit::length | ( | ) | const |
retrieve the strip length
Definition at line 15 of file MuonCalibRawRpcHit.cxx.
int MuonCalib::MuonCalibRawRpcHit::occupancy | ( | ) | const |
retrieve the occupancy (-1 == not assigned to any segment)
Definition at line 12 of file MuonCalibRawRpcHit.cxx.
MuonCalibRawRpcHit& MuonCalib::MuonCalibRawRpcHit::operator= | ( | const MuonCalibRawRpcHit & | rhs | ) |
assingment operator
void MuonCalib::MuonCalibRawRpcHit::setGlobalPosition | ( | const Amg::Vector3D & | glob | ) |
sets the position expressed in global coordinates
Definition at line 17 of file MuonCalibRawRpcHit.cxx.
void MuonCalib::MuonCalibRawRpcHit::setId | ( | MuonFixedId | Id | ) |
void MuonCalib::MuonCalibRawRpcHit::setLength | ( | float | length | ) |
sets the strip length
Definition at line 21 of file MuonCalibRawRpcHit.cxx.
void MuonCalib::MuonCalibRawRpcHit::setOccupancy | ( | int | occ | ) |
sets the occupancy
Definition at line 18 of file MuonCalibRawRpcHit.cxx.
void MuonCalib::MuonCalibRawRpcHit::setT | ( | float | t | ) |
void MuonCalib::MuonCalibRawRpcHit::setWidth | ( | float | width | ) |
sets the strip width
Definition at line 20 of file MuonCalibRawRpcHit.cxx.
float MuonCalib::MuonCalibRawRpcHit::t | ( | ) | const |
float MuonCalib::MuonCalibRawRpcHit::width | ( | ) | const |
retrieve the strip width
Definition at line 14 of file MuonCalibRawRpcHit.cxx.
|
private |
Definition at line 62 of file MuonCalibRawRpcHit.h.