ATLAS Offline Software
Public Member Functions | Public Attributes | Protected Attributes | List of all members
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)
 
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){}

Member Function Documentation

◆ GetAirThickness()

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

Definition at line 127 of file RPC_Technology.h.

127 { return totalAirThickness; }

◆ GetAlThickness()

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

Definition at line 121 of file RPC_Technology.h.

121 { return alThickness; }

◆ GetBakeliteThickness()

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

Definition at line 125 of file RPC_Technology.h.

125 { return bakeliteThickness; }

◆ GetCentralalThickness()

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

Definition at line 117 of file RPC_Technology.h.

117 { return centralalThickness; }

◆ GetDeadSeparation()

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

Definition at line 124 of file RPC_Technology.h.

124 { return deadSeparation; }

◆ GetFoamSpacerThickness()

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

Definition at line 119 of file RPC_Technology.h.

119 { return foamSpacerThickness; }

◆ GetGazGapThickness()

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

Definition at line 126 of file RPC_Technology.h.

126 { return gazGapThickness; }

◆ GetName()

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

Definition at line 13 of file Technology.cxx.

13 { return m_name; }

◆ GetPetLowerThickness()

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

Definition at line 131 of file RPC_Technology.h.

131 { return petLowerThickness; }

◆ GetPetUpperThickness()

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

Definition at line 130 of file RPC_Technology.h.

130 { return 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; }

◆ GetSGasGapsNumber()

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

Definition at line 141 of file RPC_Technology.h.

141 { return sGasGapsNumber; }

◆ GetSInternalMidchamberDeadRegion()

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

Definition at line 132 of file RPC_Technology.h.

◆ GetSNumberOfStripsReadouts()

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

Definition at line 139 of file RPC_Technology.h.

139 { return sNumberOfStripsReadouts; }

◆ GetSpacerDiameter()

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

Definition at line 134 of file RPC_Technology.h.

134 { return spacerDiameter; }

◆ GetSpacerPitch()

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

Definition at line 135 of file RPC_Technology.h.

135 { return spacerPitch; }

◆ GetSStripsOffset()

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

Definition at line 136 of file RPC_Technology.h.

136 { return sStripsOffset; }

◆ GetStripsSupportThickness()

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

Definition at line 128 of file RPC_Technology.h.

128 { return stripsSupportThickness; }

◆ GetStripsThickness()

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

Definition at line 129 of file RPC_Technology.h.

129 { return stripsThickness; }

◆ GetUpperHoneycombLayerThickness()

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

Definition at line 120 of file RPC_Technology.h.

◆ GetZFirstStripsOffset()

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

Definition at line 137 of file RPC_Technology.h.

137 { return zFirstStripsOffset; }

◆ GetZInternalMidchamberDeadRegion()

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

Definition at line 133 of file RPC_Technology.h.

◆ GetZNumberOfStripsReadouts()

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

Definition at line 140 of file RPC_Technology.h.

140 { return zNumberOfStripsReadouts; }

◆ GetZSecondStripsOffset()

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

Definition at line 138 of file RPC_Technology.h.

138 { return zSecondStripsOffset; }

◆ SetAirThickness()

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

Definition at line 155 of file RPC_Technology.h.

155 { totalAirThickness = d; };

◆ 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.

146 { foamSpacerThickness = d; };

◆ 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.

166 { zSecondStripsOffset = d; };

Member Data Documentation

◆ alThickness

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

Definition at line 83 of file RPC_Technology.h.

◆ backendBoardWidth

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

Definition at line 73 of file RPC_Technology.h.

◆ bakeliteframesize

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

Definition at line 47 of file RPC_Technology.h.

◆ bakelitePetThickness

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

Definition at line 48 of file RPC_Technology.h.

◆ bakeliteThickness

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

Definition at line 46 of file RPC_Technology.h.

◆ centralAlSupPanelThickness

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

Definition at line 29 of file RPC_Technology.h.

◆ centralalThickness

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

Definition at line 102 of file RPC_Technology.h.

◆ centralSupPanelThickness

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

Definition at line 28 of file RPC_Technology.h.

◆ deadSeparation

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

Definition at line 93 of file RPC_Technology.h.

◆ externalAlSupPanelThickness

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

Definition at line 20 of file RPC_Technology.h.

◆ externalSupPanelThickness

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

Definition at line 19 of file RPC_Technology.h.

◆ firstStripsOffset

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

Definition at line 98 of file RPC_Technology.h.

◆ foamSpacerThickness

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

Definition at line 86 of file RPC_Technology.h.

◆ frontendBoardWidth

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

Definition at line 72 of file RPC_Technology.h.

◆ GasGapThickness

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

Definition at line 45 of file RPC_Technology.h.

◆ gasThickness

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

Definition at line 49 of file RPC_Technology.h.

◆ gazGapThickness

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

Definition at line 94 of file RPC_Technology.h.

◆ internalMidchamberDeadRegion

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

Definition at line 97 of file RPC_Technology.h.

◆ lowerAlSupPanelThickness

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

Definition at line 24 of file RPC_Technology.h.

◆ lowerHoneycombLayerThickness

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

Definition at line 88 of file RPC_Technology.h.

◆ lowerSupPanelThickness

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

Definition at line 23 of file RPC_Technology.h.

◆ m_name

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

Definition at line 17 of file Technology.h.

◆ maxThickness

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

Definition at line 75 of file RPC_Technology.h.

◆ MidChamberDeadRegion_in_s

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

Definition at line 62 of file RPC_Technology.h.

◆ MidChamberDeadRegion_in_z

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

Definition at line 63 of file RPC_Technology.h.

◆ NGasGaps_in_s

int MuonGM::RPC::NGasGaps_in_s {0}

Definition at line 43 of file RPC_Technology.h.

◆ NGasGaps_in_z

int MuonGM::RPC::NGasGaps_in_z {0}

Definition at line 44 of file RPC_Technology.h.

◆ NstripPanels_in_s

int MuonGM::RPC::NstripPanels_in_s {0}

Definition at line 60 of file RPC_Technology.h.

◆ NstripPanels_in_z

int MuonGM::RPC::NstripPanels_in_z {0}

Definition at line 61 of file RPC_Technology.h.

◆ numberOfStripsReadouts

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

Definition at line 100 of file RPC_Technology.h.

◆ petFoilThickness

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

Definition at line 57 of file RPC_Technology.h.

◆ petLowerThickness

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

Definition at line 104 of file RPC_Technology.h.

◆ petUpperThickness

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

Definition at line 103 of file RPC_Technology.h.

◆ pitchs

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

Definition at line 91 of file RPC_Technology.h.

◆ pitchz

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

Definition at line 92 of file RPC_Technology.h.

◆ rpcLayerThickness

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

Definition at line 34 of file RPC_Technology.h.

◆ RPCLayerThickness

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

Definition at line 85 of file RPC_Technology.h.

◆ secondStripsOffset

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

Definition at line 99 of file RPC_Technology.h.

◆ sGasGapsNumber

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

Definition at line 112 of file RPC_Technology.h.

◆ sInternalMidchamberDeadRegion

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

Definition at line 105 of file RPC_Technology.h.

◆ sNumberOfStripsReadouts

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

Definition at line 110 of file RPC_Technology.h.

◆ spacerDiameter

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

Definition at line 53 of file RPC_Technology.h.

◆ spacerPitch

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

Definition at line 54 of file RPC_Technology.h.

◆ sStripsOffset

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

Definition at line 107 of file RPC_Technology.h.

◆ stripPanelCopperSkinThickness

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

Definition at line 69 of file RPC_Technology.h.

◆ stripPanelFoamThickness

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

Definition at line 68 of file RPC_Technology.h.

◆ stripPanelGroundSidePetThickness

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

Definition at line 71 of file RPC_Technology.h.

◆ stripPanelStripSidePetThickness

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

Definition at line 70 of file RPC_Technology.h.

◆ stripPanelThickness

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

Definition at line 67 of file RPC_Technology.h.

◆ stripPitchS

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

Definition at line 64 of file RPC_Technology.h.

◆ stripPitchZ

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

Definition at line 65 of file RPC_Technology.h.

◆ stripSeparation

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

Definition at line 66 of file RPC_Technology.h.

◆ stripsSupportThickness

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

Definition at line 95 of file RPC_Technology.h.

◆ stripsThickness

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

Definition at line 96 of file RPC_Technology.h.

◆ supportThickness

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

Definition at line 79 of file RPC_Technology.h.

◆ supportThicknessWidth

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

Definition at line 80 of file RPC_Technology.h.

◆ thickness

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

Definition at line 20 of file Technology.h.

◆ totalAirThickness

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

Definition at line 50 of file RPC_Technology.h.

◆ TotalThickness

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

Definition at line 39 of file RPC_Technology.h.

◆ totalThickness

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

Definition at line 90 of file RPC_Technology.h.

◆ upperAlSupPanelThickness

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

Definition at line 26 of file RPC_Technology.h.

◆ upperHoneycombLayerThickness

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

Definition at line 82 of file RPC_Technology.h.

◆ upperSupPanelThickness

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

Definition at line 25 of file RPC_Technology.h.

◆ xx

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

Definition at line 87 of file RPC_Technology.h.

◆ yy

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

Definition at line 89 of file RPC_Technology.h.

◆ zFirstStripsOffset

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

Definition at line 108 of file RPC_Technology.h.

◆ zInternalMidchamberDeadRegion

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

Definition at line 106 of file RPC_Technology.h.

◆ zNumberOfStripsReadouts

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

Definition at line 111 of file RPC_Technology.h.

◆ zSecondStripsOffset

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

Definition at line 109 of file RPC_Technology.h.


The documentation for this class was generated from the following file:
MuonGM::RPC::spacerDiameter
double spacerDiameter
Definition: RPC_Technology.h:53
MuonGM::RPC::sGasGapsNumber
double sGasGapsNumber
Definition: RPC_Technology.h:112
MuonGM::RPC::stripsSupportThickness
double stripsSupportThickness
Definition: RPC_Technology.h:95
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
MuonGM::Technology::Technology
Technology(MYSQL &mysql, std::string s)
Definition: Technology.cxx:15
MuonGM::RPC::spacerPitch
double spacerPitch
Definition: RPC_Technology.h:54
hist_file_dump.d
d
Definition: hist_file_dump.py:137
MuonGM::RPC::totalAirThickness
double totalAirThickness
Definition: RPC_Technology.h:50
MuonGM::RPC::zNumberOfStripsReadouts
double zNumberOfStripsReadouts
Definition: RPC_Technology.h:111
MuonGM::RPC::bakeliteThickness
double bakeliteThickness
Definition: RPC_Technology.h:46
MuonGM::RPC::sInternalMidchamberDeadRegion
double sInternalMidchamberDeadRegion
Definition: RPC_Technology.h:105
MuonGM::RPC::gazGapThickness
double gazGapThickness
Definition: RPC_Technology.h:94
MuonGM::RPC::alThickness
double alThickness
Definition: RPC_Technology.h:83
MuonGM::RPC::zSecondStripsOffset
double zSecondStripsOffset
Definition: RPC_Technology.h:109
MuonGM::RPC::upperHoneycombLayerThickness
double upperHoneycombLayerThickness
Definition: RPC_Technology.h:82
MuonGM::RPC::sStripsOffset
double sStripsOffset
Definition: RPC_Technology.h:107
MuonGM::RPC::pitchz
double pitchz
Definition: RPC_Technology.h:92
MuonGM::RPC::petLowerThickness
double petLowerThickness
Definition: RPC_Technology.h:104
MuonGM::RPC::deadSeparation
double deadSeparation
Definition: RPC_Technology.h:93
MuonGM::RPC::centralalThickness
double centralalThickness
Definition: RPC_Technology.h:102
MuonGM::RPC::zFirstStripsOffset
double zFirstStripsOffset
Definition: RPC_Technology.h:108
MuonGM::RPC::pitchs
double pitchs
Definition: RPC_Technology.h:91
MuonGM::RPC::sNumberOfStripsReadouts
double sNumberOfStripsReadouts
Definition: RPC_Technology.h:110
MuonGM::RPC::petUpperThickness
double petUpperThickness
Definition: RPC_Technology.h:103
MuonGM::RPC::zInternalMidchamberDeadRegion
double zInternalMidchamberDeadRegion
Definition: RPC_Technology.h:106
MuonGM::RPC::RPCLayerThickness
double RPCLayerThickness
Definition: RPC_Technology.h:85
MuonGM::RPC::foamSpacerThickness
double foamSpacerThickness
Definition: RPC_Technology.h:86
MuonGM::RPC::stripsThickness
double stripsThickness
Definition: RPC_Technology.h:96
MuonGM::Technology::m_name
std::string m_name
Definition: Technology.h:17