ATLAS Offline Software
|
Set of parameters to describe a RPC chamber. More...
#include <MmReadoutElement.h>
Public Attributes | |
double | halfThickness {0.} |
Trapezoid dimensions of MicroMegas envelope half-thickness along z-axis. More... | |
double | halfShortWidth {0.} |
width of the lower edge More... | |
double | halfLongWidth {0.} |
width of the upper edge More... | |
double | halfHeight {0.} |
length in the radial direction More... | |
unsigned int | nGasGaps {0} |
number of gasGaps More... | |
std::vector< int > | readoutSide {} |
Readout sides. More... | |
std::vector< StripLayerPtr > | layers {} |
Pointers to the strip layers. More... | |
ActsTrk::SurfaceBoundSetPtr< Acts::TrapezoidBounds > | layerBounds |
Set of parameters to describe a RPC chamber.
Definition at line 24 of file MmReadoutElement.h.
double MuonGMR4::MmReadoutElement::parameterBook::halfHeight {0.} |
length in the radial direction
Definition at line 33 of file MmReadoutElement.h.
double MuonGMR4::MmReadoutElement::parameterBook::halfLongWidth {0.} |
width of the upper edge
Definition at line 31 of file MmReadoutElement.h.
double MuonGMR4::MmReadoutElement::parameterBook::halfShortWidth {0.} |
width of the lower edge
Definition at line 29 of file MmReadoutElement.h.
double MuonGMR4::MmReadoutElement::parameterBook::halfThickness {0.} |
Trapezoid dimensions of MicroMegas envelope half-thickness along z-axis.
Definition at line 27 of file MmReadoutElement.h.
ActsTrk::SurfaceBoundSetPtr<Acts::TrapezoidBounds> MuonGMR4::MmReadoutElement::parameterBook::layerBounds |
Definition at line 42 of file MmReadoutElement.h.
std::vector<StripLayerPtr> MuonGMR4::MmReadoutElement::parameterBook::layers {} |
Pointers to the strip layers.
Definition at line 39 of file MmReadoutElement.h.
unsigned int MuonGMR4::MmReadoutElement::parameterBook::nGasGaps {0} |
number of gasGaps
Definition at line 35 of file MmReadoutElement.h.
std::vector<int> MuonGMR4::MmReadoutElement::parameterBook::readoutSide {} |
Readout sides.
Definition at line 37 of file MmReadoutElement.h.