ATLAS Offline Software
|
#include <MuonCalibRawTgcHit.h>
Classes | |
struct | defineParams |
Public Types | |
enum | BunchCrossingTag { Previous = 1, Current = 2, Next = 3 } |
Public Member Functions | |
MuonCalibRawTgcHit ()=default | |
default constructor More... | |
MuonCalibRawTgcHit (const MuonCalibRawTgcHit &hit)=default | |
copy constructor More... | |
MuonCalibRawTgcHit & | operator= (const MuonCalibRawTgcHit &rhs)=default |
assingment operator More... | |
~MuonCalibRawTgcHit ()=default | |
destructor More... | |
MuonCalibRawTgcHit (const defineParams &pars) | |
std::ostream & | dump (std::ostream &stream) const |
dump to be used for operator<<() to dump the MuonCalibRawTgcHit 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... | |
int | station () const |
int | eta () const |
int | phi () const |
int | gasGap () const |
int | isStrip () const |
int | channel () const |
int | bcTag () const |
float | width () const |
float | shortWidth () const |
float | longWidth () const |
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 | setStation (int station) |
void | setEta (int eta) |
void | setPhi (int phi) |
void | setGasGap (int gasGap) |
void | setIsStrip (int isStrip) |
void | setChannel (int channel) |
void | setBcTag (int bcTag) |
void | setWidth (float width) |
void | setShortWidth (float shortWidth) |
void | setLongWidth (float longWidth) |
sets the strip width More... | |
void | setLength (float length) |
sets the strip length More... | |
Private Attributes | |
defineParams | m_pars {} |
Calib-EDM version of TgcPrepData class, containing uncalibrated information.
Definition at line 28 of file MuonCalibRawTgcHit.h.
Enumerator | |
---|---|
Previous | |
Current | |
Next |
Definition at line 36 of file MuonCalibRawTgcHit.h.
|
default |
default constructor
|
default |
copy constructor
|
default |
destructor
MuonCalib::MuonCalibRawTgcHit::MuonCalibRawTgcHit | ( | const defineParams & | pars | ) |
Definition at line 62 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::bcTag | ( | ) | const |
Definition at line 20 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::channel | ( | ) | const |
Definition at line 19 of file MuonCalibRawTgcHit.cxx.
std::ostream & MuonCalib::MuonCalibRawTgcHit::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRawTgcHit
Definition at line 43 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::eta | ( | ) | const |
Definition at line 15 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::gasGap | ( | ) | const |
Definition at line 17 of file MuonCalibRawTgcHit.cxx.
const Amg::Vector3D & MuonCalib::MuonCalibRawTgcHit::globalPosition | ( | ) | const |
retrieve the position expressed in global coordinates
Definition at line 12 of file MuonCalibRawTgcHit.cxx.
const MuonFixedId & MuonCalib::MuonCalibRawTgcHit::identify | ( | ) | const |
retrieve the MuonFixedId
Definition at line 11 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::isStrip | ( | ) | const |
Definition at line 18 of file MuonCalibRawTgcHit.cxx.
float MuonCalib::MuonCalibRawTgcHit::length | ( | ) | const |
retrieve the strip length
Definition at line 25 of file MuonCalibRawTgcHit.cxx.
float MuonCalib::MuonCalibRawTgcHit::longWidth | ( | ) | const |
Definition at line 24 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::occupancy | ( | ) | const |
retrieve the occupancy (-1 == not assigned to any segment)
Definition at line 13 of file MuonCalibRawTgcHit.cxx.
|
default |
assingment operator
int MuonCalib::MuonCalibRawTgcHit::phi | ( | ) | const |
Definition at line 16 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setBcTag | ( | int | bcTag | ) |
Definition at line 36 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setChannel | ( | int | channel | ) |
Definition at line 35 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setEta | ( | int | eta | ) |
Definition at line 31 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setGasGap | ( | int | gasGap | ) |
Definition at line 33 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setGlobalPosition | ( | const Amg::Vector3D & | glob | ) |
sets the position expressed in global coordinates
Definition at line 28 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setId | ( | MuonFixedId | Id | ) |
void MuonCalib::MuonCalibRawTgcHit::setIsStrip | ( | int | isStrip | ) |
Definition at line 34 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setLength | ( | float | length | ) |
sets the strip length
Definition at line 41 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setLongWidth | ( | float | longWidth | ) |
sets the strip width
Definition at line 40 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setOccupancy | ( | int | occ | ) |
sets the occupancy
Definition at line 29 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setPhi | ( | int | phi | ) |
Definition at line 32 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setShortWidth | ( | float | shortWidth | ) |
Definition at line 39 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setStation | ( | int | station | ) |
Definition at line 30 of file MuonCalibRawTgcHit.cxx.
void MuonCalib::MuonCalibRawTgcHit::setWidth | ( | float | width | ) |
Definition at line 38 of file MuonCalibRawTgcHit.cxx.
float MuonCalib::MuonCalibRawTgcHit::shortWidth | ( | ) | const |
Definition at line 23 of file MuonCalibRawTgcHit.cxx.
int MuonCalib::MuonCalibRawTgcHit::station | ( | ) | const |
Definition at line 14 of file MuonCalibRawTgcHit.cxx.
float MuonCalib::MuonCalibRawTgcHit::width | ( | ) | const |
Definition at line 22 of file MuonCalibRawTgcHit.cxx.
|
private |
Definition at line 93 of file MuonCalibRawTgcHit.h.