Calib-EDM version of RpcPrepData class, containing uncalibrated information.
More...
#include <MuonCalibRawRpcHit.h>
Calib-EDM version of RpcPrepData class, containing uncalibrated information.
- an identifier, stored in the MuonFixedId format (not an Identifier)
- position in global coordinates
- occupancy: value denoting how many times this raw hit is assigned to a MuonCalibSegment. When this value yields -1, the raw hit is not assinged to any MuonCalibSegment
- time
- strip length and width
Definition at line 27 of file MuonCalibRawRpcHit.h.
◆ MuonCalibRawRpcHit() [1/3]
| MuonCalib::MuonCalibRawRpcHit::MuonCalibRawRpcHit |
( |
| ) |
|
|
default |
◆ MuonCalibRawRpcHit() [2/3]
◆ ~MuonCalibRawRpcHit()
| virtual MuonCalib::MuonCalibRawRpcHit::~MuonCalibRawRpcHit |
( |
| ) |
|
|
virtualdefault |
◆ MuonCalibRawRpcHit() [3/3]
| MuonCalib::MuonCalibRawRpcHit::MuonCalibRawRpcHit |
( |
const defineParams & | pars | ) |
|
◆ dump()
| 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.
24 {
25 stream <<
"MuonCalibRawRpcHit with" << std::endl;
29 stream <<
" time " <<
t() << std::endl;
33 }
const MuonFixedId & identify() const
retrieve the MuonFixedId
float t() const
retrieve the time
float width() const
retrieve the strip width
float length() const
retrieve the strip length
const Amg::Vector3D & globalPosition() const
retrieve the position expressed in global coordinates
int occupancy() const
retrieve the occupancy (-1 == not assigned to any segment)
◆ globalPosition()
| const Amg::Vector3D & MuonCalib::MuonCalibRawRpcHit::globalPosition |
( |
| ) |
const |
◆ identify()
| const MuonFixedId & MuonCalib::MuonCalibRawRpcHit::identify |
( |
| ) |
const |
◆ length()
| float MuonCalib::MuonCalibRawRpcHit::length |
( |
| ) |
const |
◆ occupancy()
| int MuonCalib::MuonCalibRawRpcHit::occupancy |
( |
| ) |
const |
◆ operator=()
◆ setGlobalPosition()
| void MuonCalib::MuonCalibRawRpcHit::setGlobalPosition |
( |
const Amg::Vector3D & | glob | ) |
|
◆ setId()
| void MuonCalib::MuonCalibRawRpcHit::setId |
( |
MuonFixedId | Id | ) |
|
◆ setLength()
| void MuonCalib::MuonCalibRawRpcHit::setLength |
( |
float | length | ) |
|
◆ setOccupancy()
| void MuonCalib::MuonCalibRawRpcHit::setOccupancy |
( |
int | occ | ) |
|
◆ setT()
| void MuonCalib::MuonCalibRawRpcHit::setT |
( |
float | t | ) |
|
◆ setWidth()
| void MuonCalib::MuonCalibRawRpcHit::setWidth |
( |
float | width | ) |
|
◆ t()
| float MuonCalib::MuonCalibRawRpcHit::t |
( |
| ) |
const |
◆ width()
| float MuonCalib::MuonCalibRawRpcHit::width |
( |
| ) |
const |
◆ m_pars
The documentation for this class was generated from the following files: