![]() |
ATLAS Offline Software
|
#include <TgcStrip_v1.h>
Public Member Functions | |
| TgcStrip_v1 ()=default | |
| Default constructor. | |
| virtual | ~TgcStrip_v1 ()=default |
| Virtual destructor. | |
| xAOD::UncalibMeasType | type () const override final |
| Returns the type of the Tgc strip as a simple enumeration. | |
| unsigned | numDimensions () const override final |
| Returns the number of dimensions of the measurement. | |
| std::uint8_t | bcBitMap () const |
| Returns the bcBitMap of this PRD bit2 for Previous BC, bit1 for Current BC, bit0 for Next BC. | |
| void | setBcBitMap (std::uint8_t bitMap) |
| Set the bunch crossing-id map. | |
| std::uint16_t | channelNumber () const |
| Strip or wire group number of the Tgc strip measurement. | |
| void | setChannelNumber (std::uint16_t chan) |
| Set the strip or wire group number of the measurement. | |
| std::uint8_t | gasGap () const |
| Associated gas gap number of the Tgc strip measurement Ranges [1-N]. | |
| void | setGasGap (uint8_t gapNum) |
| Set the gas gap number of the measurement [1-N]. | |
| Amg::Vector3D | localMeasurementPos () const override final |
| Returns the local position of the measurement. | |
| std::uint8_t | measuresPhi () const override final |
| Does the object belong to an eta or a phi measurement (si /no). | |
| void | setMeasuresPhi (std::uint8_t measPhi) |
| Set the measures phi flag of the measurement to true /false. | |
| IdentifierHash | measurementHash () const override final |
| Returns the hash of the measurement channel. | |
| IdentifierHash | layerHash () const override final |
| Returns the hash of the associated layer (Needed for surface retrieval). | |
| void | setReadoutElement (const MuonGMR4::TgcReadoutElement *readoutEle) |
| set the pointer to the TgcReadoutElement | |
| const MuonGMR4::TgcReadoutElement * | readoutElement () const override final |
| Retrieve the associated TgcReadoutElement. | |
| const Identifier & | identify () const |
| Returns the Athena identifier of the measurement. | |
Functions to get measurement properties | |
| DetectorIDHashType | identifierHash () const |
| Returns the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash). | |
| DetectorIdentType | identifier () const |
| Returns the full Identifier of the measurement. | |
| template<int N> | |
| ConstVectorMap< N > | localPosition () const |
| Returns the local position of the measurement. | |
| template<int N> | |
| VectorMap< N > | localPosition () |
| Returns the local position as mutable eigen map which can be assigned as well. | |
| template<int N> | |
| ConstMatrixMap< N > | localCovariance () const |
| Returns the local covariance of the measurement. | |
| template<int N> | |
| MatrixMap< N > | localCovariance () |
| Returns the local covariance as mutable eigen map which can be assigned as well. | |
Functions to set measurement properties | |
| void | setIdentifierHash (const DetectorIDHashType idHash) |
| Sets the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash). | |
| void | setIdentifier (const DetectorIdentType measId) |
| Sets the full Identifier of the measurement. | |
Direct method to set measurement properties | |
| template<int N> | |
| void | setMeasurement (const DetectorIDHashType idHash, MeasVector< N > locPos, MeasMatrix< N > locCov) |
| Sets IdentifierHash, local position and local covariance of the measurement. | |
Protected Attributes | |
| CxxUtils::CachedValue< const MuonGMR4::MuonReadoutElement * > | m_readoutEle {} |
| Cache value of the. | |
Private Attributes | |
| CxxUtils::CachedValue< Identifier > | m_identifier {} |
Definition at line 12 of file TgcStrip_v1.h.
|
default |
Default constructor.
|
virtualdefault |
Virtual destructor.
| std::uint8_t xAOD::TgcStrip_v1::bcBitMap | ( | ) | const |
Returns the bcBitMap of this PRD bit2 for Previous BC, bit1 for Current BC, bit0 for Next BC.
| std::uint16_t xAOD::TgcStrip_v1::channelNumber | ( | ) | const |
Strip or wire group number of the Tgc strip measurement.
| std::uint8_t xAOD::TgcStrip_v1::gasGap | ( | ) | const |
Associated gas gap number of the Tgc strip measurement Ranges [1-N].
|
inherited |
Returns the full Identifier of the measurement.
|
inherited |
Returns the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash).
|
inherited |
Returns the Athena identifier of the measurement.
Definition at line 15 of file MuonMeasurement_v1.cxx.
|
finaloverridevirtual |
Returns the hash of the associated layer (Needed for surface retrieval).
Implements xAOD::MuonMeasurement_v1.
Definition at line 30 of file TgcStrip_v1.cxx.
Returns the local covariance as mutable eigen map which can be assigned as well.
|
inherited |
Returns the local covariance of the measurement.
|
finaloverridevirtual |
Returns the local position of the measurement.
Implements xAOD::MuonMeasurement_v1.
Definition at line 33 of file TgcStrip_v1.cxx.
Returns the local position as mutable eigen map which can be assigned as well.
|
inherited |
Returns the local position of the measurement.
|
finaloverridevirtual |
Returns the hash of the measurement channel.
Implements xAOD::MuonMeasurement_v1.
Definition at line 27 of file TgcStrip_v1.cxx.
|
finaloverridevirtual |
Does the object belong to an eta or a phi measurement (si /no).
Implements xAOD::MuonMeasurement_v1.
|
inlinefinaloverridevirtual |
Returns the number of dimensions of the measurement.
Implements xAOD::UncalibratedMeasurement_v1.
Definition at line 24 of file TgcStrip_v1.h.
|
finaloverridevirtual |
Retrieve the associated TgcReadoutElement.
If the element has not been set before, it's tried to load it on the fly. Exceptions are thrown if that fails as well
Implements xAOD::MuonMeasurement_v1.
| void xAOD::TgcStrip_v1::setBcBitMap | ( | std::uint8_t | bitMap | ) |
Set the bunch crossing-id map.
| void xAOD::TgcStrip_v1::setChannelNumber | ( | std::uint16_t | chan | ) |
Set the strip or wire group number of the measurement.
| void xAOD::TgcStrip_v1::setGasGap | ( | uint8_t | gapNum | ) |
Set the gas gap number of the measurement [1-N].
|
inherited |
Sets the full Identifier of the measurement.
|
inherited |
Sets the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash).
|
inherited |
Sets IdentifierHash, local position and local covariance of the measurement.
| void xAOD::TgcStrip_v1::setMeasuresPhi | ( | std::uint8_t | measPhi | ) |
Set the measures phi flag of the measurement to true /false.
| void xAOD::TgcStrip_v1::setReadoutElement | ( | const MuonGMR4::TgcReadoutElement * | readoutEle | ) |
set the pointer to the TgcReadoutElement
|
inlinefinaloverridevirtual |
Returns the type of the Tgc strip as a simple enumeration.
Implements xAOD::UncalibratedMeasurement_v1.
Definition at line 21 of file TgcStrip_v1.h.
|
privateinherited |
Definition at line 48 of file MuonMeasurement_v1.h.
|
protectedinherited |