ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::MmReadoutElement::parameterBook Struct Reference

Set of parameters to describe a RPC chamber. More...

#include <MmReadoutElement.h>

Inheritance diagram for MuonGMR4::MmReadoutElement::parameterBook:
Collaboration diagram for MuonGMR4::MmReadoutElement::parameterBook:

Public Attributes

double halfThickness {0.}
 Trapezoid dimensions of MicroMegas envelope half-thickness along z-axis.
double halfShortWidth {0.}
 width of the lower edge
double halfLongWidth {0.}
 width of the upper edge
double halfHeight {0.}
 length in the radial direction
unsigned int nGasGaps {0}
 number of gasGaps
std::vector< int > readoutSide {}
 Readout sides.
std::vector< StripLayerPtrlayers {}
 Pointers to the strip layers.
std::shared_ptr< Acts::SurfaceBoundFactory > layerBounds {}

Detailed Description

Set of parameters to describe a RPC chamber.

Definition at line 23 of file MmReadoutElement.h.

Member Data Documentation

◆ halfHeight

double MuonGMR4::MmReadoutElement::parameterBook::halfHeight {0.}

length in the radial direction

Definition at line 32 of file MmReadoutElement.h.

32{0.};

◆ halfLongWidth

double MuonGMR4::MmReadoutElement::parameterBook::halfLongWidth {0.}

width of the upper edge

Definition at line 30 of file MmReadoutElement.h.

30{0.};

◆ halfShortWidth

double MuonGMR4::MmReadoutElement::parameterBook::halfShortWidth {0.}

width of the lower edge

Definition at line 28 of file MmReadoutElement.h.

28{0.};

◆ halfThickness

double MuonGMR4::MmReadoutElement::parameterBook::halfThickness {0.}

Trapezoid dimensions of MicroMegas envelope half-thickness along z-axis.

Definition at line 26 of file MmReadoutElement.h.

26{0.};

◆ layerBounds

std::shared_ptr<Acts::SurfaceBoundFactory> MuonGMR4::MmReadoutElement::parameterBook::layerBounds {}

Definition at line 41 of file MmReadoutElement.h.

41{};

◆ layers

std::vector<StripLayerPtr> MuonGMR4::MmReadoutElement::parameterBook::layers {}

Pointers to the strip layers.

Definition at line 38 of file MmReadoutElement.h.

38{};

◆ nGasGaps

unsigned int MuonGMR4::MmReadoutElement::parameterBook::nGasGaps {0}

number of gasGaps

Definition at line 34 of file MmReadoutElement.h.

34{0};

◆ readoutSide

std::vector<int> MuonGMR4::MmReadoutElement::parameterBook::readoutSide {}

Readout sides.

Definition at line 36 of file MmReadoutElement.h.

36{};

The documentation for this struct was generated from the following file: