ATLAS Offline Software
|
#include <RpcReadoutElement.h>
Classes | |
struct | defineArgs |
struct | parameterBook |
Set of parameters to describe a RPC chamber. More... | |
Public Types | |
enum | EdgeSide { EdgeSide::readOut, EdgeSide::highVoltage } |
Public Member Functions | |
RpcReadoutElement (defineArgs &&args) | |
virtual | ~RpcReadoutElement () |
const parameterBook & | getParameters () const |
ActsTrk::DetectorType | detectorType () const override final |
Overload from the ActsTrk::IDetectorElement. More... | |
double | thickness () const override final |
Overload from the Acts::DetectorElement (2 * halfheight) More... | |
StatusCode | initElement () override final |
Element initialization. More... | |
int | doubletZ () const |
Returns the doublet Z field of the MuonReadoutElement identifier. More... | |
int | doubletR () const |
Returns the doublet R field of the MuonReadoutElement identifier. More... | |
int | doubletPhi () const |
Returns the doublet Phi field of the MuonReadoutElement identifier. More... | |
unsigned int | nGasGaps () const |
Returns the number of gasgaps described by this ReadOutElement (usally 2 or 3) More... | |
int | nPhiPanels () const |
Returns the number of phi panels (1 or 2) More... | |
int | doubletPhiMax () const |
Returns the maximum phi panel. More... | |
unsigned int | nEtaStrips () const |
Number of strips measuring the eta coordinate. More... | |
unsigned int | nPhiStrips () const |
Number of strips measuring the phi coordinate. More... | |
unsigned int | nStrips (const IdentifierHash &hash) const |
Returns the number of strips. More... | |
double | stripEtaPitch () const |
Strip pitch in eta. More... | |
double | stripPhiPitch () const |
Strip pitch in phi. More... | |
double | stripEtaWidth () const |
Strip width in eta. More... | |
double | stripPhiWidth () const |
Strip width in phi. More... | |
double | stripEtaLength () const |
Returns the length of an eta strip. More... | |
double | stripPhiLength () const |
Returns the length of a phi strip. More... | |
double | gasGapPitch () const |
Returns the thickness of a RPC gasgap. More... | |
Amg::Vector3D | stripPosition (const ActsGeometryContext &ctx, const Identifier &measId) const |
Returns the position of the strip center. More... | |
Amg::Vector3D | stripPosition (const ActsGeometryContext &ctx, const IdentifierHash &measHash) const |
Amg::Vector3D | rightStripEdge (const ActsGeometryContext &ctx, const Identifier &measId) const |
Returns the global position of the strip edge at negative local Y. More... | |
Amg::Vector3D | rightStripEdge (const ActsGeometryContext &ctx, const IdentifierHash &measHash) const |
Amg::Vector3D | leftStripEdge (const ActsGeometryContext &ctx, const Identifier &measId) const |
Returns the global posiition of the strip edge at positive local Y. More... | |
Amg::Vector3D | leftStripEdge (const ActsGeometryContext &ctx, const IdentifierHash &measHash) const |
double | distanceToEdge (const IdentifierHash &layerHash, const Amg::Vector2D &posInStripPlane, const EdgeSide side) const |
Returns the disance to the readout. More... | |
IdentifierHash | measurementHash (const Identifier &measId) const override final |
Constructs the identifier hash from the full measurement Identifier. More... | |
IdentifierHash | layerHash (const Identifier &measId) const override final |
IdentifierHash | layerHash (const IdentifierHash &measHash) const |
Identifier | measurementId (const IdentifierHash &measHash) const override final |
Converts the measurement hash back to the full Identifier. More... | |
const StripLayer & | sensorLayout (const IdentifierHash &measHash) const |
Access to the StripLayer associated to a given measurement Hash. More... | |
const GeoAlignableTransform * | alignableTransform () const |
Returnsthe alignable transform of the readout element. More... | |
Identifier | identify () const override final |
Return the athena identifier. More... | |
IdentifierHash | identHash () const |
Returns the Identifier has of the Element that is Identical to the detElHash from the id_helper class. More... | |
int | stationName () const |
Returns the stationName (BIS, BOS, etc) encoded into the integer. More... | |
int | stationEta () const |
Returns the stationEta (positive A site, negative O site) More... | |
int | stationPhi () const |
Returns the stationPhi (1-8) -> sector (2*phi - (isSmall)) More... | |
Muon::MuonStationIndex::ChIndex | chamberIndex () const |
Returns the chamber index of the Identifier (MMS & STS) have the same chamber Index (EIS) More... | |
std::string | chamberDesign () const |
The chamber design refers to the construction parameters of a readout element. More... | |
const Muon::IMuonIdHelperSvc * | idHelperSvc () const |
Returns the pointer to the muonIdHelperSvc. More... | |
Amg::Vector3D | center (const ActsGeometryContext &ctx) const |
Returns the detector center (Which is the same as the detector center of the first measurement layer) More... | |
Amg::Vector3D | center (const ActsGeometryContext &ctx, const Identifier &id) const |
Returns the center of a given detector layer using the complete Identifier of the measurement. More... | |
Amg::Vector3D | center (const ActsGeometryContext &ctx, const IdentifierHash &hash) const |
Returns the center of a given detector layer using the Identifier hash of the measurement. More... | |
Amg::Transform3D | globalToLocalTrans (const ActsGeometryContext &ctx) const |
Transformations to translate between local <-> global coordinates. More... | |
Amg::Transform3D | globalToLocalTrans (const ActsGeometryContext &ctx, const Identifier &id) const |
Returns the global to local transformation into the rest frame of a given measurement layer. More... | |
Amg::Transform3D | globalToLocalTrans (const ActsGeometryContext &ctx, const IdentifierHash &hash) const |
Returns the global to local transformation into the rest frame of a given measurement layer. More... | |
const Amg::Transform3D & | localToGlobalTrans (const ActsGeometryContext &ctx) const |
Returns the local to global transformation into the ATLAS coordinate system. More... | |
const Amg::Transform3D & | localToGlobalTrans (const ActsGeometryContext &ctx, const Identifier &id) const |
const Amg::Transform3D & | localToGlobalTrans (const ActsGeometryContext &ctx, const IdentifierHash &id) const |
const Amg::Transform3D & | transform (const Acts::GeometryContext &gctx) const override final |
Returns the transformation to the origin of the chamber coordinate system. More... | |
const Acts::Surface & | surface () const override final |
Returns the surface associated to the readout element plane. More... | |
Acts::Surface & | surface () override final |
const Acts::Surface & | surface (const IdentifierHash &hash) const |
Returns the sufrface associated to a wire / measurement plane in the detector. More... | |
Acts::Surface & | surface (const IdentifierHash &hash) |
std::shared_ptr< Acts::Surface > | surfacePtr (const IdentifierHash &hash) const |
Returns the pointer associated to a certain wire / plane. More... | |
void | setChamberLink (const Chamber *chamber) |
Sets the link to the enclosing chamber. More... | |
void | setSectorLink (const SpectrometerSector *envelope) |
Set the link to the enclosing sector envelope. More... | |
const SpectrometerSector * | msSector () const |
Returns the pointer to the envelope volume enclosing all chambers in the sector. More... | |
const Chamber * | chamber () const |
Returns the pointer to the chamber enclosing this readout element. More... | |
std::vector< std::shared_ptr< Acts::Surface > > | getSurfaces () const |
Returns all surfaces that are associated with the active readout planes. More... | |
void | releaseUnAlignedTrfs () const |
Releases all cached transforms that are not connected with alignment. More... | |
unsigned int | storeAlignedTransforms (const ActsTrk::DetectorAlignStore &store) const override final |
Caches the aligned transformation in the provided store. Returns the number of cached elements. More... | |
bool | msgLvl (const MSG::Level lvl) const |
Test the output level. More... | |
MsgStream & | msg () const |
The standard message stream. More... | |
MsgStream & | msg (const MSG::Level lvl) const |
The standard message stream. More... | |
void | setLevel (MSG::Level lvl) |
Change the current logging level. More... | |
Static Public Member Functions | |
static IdentifierHash | createHash (const unsigned int strip, const unsigned int gasGap, const unsigned int doubPhi, const bool measPhi) |
Constructs an Identifier hash from the Identifier fields controlled by this readout element More... | |
Protected Member Functions | |
const Amg::Transform3D & | toStation (const ActsTrk::DetectorAlignStore *alignStore) const |
Returns the local -> global transformation to go from the volume center origin. More... | |
template<class MuonDetImpl > | |
StatusCode | insertTransform (const IdentifierHash &hash) |
Inserts a transfomration for caching. More... | |
StatusCode | createGeoTransform () |
StatusCode | strawSurfaceFactory (const IdentifierHash &hash, std::shared_ptr< Acts::LineBounds > lBounds) |
StatusCode | planeSurfaceFactory (const IdentifierHash &hash, std::shared_ptr< Acts::PlanarBounds > pBounds) |
Static Protected Member Functions | |
static IdentifierHash | geoTransformHash () |
Returns the hash that is associated with the surface cache holding the transformation that is placing the ReadoutElement inside the ATLAS coordinate system. More... | |
Private Types | |
using | TransformCacheMap = std::unordered_map< IdentifierHash, std::unique_ptr< ActsTrk::TransformCache > > |
Cache all local to global transformations. More... | |
Private Member Functions | |
Amg::Transform3D | fromGapToChamOrigin (const IdentifierHash &layerHash) const |
Amg::Vector3D | chamberStripPos (const IdentifierHash &measHash) const |
Returns the local strip position w.r.t. to the chamber origin. More... | |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Static Private Member Functions | |
static unsigned int | stripNumber (const IdentifierHash &measHash) |
static unsigned int | gasGapNumber (const IdentifierHash &measHash) |
static unsigned int | doubletPhiNumber (const IdentifierHash &measHash) |
static bool | measuresPhi (const IdentifierHash &measHash) |
Private Attributes | |
parameterBook | m_pars {} |
const RpcIdHelper & | m_idHelper {idHelperSvc()->rpcIdHelper()} |
const int | m_doubletR {m_idHelper.doubletR(identify())} |
doublet R -> 1: chamber is mounted below the Mdts More... | |
const int | m_doubletZ {m_idHelper.doubletZ(identify())} |
Associated doublet Z (Ranges from 1-3) If doubletZ is 3, there's generally the possibility that the module is additionally split according to doublet Phi. More... | |
const int | m_doubletPhi {m_idHelper.doubletPhi(identify())} |
double | m_gasThickness {0.} |
Distance between 2 gas gaps (Radial direction) More... | |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {"Muon::MuonIdHelperSvc/MuonIdHelperSvc", "MuonReadoutElement"} |
const defineArgs | m_args {} |
IdentifierHash | m_detElHash {} |
Cache of the detector element hash. More... | |
Muon::MuonStationIndex::ChIndex | m_chIdx {Muon::MuonStationIndex::ChIndex::ChUnknown} |
Cache the chamber index of the Identifier. More... | |
int | m_stName {-1} |
Cache the station name of the identifier. More... | |
int | m_stEta {-1} |
Cache the station eta of the identifier. More... | |
int | m_stPhi {-1} |
Cache the station phi of the identifier. More... | |
TransformCacheMap | m_localToGlobalCaches |
ActsTrk::SurfaceCacheSet | m_surfaces |
Cache of all associated surfaces. More... | |
const SpectrometerSector * | m_msSectorLink {} |
Pointer to the associated MS-sector & MuonChamber. More... | |
const Chamber * | m_chambLink {nullptr} |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
Friends | |
class | ActsTrk::TransformCacheDetEle< RpcReadoutElement > |
Definition at line 17 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
privateinherited |
Cache all local to global transformations.
Definition at line 210 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
strong |
Enumerator | |
---|---|
readOut | |
highVoltage |
Definition at line 107 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
MuonGMR4::RpcReadoutElement::RpcReadoutElement | ( | defineArgs && | args | ) |
Definition at line 29 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
virtualdefault |
|
inherited |
Returnsthe alignable transform of the readout element.
|
inherited |
Returns the detector center (Which is the same as the detector center of the first measurement layer)
|
inherited |
Returns the center of a given detector layer using the complete Identifier of the measurement.
|
inherited |
Returns the center of a given detector layer using the Identifier hash of the measurement.
Returns the pointer to the chamber enclosing this readout element.
|
inherited |
The chamber design refers to the construction parameters of a readout element.
Used for the retrieval of the chamber parameters E.g. the chambers BOL1A8 & BOL2A8 are identical in terms of number of tubes, dimensions etc.
|
inherited |
Returns the chamber index of the Identifier (MMS & STS) have the same chamber Index (EIS)
|
private |
Returns the local strip position w.r.t. to the chamber origin.
Definition at line 87 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
protectedinherited |
Check that the alignable node has been assigned
Definition at line 36 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
static |
Constructs an Identifier hash from the Identifier fields controlled by this readout element
|
inlinefinaloverridevirtual |
Overload from the ActsTrk::IDetectorElement.
Implements ActsTrk::IDetectorElementBase.
Definition at line 52 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
double MuonGMR4::RpcReadoutElement::distanceToEdge | ( | const IdentifierHash & | layerHash, |
const Amg::Vector2D & | posInStripPlane, | ||
const EdgeSide | side | ||
) | const |
Returns the disance to the readout.
layerHash | Hash of the considered gasGap (Essentially whether it's the phi or eta gasGap) |
posInStripPlane | Local position of the crossing point on the plane (In gasGap frame) |
side | Switch indicating whether the readout or the highVoltage side is targeted. |
For the moment define the readOut to be at negative y while the highVolt is at positive
Definition at line 91 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
int MuonGMR4::RpcReadoutElement::doubletPhi | ( | ) | const |
Returns the doublet Phi field of the MuonReadoutElement identifier.
int MuonGMR4::RpcReadoutElement::doubletPhiMax | ( | ) | const |
Returns the maximum phi panel.
|
staticprivate |
int MuonGMR4::RpcReadoutElement::doubletR | ( | ) | const |
Returns the doublet R field of the MuonReadoutElement identifier.
int MuonGMR4::RpcReadoutElement::doubletZ | ( | ) | const |
Returns the doublet Z field of the MuonReadoutElement identifier.
|
private |
Definition at line 70 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
staticprivate |
double MuonGMR4::RpcReadoutElement::gasGapPitch | ( | ) | const |
Returns the thickness of a RPC gasgap.
|
staticprotectedinherited |
Returns the hash that is associated with the surface cache holding the transformation that is placing the ReadoutElement inside the ATLAS coordinate system.
Definition at line 44 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
const parameterBook & MuonGMR4::RpcReadoutElement::getParameters | ( | ) | const |
Definition at line 34 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
inherited |
Returns all surfaces that are associated with the active readout planes.
Definition at line 152 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Transformations to translate between local <-> global coordinates.
They follow the common ATLAS conventations that the origin is located in the center of the detector layer x-axis: Points towards the sky y-axis: Points towards the edges of ATLAS z-axis: Points along the beamline The transformations always include the corrections from the A-Lines of the alignment system Returns the global to local transformation into the rest frame of the detector (Coincides with the first measurement layer)
Definition at line 78 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Returns the global to local transformation into the rest frame of a given measurement layer.
|
inherited |
Returns the global to local transformation into the rest frame of a given measurement layer.
|
inherited |
Returns the Identifier has of the Element that is Identical to the detElHash from the id_helper class.
|
finaloverridevirtualinherited |
Return the athena identifier.
The Identifier is identical with the first measurment channel in readout element (E.g. Strip 1 in Layer 1 in the NSW)
Implements ActsTrk::IDetectorElementBase.
|
inherited |
Returns the pointer to the muonIdHelperSvc.
|
finaloverridevirtual |
Element initialization.
Check that the alignable node has been assigned
Implements MuonGMR4::MuonReadoutElement.
Definition at line 36 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
protectedinherited |
Inserts a transfomration for caching.
|
finaloverridevirtual |
Implements MuonGMR4::MuonReadoutElement.
IdentifierHash MuonGMR4::RpcReadoutElement::layerHash | ( | const IdentifierHash & | measHash | ) | const |
Amg::Vector3D MuonGMR4::RpcReadoutElement::leftStripEdge | ( | const ActsGeometryContext & | ctx, |
const Identifier & | measId | ||
) | const |
Returns the global posiition of the strip edge at positive local Y.
Amg::Vector3D MuonGMR4::RpcReadoutElement::leftStripEdge | ( | const ActsGeometryContext & | ctx, |
const IdentifierHash & | measHash | ||
) | const |
Definition at line 82 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
inherited |
Returns the local to global transformation into the ATLAS coordinate system.
Definition at line 81 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
|
inherited |
Definition at line 50 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
finaloverridevirtual |
Constructs the identifier hash from the full measurement Identifier.
The hash is always defined w.r.t the specific detector element and used to access the information in memory quickly
Implements MuonGMR4::MuonReadoutElement.
|
finaloverridevirtual |
Converts the measurement hash back to the full Identifier.
Implements MuonGMR4::MuonReadoutElement.
|
staticprivate |
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 164 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 179 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
lvl | The message level to test against |
true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
inherited |
Returns the pointer to the envelope volume enclosing all chambers in the sector.
unsigned int MuonGMR4::RpcReadoutElement::nEtaStrips | ( | ) | const |
Number of strips measuring the eta coordinate.
unsigned int MuonGMR4::RpcReadoutElement::nGasGaps | ( | ) | const |
Returns the number of gasgaps described by this ReadOutElement (usally 2 or 3)
int MuonGMR4::RpcReadoutElement::nPhiPanels | ( | ) | const |
Returns the number of phi panels (1 or 2)
unsigned int MuonGMR4::RpcReadoutElement::nPhiStrips | ( | ) | const |
Number of strips measuring the phi coordinate.
unsigned int MuonGMR4::RpcReadoutElement::nStrips | ( | const IdentifierHash & | hash | ) | const |
Returns the number of strips.
|
protectedinherited |
Definition at line 125 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Releases all cached transforms that are not connected with alignment.
Definition at line 62 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
Amg::Vector3D MuonGMR4::RpcReadoutElement::rightStripEdge | ( | const ActsGeometryContext & | ctx, |
const Identifier & | measId | ||
) | const |
Returns the global position of the strip edge at negative local Y.
Amg::Vector3D MuonGMR4::RpcReadoutElement::rightStripEdge | ( | const ActsGeometryContext & | ctx, |
const IdentifierHash & | measHash | ||
) | const |
Definition at line 78 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
const StripLayer& MuonGMR4::RpcReadoutElement::sensorLayout | ( | const IdentifierHash & | measHash | ) | const |
Access to the StripLayer associated to a given measurement Hash.
Sets the link to the enclosing chamber.
Definition at line 145 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
inherited |
Set the link to the enclosing sector envelope.
Definition at line 148 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Returns the stationEta (positive A site, negative O site)
|
inherited |
Returns the stationName (BIS, BOS, etc) encoded into the integer.
|
inherited |
Returns the stationPhi (1-8) -> sector (2*phi - (isSmall))
|
finaloverridevirtualinherited |
Caches the aligned transformation in the provided store. Returns the number of cached elements.
Implements ActsTrk::IDetectorElement.
Definition at line 68 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
protectedinherited |
Definition at line 102 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
double MuonGMR4::RpcReadoutElement::stripEtaLength | ( | ) | const |
Returns the length of an eta strip.
double MuonGMR4::RpcReadoutElement::stripEtaPitch | ( | ) | const |
Strip pitch in eta.
double MuonGMR4::RpcReadoutElement::stripEtaWidth | ( | ) | const |
Strip width in eta.
|
staticprivate |
double MuonGMR4::RpcReadoutElement::stripPhiLength | ( | ) | const |
Returns the length of a phi strip.
double MuonGMR4::RpcReadoutElement::stripPhiPitch | ( | ) | const |
Strip pitch in phi.
double MuonGMR4::RpcReadoutElement::stripPhiWidth | ( | ) | const |
Strip width in phi.
Amg::Vector3D MuonGMR4::RpcReadoutElement::stripPosition | ( | const ActsGeometryContext & | ctx, |
const Identifier & | measId | ||
) | const |
Returns the position of the strip center.
Amg::Vector3D MuonGMR4::RpcReadoutElement::stripPosition | ( | const ActsGeometryContext & | ctx, |
const IdentifierHash & | measHash | ||
) | const |
Definition at line 74 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/RpcReadoutElement.cxx.
|
finaloverrideinherited |
Returns the surface associated to the readout element plane.
Definition at line 97 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
finaloverrideinherited |
Definition at line 98 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Definition at line 100 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Returns the sufrface associated to a wire / measurement plane in the detector.
Definition at line 99 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
inherited |
Returns the pointer associated to a certain wire / plane.
Definition at line 89 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
finaloverride |
Overload from the Acts::DetectorElement (2 * halfheight)
|
protectedinherited |
Returns the local -> global transformation to go from the volume center origin.
Definition at line 59 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
finaloverrideinherited |
Returns the transformation to the origin of the chamber coordinate system.
Definition at line 85 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/src/MuonReadoutElement.cxx.
|
friend |
Definition at line 132 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
privateinherited |
Definition at line 198 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
Definition at line 217 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Cache the chamber index of the Identifier.
Definition at line 202 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Cache of the detector element hash.
Definition at line 200 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
Definition at line 164 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
doublet R -> 1: chamber is mounted below the Mdts
Definition at line 159 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
Associated doublet Z (Ranges from 1-3) If doubletZ is 3, there's generally the possibility that the module is additionally split according to doublet Phi.
Definition at line 163 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
private |
Distance between 2 gas gaps (Radial direction)
Definition at line 167 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
private |
Definition at line 156 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
privateinherited |
Definition at line 196 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
privateinherited |
Definition at line 211 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Pointer to the associated MS-sector & MuonChamber.
Definition at line 216 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 155 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/RpcReadoutElement.h.
|
privateinherited |
Cache the station eta of the identifier.
Definition at line 206 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Cache the station name of the identifier.
Definition at line 204 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Cache the station phi of the identifier.
Definition at line 208 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
privateinherited |
Cache of all associated surfaces.
Definition at line 214 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.