![]() |
ATLAS Offline Software
|
Declare the define args as concatination of the parameters to describe the chamber and the defineArgs from the MuonReadoutElement holding the Identifier && GeoModel objects. More...
#include <MdtReadoutElement.h>
Public Attributes | |
| GeoIntrusivePtr< const GeoVFullPhysVol > | physVol {nullptr} |
| Pointer to the underlying physical volume in GeoModel. | |
| GeoIntrusivePtr< const GeoAlignableTransform > | alignTransform {nullptr} |
| Pointer to the alignable transform node upstream. | |
| std::string | chambDesign {""} |
| chamber design name as it's occuring in the parameter book tables E.g. | |
| Identifier | detElId {} |
| ATLAS detector element identifier (First channel of the first readout layer) | |
| std::vector< MdtTubeLayerPtr > | tubeLayers {} |
| Vector defining the position of all tubes in each tube layer. | |
| std::unordered_set< IdentifierHash > | removedTubes {} |
| List of tube slots without tubes (BMG cutouts) | |
| double | tubeWall {0.} |
| Thickness of the tube wall [mm]. | |
| double | tubeInnerRad {0.} |
| Inner tube radius ofthe actibe gas. | |
| double | tubePitch {0.} |
| Distance between 2 tubes in a layer. | |
| double | wireTension {0.} |
| Tension parameter Used in the SaggedLine surfaces. | |
| double | endPlugLength {0.} |
| Depth of the endplug into the active tube volume. | |
| double | deadLength {0.} |
| double | radLengthX0 {0.} |
| Etimated radiation lenght. | |
| double | shortHalfX {0.} |
| The chambers have either a rectangular or a trapezoidal shape to first approximation. | |
| double | longHalfX {0.} |
| double | halfY {0.} |
| Length of the chamber ~ number of tubes. | |
| double | halfHeight {0.} |
| Height of the chamber ~ number of layers. | |
| double | readoutSide {1.} |
| Is the readout chip at positive or negative Z in the tube coordinate frame. | |
| std::shared_ptr< Acts::SurfaceBoundFactory > | boundFactory |
| Sets of surface bounds which is shared amongst all readout elements used to assign the same bound objects if 2 surfaces share the same dimensions. | |
Declare the define args as concatination of the parameters to describe the chamber and the defineArgs from the MuonReadoutElement holding the Identifier && GeoModel objects.
Definition at line 80 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Pointer to the alignable transform node upstream.
Definition at line 43 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
inherited |
Sets of surface bounds which is shared amongst all readout elements used to assign the same bound objects if 2 surfaces share the same dimensions.
Definition at line 72 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
chamber design name as it's occuring in the parameter book tables E.g.
BMS5, RPC10, etc.
Definition at line 45 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
inherited |
Definition at line 50 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
ATLAS detector element identifier (First channel of the first readout layer)
Definition at line 47 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
inherited |
Depth of the endplug into the active tube volume.
Definition at line 48 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Height of the chamber ~ number of layers.
Definition at line 65 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Length of the chamber ~ number of tubes.
Definition at line 63 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Definition at line 61 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Pointer to the underlying physical volume in GeoModel.
Definition at line 41 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
|
inherited |
Etimated radiation lenght.
Definition at line 52 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Is the readout chip at positive or negative Z in the tube coordinate frame.
Definition at line 68 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
List of tube slots without tubes (BMG cutouts)
Definition at line 38 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
The chambers have either a rectangular or a trapezoidal shape to first approximation.
The former is mounted in the barrel while the latter can be found on the middle and outer big wheels. In Run 1 & Run 2, the inner wheel also consistet of MDT chambers. The local coordinate system is placed in the center of the chamber and the x-axis is parallel to the long & short edges of the trapezoid as illustrated in https://gitlab.cern.ch/atlas/athena/-/blob/master/docs/images/TrapezoidalBounds.gif For the rectengular barrel chambers, the X length is read from longHalfX
Definition at line 60 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Inner tube radius ofthe actibe gas.
Definition at line 42 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Vector defining the position of all tubes in each tube layer.
The Size of the vector reflects the number of tube layers in the multi layer. The number of tubes of the readout element is taken from he number of tubes of the first layer
Definition at line 36 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Distance between 2 tubes in a layer.
Definition at line 44 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Thickness of the tube wall [mm].
Definition at line 40 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.
|
inherited |
Tension parameter Used in the SaggedLine surfaces.
Definition at line 46 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MdtReadoutElement.h.