ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGM::RPC Class Reference

#include <RPC_Technology.h>

Inheritance diagram for MuonGM::RPC:
Collaboration diagram for MuonGM::RPC:

Public Member Functions

 RPC (MYSQL &mysql, const std::string &s)
double GetCentralalThickness () const
double GetRPCLayerThickness () const
double GetFoamSpacerThickness () const
double GetUpperHoneycombLayerThickness () const
double GetAlThickness () const
double GetPitchs () const
double GetPitchz () const
double GetDeadSeparation () const
double GetBakeliteThickness () const
double GetGazGapThickness () const
double GetAirThickness () const
double GetStripsSupportThickness () const
double GetStripsThickness () const
double GetPetUpperThickness () const
double GetPetLowerThickness () const
double GetSInternalMidchamberDeadRegion () const
double GetZInternalMidchamberDeadRegion () const
double GetSpacerDiameter () const
double GetSpacerPitch () const
double GetSStripsOffset () const
double GetZFirstStripsOffset () const
double GetZSecondStripsOffset () const
double GetSNumberOfStripsReadouts () const
double GetZNumberOfStripsReadouts () const
double GetSGasGapsNumber () const
void SetCentralalThickness (double d)
void SetRPCLayerThickness (double d)
void SetFoamSpacerThickness (double d)
void SetUpperHoneycombLayerThickness (double d)
void SetAlThickness (double d)
void SetPitchs (double d)
void SetPitchz (double d)
void SetDeadSeparation (double d)
void SetBakeliteThickness (double d)
void SetGazGapThickness (double d)
void SetAirThickness (double d)
void SetStripsSupportThickness (double d)
void SetStripsThickness (double d)
void SetPetUpperThickness (double d)
void SetPetLowerThickness (double d)
void SetSInternalMidchamberDeadRegion (double d)
void SetZInternalMidchamberDeadRegion (double d)
void SetSpacerDiameter (double d)
void SetSpacerPitch (double d)
void SetSStripsOffset (double d)
void SetZFirstStripsOffset (double d)
void SetZSecondStripsOffset (double d)
void SetSNumberOfStripsReadouts (double d)
void SetZNumberOfStripsReadouts (double d)
void SetSGasGapsNumber (double d)
const std::string & GetName () const

Public Attributes

double externalSupPanelThickness {0.}
double externalAlSupPanelThickness {0.}
double lowerSupPanelThickness {0.}
double lowerAlSupPanelThickness {0.}
double upperSupPanelThickness {0.}
double upperAlSupPanelThickness {0.}
double centralSupPanelThickness {0.}
double centralAlSupPanelThickness {0.}
double rpcLayerThickness {0.}
double TotalThickness {0.}
int NGasGaps_in_s {0}
int NGasGaps_in_z {0}
double GasGapThickness {0.}
double bakeliteThickness {0.}
double bakeliteframesize {0.}
double bakelitePetThickness {0.}
double gasThickness {0.}
double totalAirThickness {0.}
double spacerDiameter {0.}
double spacerPitch {0.}
double petFoilThickness {0.}
int NstripPanels_in_s {0}
int NstripPanels_in_z {0}
double MidChamberDeadRegion_in_s {0.}
double MidChamberDeadRegion_in_z {0.}
double stripPitchS {0.}
double stripPitchZ {0.}
double stripSeparation {0.}
double stripPanelThickness {0.}
double stripPanelFoamThickness {0.}
double stripPanelCopperSkinThickness {0.}
double stripPanelStripSidePetThickness {0.}
double stripPanelGroundSidePetThickness {0.}
double frontendBoardWidth {0.}
double backendBoardWidth {0.}
double maxThickness {0.}
double supportThickness {0.}
double supportThicknessWidth {0.}
double upperHoneycombLayerThickness {0.}
double alThickness {0.}
double RPCLayerThickness {0.}
double foamSpacerThickness {0.}
double xx {0.}
double lowerHoneycombLayerThickness {0.}
double yy {0.}
double totalThickness {0.}
double pitchs {0.}
double pitchz {0.}
double deadSeparation {0.}
double gazGapThickness {0.}
double stripsSupportThickness {0.}
double stripsThickness {0.}
double internalMidchamberDeadRegion {0.}
double firstStripsOffset {0.}
double secondStripsOffset {0.}
double numberOfStripsReadouts {0.}
double centralalThickness {0.}
double petUpperThickness {0.}
double petLowerThickness {0.}
double sInternalMidchamberDeadRegion {0.}
double zInternalMidchamberDeadRegion {0.}
double sStripsOffset {0.}
double zFirstStripsOffset {0.}
double zSecondStripsOffset {0.}
double sNumberOfStripsReadouts {0.}
double zNumberOfStripsReadouts {0.}
double sGasGapsNumber {0.}
double thickness {0.}

Protected Attributes

std::string m_name {}

Detailed Description

Definition at line 14 of file RPC_Technology.h.

Constructor & Destructor Documentation

◆ RPC()

MuonGM::RPC::RPC ( MYSQL & mysql,
const std::string & s )
inline

Definition at line 114 of file RPC_Technology.h.

115 : Technology(mysql, s){}
Technology(MYSQL &mysql, std::string s)

Member Function Documentation

◆ GetAirThickness()

double MuonGM::RPC::GetAirThickness ( ) const
inline

Definition at line 127 of file RPC_Technology.h.

127{ return totalAirThickness; }
double totalAirThickness

◆ GetAlThickness()

double MuonGM::RPC::GetAlThickness ( ) const
inline

Definition at line 121 of file RPC_Technology.h.

121{ return alThickness; }
double alThickness

◆ GetBakeliteThickness()

double MuonGM::RPC::GetBakeliteThickness ( ) const
inline

Definition at line 125 of file RPC_Technology.h.

125{ return bakeliteThickness; }
double bakeliteThickness

◆ GetCentralalThickness()

double MuonGM::RPC::GetCentralalThickness ( ) const
inline

Definition at line 117 of file RPC_Technology.h.

117{ return centralalThickness; }
double centralalThickness

◆ GetDeadSeparation()

double MuonGM::RPC::GetDeadSeparation ( ) const
inline

Definition at line 124 of file RPC_Technology.h.

124{ return deadSeparation; }
double deadSeparation

◆ GetFoamSpacerThickness()

double MuonGM::RPC::GetFoamSpacerThickness ( ) const
inline

Definition at line 119 of file RPC_Technology.h.

119{ return foamSpacerThickness; }
double foamSpacerThickness

◆ GetGazGapThickness()

double MuonGM::RPC::GetGazGapThickness ( ) const
inline

Definition at line 126 of file RPC_Technology.h.

126{ return gazGapThickness; }
double gazGapThickness

◆ GetName()

const std::string & MuonGM::Technology::GetName ( ) const
inherited

Definition at line 13 of file Technology.cxx.

13{ return m_name; }
std::string m_name
Definition Technology.h:17

◆ GetPetLowerThickness()

double MuonGM::RPC::GetPetLowerThickness ( ) const
inline

Definition at line 131 of file RPC_Technology.h.

131{ return petLowerThickness; }
double petLowerThickness

◆ GetPetUpperThickness()

double MuonGM::RPC::GetPetUpperThickness ( ) const
inline

Definition at line 130 of file RPC_Technology.h.

130{ return petUpperThickness; }
double petUpperThickness

◆ GetPitchs()

double MuonGM::RPC::GetPitchs ( ) const
inline

Definition at line 122 of file RPC_Technology.h.

122{ return pitchs; }

◆ GetPitchz()

double MuonGM::RPC::GetPitchz ( ) const
inline

Definition at line 123 of file RPC_Technology.h.

123{ return pitchz; }

◆ GetRPCLayerThickness()

double MuonGM::RPC::GetRPCLayerThickness ( ) const
inline

Definition at line 118 of file RPC_Technology.h.

118{ return RPCLayerThickness; }
double RPCLayerThickness

◆ GetSGasGapsNumber()

double MuonGM::RPC::GetSGasGapsNumber ( ) const
inline

Definition at line 141 of file RPC_Technology.h.

141{ return sGasGapsNumber; }
double sGasGapsNumber

◆ GetSInternalMidchamberDeadRegion()

double MuonGM::RPC::GetSInternalMidchamberDeadRegion ( ) const
inline

Definition at line 132 of file RPC_Technology.h.

double sInternalMidchamberDeadRegion

◆ GetSNumberOfStripsReadouts()

double MuonGM::RPC::GetSNumberOfStripsReadouts ( ) const
inline

Definition at line 139 of file RPC_Technology.h.

139{ return sNumberOfStripsReadouts; }
double sNumberOfStripsReadouts

◆ GetSpacerDiameter()

double MuonGM::RPC::GetSpacerDiameter ( ) const
inline

Definition at line 134 of file RPC_Technology.h.

134{ return spacerDiameter; }
double spacerDiameter

◆ GetSpacerPitch()

double MuonGM::RPC::GetSpacerPitch ( ) const
inline

Definition at line 135 of file RPC_Technology.h.

135{ return spacerPitch; }
double spacerPitch

◆ GetSStripsOffset()

double MuonGM::RPC::GetSStripsOffset ( ) const
inline

Definition at line 136 of file RPC_Technology.h.

136{ return sStripsOffset; }
double sStripsOffset

◆ GetStripsSupportThickness()

double MuonGM::RPC::GetStripsSupportThickness ( ) const
inline

Definition at line 128 of file RPC_Technology.h.

128{ return stripsSupportThickness; }
double stripsSupportThickness

◆ GetStripsThickness()

double MuonGM::RPC::GetStripsThickness ( ) const
inline

Definition at line 129 of file RPC_Technology.h.

129{ return stripsThickness; }
double stripsThickness

◆ GetUpperHoneycombLayerThickness()

double MuonGM::RPC::GetUpperHoneycombLayerThickness ( ) const
inline

Definition at line 120 of file RPC_Technology.h.

double upperHoneycombLayerThickness

◆ GetZFirstStripsOffset()

double MuonGM::RPC::GetZFirstStripsOffset ( ) const
inline

Definition at line 137 of file RPC_Technology.h.

137{ return zFirstStripsOffset; }
double zFirstStripsOffset

◆ GetZInternalMidchamberDeadRegion()

double MuonGM::RPC::GetZInternalMidchamberDeadRegion ( ) const
inline

Definition at line 133 of file RPC_Technology.h.

double zInternalMidchamberDeadRegion

◆ GetZNumberOfStripsReadouts()

double MuonGM::RPC::GetZNumberOfStripsReadouts ( ) const
inline

Definition at line 140 of file RPC_Technology.h.

140{ return zNumberOfStripsReadouts; }
double zNumberOfStripsReadouts

◆ GetZSecondStripsOffset()

double MuonGM::RPC::GetZSecondStripsOffset ( ) const
inline

Definition at line 138 of file RPC_Technology.h.

138{ return zSecondStripsOffset; }
double zSecondStripsOffset

◆ SetAirThickness()

void MuonGM::RPC::SetAirThickness ( double d)
inline

Definition at line 155 of file RPC_Technology.h.

◆ SetAlThickness()

void MuonGM::RPC::SetAlThickness ( double d)
inline

Definition at line 148 of file RPC_Technology.h.

148{ alThickness = d; };

◆ SetBakeliteThickness()

void MuonGM::RPC::SetBakeliteThickness ( double d)
inline

Definition at line 152 of file RPC_Technology.h.

152{ bakeliteThickness = d; };

◆ SetCentralalThickness()

void MuonGM::RPC::SetCentralalThickness ( double d)
inline

Definition at line 144 of file RPC_Technology.h.

144{ centralalThickness = d; };

◆ SetDeadSeparation()

void MuonGM::RPC::SetDeadSeparation ( double d)
inline

Definition at line 151 of file RPC_Technology.h.

151{ deadSeparation = d; };

◆ SetFoamSpacerThickness()

void MuonGM::RPC::SetFoamSpacerThickness ( double d)
inline

Definition at line 146 of file RPC_Technology.h.

◆ SetGazGapThickness()

void MuonGM::RPC::SetGazGapThickness ( double d)
inline

Definition at line 153 of file RPC_Technology.h.

153{ gazGapThickness = d; };

◆ SetPetLowerThickness()

void MuonGM::RPC::SetPetLowerThickness ( double d)
inline

Definition at line 159 of file RPC_Technology.h.

159{ petLowerThickness = d; };

◆ SetPetUpperThickness()

void MuonGM::RPC::SetPetUpperThickness ( double d)
inline

Definition at line 158 of file RPC_Technology.h.

158{ petUpperThickness = d; };

◆ SetPitchs()

void MuonGM::RPC::SetPitchs ( double d)
inline

Definition at line 149 of file RPC_Technology.h.

149{ pitchs = d; };

◆ SetPitchz()

void MuonGM::RPC::SetPitchz ( double d)
inline

Definition at line 150 of file RPC_Technology.h.

150{ pitchz = d; };

◆ SetRPCLayerThickness()

void MuonGM::RPC::SetRPCLayerThickness ( double d)
inline

Definition at line 145 of file RPC_Technology.h.

145{ RPCLayerThickness = d; };

◆ SetSGasGapsNumber()

void MuonGM::RPC::SetSGasGapsNumber ( double d)
inline

Definition at line 169 of file RPC_Technology.h.

169{ sGasGapsNumber = d; };

◆ SetSInternalMidchamberDeadRegion()

void MuonGM::RPC::SetSInternalMidchamberDeadRegion ( double d)
inline

Definition at line 160 of file RPC_Technology.h.

◆ SetSNumberOfStripsReadouts()

void MuonGM::RPC::SetSNumberOfStripsReadouts ( double d)
inline

Definition at line 167 of file RPC_Technology.h.

◆ SetSpacerDiameter()

void MuonGM::RPC::SetSpacerDiameter ( double d)
inline

Definition at line 162 of file RPC_Technology.h.

162{ spacerDiameter = d; };

◆ SetSpacerPitch()

void MuonGM::RPC::SetSpacerPitch ( double d)
inline

Definition at line 163 of file RPC_Technology.h.

163{ spacerPitch = d; };

◆ SetSStripsOffset()

void MuonGM::RPC::SetSStripsOffset ( double d)
inline

Definition at line 164 of file RPC_Technology.h.

164{ sStripsOffset = d; };

◆ SetStripsSupportThickness()

void MuonGM::RPC::SetStripsSupportThickness ( double d)
inline

Definition at line 156 of file RPC_Technology.h.

◆ SetStripsThickness()

void MuonGM::RPC::SetStripsThickness ( double d)
inline

Definition at line 157 of file RPC_Technology.h.

157{ stripsThickness = d; };

◆ SetUpperHoneycombLayerThickness()

void MuonGM::RPC::SetUpperHoneycombLayerThickness ( double d)
inline

Definition at line 147 of file RPC_Technology.h.

◆ SetZFirstStripsOffset()

void MuonGM::RPC::SetZFirstStripsOffset ( double d)
inline

Definition at line 165 of file RPC_Technology.h.

165{ zFirstStripsOffset = d; };

◆ SetZInternalMidchamberDeadRegion()

void MuonGM::RPC::SetZInternalMidchamberDeadRegion ( double d)
inline

Definition at line 161 of file RPC_Technology.h.

◆ SetZNumberOfStripsReadouts()

void MuonGM::RPC::SetZNumberOfStripsReadouts ( double d)
inline

Definition at line 168 of file RPC_Technology.h.

◆ SetZSecondStripsOffset()

void MuonGM::RPC::SetZSecondStripsOffset ( double d)
inline

Definition at line 166 of file RPC_Technology.h.

Member Data Documentation

◆ alThickness

double MuonGM::RPC::alThickness {0.}

Definition at line 83 of file RPC_Technology.h.

83{0.};

◆ backendBoardWidth

double MuonGM::RPC::backendBoardWidth {0.}

Definition at line 73 of file RPC_Technology.h.

73{0.};

◆ bakeliteframesize

double MuonGM::RPC::bakeliteframesize {0.}

Definition at line 47 of file RPC_Technology.h.

47{0.}; // from where ?????????????

◆ bakelitePetThickness

double MuonGM::RPC::bakelitePetThickness {0.}

Definition at line 48 of file RPC_Technology.h.

48{0.}; // from amdb

◆ bakeliteThickness

double MuonGM::RPC::bakeliteThickness {0.}

Definition at line 46 of file RPC_Technology.h.

46{0.}; // from AMDB P

◆ centralAlSupPanelThickness

double MuonGM::RPC::centralAlSupPanelThickness {0.}

Definition at line 29 of file RPC_Technology.h.

29{0.}; // given by AMDB W RPC

◆ centralalThickness

double MuonGM::RPC::centralalThickness {0.}

Definition at line 102 of file RPC_Technology.h.

102{0.};

◆ centralSupPanelThickness

double MuonGM::RPC::centralSupPanelThickness {0.}

Definition at line 28 of file RPC_Technology.h.

28{0.};

◆ deadSeparation

double MuonGM::RPC::deadSeparation {0.}

Definition at line 93 of file RPC_Technology.h.

93{0.};

◆ externalAlSupPanelThickness

double MuonGM::RPC::externalAlSupPanelThickness {0.}

Definition at line 20 of file RPC_Technology.h.

20{0.}; // given by AMDB W RPC

◆ externalSupPanelThickness

double MuonGM::RPC::externalSupPanelThickness {0.}

Definition at line 19 of file RPC_Technology.h.

19{0.};

◆ firstStripsOffset

double MuonGM::RPC::firstStripsOffset {0.}

Definition at line 98 of file RPC_Technology.h.

98{0.};

◆ foamSpacerThickness

double MuonGM::RPC::foamSpacerThickness {0.}

Definition at line 86 of file RPC_Technology.h.

86{0.};

◆ frontendBoardWidth

double MuonGM::RPC::frontendBoardWidth {0.}

Definition at line 72 of file RPC_Technology.h.

72{0.};

◆ GasGapThickness

double MuonGM::RPC::GasGapThickness {0.}

Definition at line 45 of file RPC_Technology.h.

45{0.}; // must be computed, if needed, from the following data

◆ gasThickness

double MuonGM::RPC::gasThickness {0.}

Definition at line 49 of file RPC_Technology.h.

49{0.}; // from AMDB

◆ gazGapThickness

double MuonGM::RPC::gazGapThickness {0.}

Definition at line 94 of file RPC_Technology.h.

94{0.};

◆ internalMidchamberDeadRegion

double MuonGM::RPC::internalMidchamberDeadRegion {0.}

Definition at line 97 of file RPC_Technology.h.

97{0.};

◆ lowerAlSupPanelThickness

double MuonGM::RPC::lowerAlSupPanelThickness {0.}

Definition at line 24 of file RPC_Technology.h.

24{0.};

◆ lowerHoneycombLayerThickness

double MuonGM::RPC::lowerHoneycombLayerThickness {0.}

Definition at line 88 of file RPC_Technology.h.

88{0.};

◆ lowerSupPanelThickness

double MuonGM::RPC::lowerSupPanelThickness {0.}

Definition at line 23 of file RPC_Technology.h.

23{0.};

◆ m_name

std::string MuonGM::Technology::m_name {}
protectedinherited

Definition at line 17 of file Technology.h.

17{};

◆ maxThickness

double MuonGM::RPC::maxThickness {0.}

Definition at line 75 of file RPC_Technology.h.

75{0.}; // dictated by sup clearance !!!!

◆ MidChamberDeadRegion_in_s

double MuonGM::RPC::MidChamberDeadRegion_in_s {0.}

Definition at line 62 of file RPC_Technology.h.

62{0.};

◆ MidChamberDeadRegion_in_z

double MuonGM::RPC::MidChamberDeadRegion_in_z {0.}

Definition at line 63 of file RPC_Technology.h.

63{0.}; // from AMDB

◆ NGasGaps_in_s

int MuonGM::RPC::NGasGaps_in_s {0}

Definition at line 43 of file RPC_Technology.h.

43{0}; // from AMDB

◆ NGasGaps_in_z

int MuonGM::RPC::NGasGaps_in_z {0}

Definition at line 44 of file RPC_Technology.h.

44{0}; // from AMDB

◆ NstripPanels_in_s

int MuonGM::RPC::NstripPanels_in_s {0}

Definition at line 60 of file RPC_Technology.h.

60{0};

◆ NstripPanels_in_z

int MuonGM::RPC::NstripPanels_in_z {0}

Definition at line 61 of file RPC_Technology.h.

61{0}; // from AMDB

◆ numberOfStripsReadouts

double MuonGM::RPC::numberOfStripsReadouts {0.}

Definition at line 100 of file RPC_Technology.h.

100{0.};

◆ petFoilThickness

double MuonGM::RPC::petFoilThickness {0.}

Definition at line 57 of file RPC_Technology.h.

57{0.};

◆ petLowerThickness

double MuonGM::RPC::petLowerThickness {0.}

Definition at line 104 of file RPC_Technology.h.

104{0.};

◆ petUpperThickness

double MuonGM::RPC::petUpperThickness {0.}

Definition at line 103 of file RPC_Technology.h.

103{0.};

◆ pitchs

double MuonGM::RPC::pitchs {0.}

Definition at line 91 of file RPC_Technology.h.

91{0.};

◆ pitchz

double MuonGM::RPC::pitchz {0.}

Definition at line 92 of file RPC_Technology.h.

92{0.};

◆ RPCLayerThickness

double MuonGM::RPC::RPCLayerThickness {0.}

Definition at line 85 of file RPC_Technology.h.

85{0.};

◆ rpcLayerThickness

double MuonGM::RPC::rpcLayerThickness {0.}

Definition at line 34 of file RPC_Technology.h.

34{0.}; // given by AMDB

◆ secondStripsOffset

double MuonGM::RPC::secondStripsOffset {0.}

Definition at line 99 of file RPC_Technology.h.

99{0.};

◆ sGasGapsNumber

double MuonGM::RPC::sGasGapsNumber {0.}

Definition at line 112 of file RPC_Technology.h.

112{0.};

◆ sInternalMidchamberDeadRegion

double MuonGM::RPC::sInternalMidchamberDeadRegion {0.}

Definition at line 105 of file RPC_Technology.h.

105{0.};

◆ sNumberOfStripsReadouts

double MuonGM::RPC::sNumberOfStripsReadouts {0.}

Definition at line 110 of file RPC_Technology.h.

110{0.};

◆ spacerDiameter

double MuonGM::RPC::spacerDiameter {0.}

Definition at line 53 of file RPC_Technology.h.

53{0.};

◆ spacerPitch

double MuonGM::RPC::spacerPitch {0.}

Definition at line 54 of file RPC_Technology.h.

54{0.}; // from AMDB P

◆ sStripsOffset

double MuonGM::RPC::sStripsOffset {0.}

Definition at line 107 of file RPC_Technology.h.

107{0.};

◆ stripPanelCopperSkinThickness

double MuonGM::RPC::stripPanelCopperSkinThickness {0.}

Definition at line 69 of file RPC_Technology.h.

69{0.}; // from AMDB

◆ stripPanelFoamThickness

double MuonGM::RPC::stripPanelFoamThickness {0.}

Definition at line 68 of file RPC_Technology.h.

68{0.}; // from AMDB

◆ stripPanelGroundSidePetThickness

double MuonGM::RPC::stripPanelGroundSidePetThickness {0.}

Definition at line 71 of file RPC_Technology.h.

71{0.}; // from AMDB

◆ stripPanelStripSidePetThickness

double MuonGM::RPC::stripPanelStripSidePetThickness {0.}

Definition at line 70 of file RPC_Technology.h.

70{0.};

◆ stripPanelThickness

double MuonGM::RPC::stripPanelThickness {0.}

Definition at line 67 of file RPC_Technology.h.

67{0.}; // to be computed from the following quantities

◆ stripPitchS

double MuonGM::RPC::stripPitchS {0.}

Definition at line 64 of file RPC_Technology.h.

64{0.};

◆ stripPitchZ

double MuonGM::RPC::stripPitchZ {0.}

Definition at line 65 of file RPC_Technology.h.

65{0.};

◆ stripSeparation

double MuonGM::RPC::stripSeparation {0.}

Definition at line 66 of file RPC_Technology.h.

66{0.}; // from AMDB

◆ stripsSupportThickness

double MuonGM::RPC::stripsSupportThickness {0.}

Definition at line 95 of file RPC_Technology.h.

95{0.};

◆ stripsThickness

double MuonGM::RPC::stripsThickness {0.}

Definition at line 96 of file RPC_Technology.h.

96{0.};

◆ supportThickness

double MuonGM::RPC::supportThickness {0.}

Definition at line 79 of file RPC_Technology.h.

79{0.};

◆ supportThicknessWidth

double MuonGM::RPC::supportThicknessWidth {0.}

Definition at line 80 of file RPC_Technology.h.

80{0.};

◆ thickness

double MuonGM::Technology::thickness {0.}
inherited

Definition at line 20 of file Technology.h.

20{0.};

◆ totalAirThickness

double MuonGM::RPC::totalAirThickness {0.}

Definition at line 50 of file RPC_Technology.h.

50{0.}; // from AMDB P

◆ TotalThickness

double MuonGM::RPC::TotalThickness {0.}

Definition at line 39 of file RPC_Technology.h.

39{0.}; // given by AMDB

◆ totalThickness

double MuonGM::RPC::totalThickness {0.}

Definition at line 90 of file RPC_Technology.h.

90{0.};

◆ upperAlSupPanelThickness

double MuonGM::RPC::upperAlSupPanelThickness {0.}

Definition at line 26 of file RPC_Technology.h.

26{0.};

◆ upperHoneycombLayerThickness

double MuonGM::RPC::upperHoneycombLayerThickness {0.}

Definition at line 82 of file RPC_Technology.h.

82{0.};

◆ upperSupPanelThickness

double MuonGM::RPC::upperSupPanelThickness {0.}

Definition at line 25 of file RPC_Technology.h.

25{0.};

◆ xx

double MuonGM::RPC::xx {0.}

Definition at line 87 of file RPC_Technology.h.

87{0.};

◆ yy

double MuonGM::RPC::yy {0.}

Definition at line 89 of file RPC_Technology.h.

89{0.};

◆ zFirstStripsOffset

double MuonGM::RPC::zFirstStripsOffset {0.}

Definition at line 108 of file RPC_Technology.h.

108{0.};

◆ zInternalMidchamberDeadRegion

double MuonGM::RPC::zInternalMidchamberDeadRegion {0.}

Definition at line 106 of file RPC_Technology.h.

106{0.};

◆ zNumberOfStripsReadouts

double MuonGM::RPC::zNumberOfStripsReadouts {0.}

Definition at line 111 of file RPC_Technology.h.

111{0.};

◆ zSecondStripsOffset

double MuonGM::RPC::zSecondStripsOffset {0.}

Definition at line 109 of file RPC_Technology.h.

109{0.};

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