![]() |
ATLAS Offline Software
|
Calib-EDM version of TgcPrepData class, containing uncalibrated information. More...
#include <MuonCalibRawTgcCoin.h>
Public Member Functions | |
| MuonCalibRawTgcCoin ()=default | |
| default constructor | |
| MuonCalibRawTgcCoin (const MuonCalibRawTgcCoin &coin)=default | |
| copy constructor | |
| MuonCalibRawTgcCoin & | operator= (const MuonCalibRawTgcCoin &rhs)=default |
| assingment operator | |
| ~MuonCalibRawTgcCoin ()=default | |
| destructor | |
| MuonCalibRawTgcCoin (const MuonFixedId &id, const Amg::Vector3D &gPosIn, const Amg::Vector3D &gPosOut, const int type, const int eta, const int phi, const int sector, const int isForward, const int isStrip, const int trackletId, const int trackletIdStrip, const int bcTag, const float widthIn, const float widthOut, const float widthR, const float widthPhi, const int delta, const int roi, const int pt, const int sub, const int isPositiveDeltaR) | |
| std::ostream & | dump (std::ostream &stream) const |
| dump to be used for operator<<() to dump the MuonCalibRawTgcCoin | |
| const MuonFixedId & | identify () const |
| retrieve the MuonFixedId | |
| const Amg::Vector3D & | gPosIn () const |
| retrieve the position expressed in global coordinates | |
| const Amg::Vector3D & | gPosOut () const |
| retrieve the position expressed in global coordinates | |
| int | type () const |
| int | eta () const |
| int | phi () const |
| int | sector () const |
| int | isForward () const |
| int | isStrip () const |
| int | trackletId () const |
| int | trackletIdStrip () const |
| int | bcTag () const |
| float | widthR () const |
| float | widthIn () const |
| float | widthOut () const |
| float | widthPhi () const |
| int | delta () const |
| int | roi () const |
| int | pt () const |
| int | sub () const |
| int | isPositiveDeltaR () const |
| void | setId (MuonFixedId Id) |
| sets the MuonFixedId | |
| void | setGlobalPositionIn (const Amg::Vector3D &gPosIn) |
| sets the position expressed in global coordinates | |
| void | setGlobalPositionOut (const Amg::Vector3D &gPosOut) |
| sets the position expressed in global coordinates | |
| void | setType (int type) |
| void | setEta (int eta) |
| void | setPhi (int phi) |
| void | setSector (int sector) |
| void | setIsForward (int isForward) |
| void | setIsStrip (int isStrip) |
| void | setTrackletId (int trackletId) |
| void | setTrackletIdStrip (int trackletIdStrip) |
| void | setBcTag (int bcTag) |
| void | setWidthIn (float widthIn) |
| void | setWidthOut (float widthOut) |
| void | setWidthR (float widthR) |
| void | setWidthPhi (float widthPhi) |
| void | setDelta (int delta) |
| void | setRoi (int roi) |
| void | setPt (int pt) |
| void | setSub (int sub) |
| void | setIsPositiveDeltaR (int isPositiveDeltaR) |
Private Attributes | |
| MuonFixedId | m_id |
| identifier of the raw coin, (is a MuonFixedId, not an Identifier) | |
| Amg::Vector3D | m_gPosIn {0., 0., 0.} |
| Amg::Vector3D | m_gPosOut {0., 0., 0.} |
| int | m_type {0} |
| int | m_eta {0} |
| int | m_phi {0} |
| int | m_sector {0} |
| int | m_isForward {0} |
| int | m_isStrip {0} |
| int | m_trackletId {0} |
| int | m_trackletIdStrip {0} |
| int | m_bcTag {0} |
| float | m_widthIn {0} |
| float | m_widthOut {0} |
| float | m_widthR {0} |
| float | m_widthPhi {0} |
| int | m_delta {0} |
| int | m_roi {0} |
| int | m_pt {0} |
| int | m_sub {0} |
| int | m_isPositiveDeltaR {0} |
Calib-EDM version of TgcPrepData class, containing uncalibrated information.
Definition at line 28 of file MuonCalibRawTgcCoin.h.
|
default |
default constructor
|
default |
copy constructor
|
default |
destructor
| MuonCalib::MuonCalibRawTgcCoin::MuonCalibRawTgcCoin | ( | const MuonFixedId & | id, |
| const Amg::Vector3D & | gPosIn, | ||
| const Amg::Vector3D & | gPosOut, | ||
| const int | type, | ||
| const int | eta, | ||
| const int | phi, | ||
| const int | sector, | ||
| const int | isForward, | ||
| const int | isStrip, | ||
| const int | trackletId, | ||
| const int | trackletIdStrip, | ||
| const int | bcTag, | ||
| const float | widthIn, | ||
| const float | widthOut, | ||
| const float | widthR, | ||
| const float | widthPhi, | ||
| const int | delta, | ||
| const int | roi, | ||
| const int | pt, | ||
| const int | sub = 0, | ||
| const int | isPositiveDeltaR = 0 ) |
Definition at line 55 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::bcTag | ( | ) | const |
Definition at line 22 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::delta | ( | ) | const |
Definition at line 27 of file MuonCalibRawTgcCoin.cxx.
| std::ostream & MuonCalib::MuonCalibRawTgcCoin::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRawTgcCoin
Definition at line 83 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::eta | ( | ) | const |
Definition at line 15 of file MuonCalibRawTgcCoin.cxx.
| const Amg::Vector3D & MuonCalib::MuonCalibRawTgcCoin::gPosIn | ( | ) | const |
retrieve the position expressed in global coordinates
Definition at line 12 of file MuonCalibRawTgcCoin.cxx.
| const Amg::Vector3D & MuonCalib::MuonCalibRawTgcCoin::gPosOut | ( | ) | const |
retrieve the position expressed in global coordinates
Definition at line 13 of file MuonCalibRawTgcCoin.cxx.
| const MuonFixedId & MuonCalib::MuonCalibRawTgcCoin::identify | ( | ) | const |
| int MuonCalib::MuonCalibRawTgcCoin::isForward | ( | ) | const |
Definition at line 18 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::isPositiveDeltaR | ( | ) | const |
Definition at line 31 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::isStrip | ( | ) | const |
Definition at line 19 of file MuonCalibRawTgcCoin.cxx.
|
default |
assingment operator
| int MuonCalib::MuonCalibRawTgcCoin::phi | ( | ) | const |
Definition at line 16 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::pt | ( | ) | const |
Definition at line 29 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::roi | ( | ) | const |
Definition at line 28 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::sector | ( | ) | const |
Definition at line 17 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setBcTag | ( | int | bcTag | ) |
Definition at line 44 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setDelta | ( | int | delta | ) |
Definition at line 49 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setEta | ( | int | eta | ) |
Definition at line 37 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setGlobalPositionIn | ( | const Amg::Vector3D & | gPosIn | ) |
sets the position expressed in global coordinates
Definition at line 34 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setGlobalPositionOut | ( | const Amg::Vector3D & | gPosOut | ) |
sets the position expressed in global coordinates
Definition at line 35 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setId | ( | MuonFixedId | Id | ) |
| void MuonCalib::MuonCalibRawTgcCoin::setIsForward | ( | int | isForward | ) |
Definition at line 40 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setIsPositiveDeltaR | ( | int | isPositiveDeltaR | ) |
Definition at line 53 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setIsStrip | ( | int | isStrip | ) |
Definition at line 41 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setPhi | ( | int | phi | ) |
Definition at line 38 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setPt | ( | int | pt | ) |
Definition at line 51 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setRoi | ( | int | roi | ) |
Definition at line 50 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setSector | ( | int | sector | ) |
Definition at line 39 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setSub | ( | int | sub | ) |
Definition at line 52 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setTrackletId | ( | int | trackletId | ) |
Definition at line 42 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setTrackletIdStrip | ( | int | trackletIdStrip | ) |
Definition at line 43 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setType | ( | int | type | ) |
Definition at line 36 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setWidthIn | ( | float | widthIn | ) |
Definition at line 45 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setWidthOut | ( | float | widthOut | ) |
Definition at line 46 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setWidthPhi | ( | float | widthPhi | ) |
Definition at line 48 of file MuonCalibRawTgcCoin.cxx.
| void MuonCalib::MuonCalibRawTgcCoin::setWidthR | ( | float | widthR | ) |
Definition at line 47 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::sub | ( | ) | const |
Definition at line 30 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::trackletId | ( | ) | const |
Definition at line 20 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::trackletIdStrip | ( | ) | const |
Definition at line 21 of file MuonCalibRawTgcCoin.cxx.
| int MuonCalib::MuonCalibRawTgcCoin::type | ( | ) | const |
Definition at line 14 of file MuonCalibRawTgcCoin.cxx.
| float MuonCalib::MuonCalibRawTgcCoin::widthIn | ( | ) | const |
Definition at line 23 of file MuonCalibRawTgcCoin.cxx.
| float MuonCalib::MuonCalibRawTgcCoin::widthOut | ( | ) | const |
Definition at line 24 of file MuonCalibRawTgcCoin.cxx.
| float MuonCalib::MuonCalibRawTgcCoin::widthPhi | ( | ) | const |
Definition at line 26 of file MuonCalibRawTgcCoin.cxx.
| float MuonCalib::MuonCalibRawTgcCoin::widthR | ( | ) | const |
Definition at line 25 of file MuonCalibRawTgcCoin.cxx.
|
private |
Definition at line 99 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 105 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 92 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 89 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 90 of file MuonCalibRawTgcCoin.h.
|
private |
identifier of the raw coin, (is a MuonFixedId, not an Identifier)
Definition at line 88 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 95 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 110 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 96 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 93 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 107 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 106 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 94 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 109 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 97 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 98 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 91 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 100 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 101 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 103 of file MuonCalibRawTgcCoin.h.
|
private |
Definition at line 102 of file MuonCalibRawTgcCoin.h.