ATLAS Offline Software
Public Member Functions | Public Attributes | Protected Attributes | List of all members
MuonGM::sTGC_Technology Class Reference

#include <sTGC_Technology.h>

Inheritance diagram for MuonGM::sTGC_Technology:
Collaboration diagram for MuonGM::sTGC_Technology:

Public Member Functions

 sTGC_Technology (const std::string &s, AGDDDetectorStore &ds)
 
double Thickness () const
 
 sTGC_Technology (std::string s)
 
double Thickness () const
 
std::string GetName () const
 

Public Attributes

double thickness {0.}
 
int nlayers {0}
 
double gasThickness {0.}
 
double pcbThickness {0.}
 
double pcbThickness150 {0.}
 
double pcbThickness200 {0.}
 
double coverThickness {0.}
 
double f4Thickness {0.}
 
double f5Thickness {0.}
 
double f6Thickness {0.}
 
int geoLevel {0}
 

Protected Attributes

std::string m_name
 

Detailed Description

Definition at line 16 of file MuonAGDDDescription/MuonAGDDDescription/sTGC_Technology.h.

Constructor & Destructor Documentation

◆ sTGC_Technology() [1/2]

MuonGM::sTGC_Technology::sTGC_Technology ( const std::string &  s,
AGDDDetectorStore ds 
)
inline

Definition at line 41 of file MuonAGDDDescription/MuonAGDDDescription/sTGC_Technology.h.

42  : AGDDTechnology(s, ds)
43 {
44 }

◆ sTGC_Technology() [2/2]

MuonGM::sTGC_Technology::sTGC_Technology ( std::string  s)
inline

Definition at line 37 of file MuonGeoModel/MuonGeoModel/sTGC_Technology.h.

38  : Technology(s){}

Member Function Documentation

◆ GetName()

std::string AGDDTechnology::GetName ( ) const
inherited

Definition at line 10 of file AGDDTechnology.cxx.

11 {
12  return m_name;
13 }

◆ Thickness() [1/2]

double MuonGM::sTGC_Technology::Thickness ( ) const
inline

◆ Thickness() [2/2]

double MuonGM::sTGC_Technology::Thickness ( ) const
inline

Definition at line 46 of file MuonAGDDDescription/MuonAGDDDescription/sTGC_Technology.h.

47 {
48  //thickness=nlayers*(gasThickness+pcbThickness) + pcbThickness;
49  return thickness;
50 }

Member Data Documentation

◆ coverThickness

double MuonGM::sTGC_Technology::coverThickness {0.}

◆ f4Thickness

double MuonGM::sTGC_Technology::f4Thickness {0.}

◆ f5Thickness

double MuonGM::sTGC_Technology::f5Thickness {0.}

◆ f6Thickness

double MuonGM::sTGC_Technology::f6Thickness {0.}

◆ gasThickness

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

◆ geoLevel

int MuonGM::sTGC_Technology::geoLevel {0}

◆ m_name

std::string AGDDTechnology::m_name
protectedinherited

Definition at line 17 of file AGDDTechnology.h.

◆ nlayers

int MuonGM::sTGC_Technology::nlayers {0}

◆ pcbThickness

double MuonGM::sTGC_Technology::pcbThickness {0.}

◆ pcbThickness150

double MuonGM::sTGC_Technology::pcbThickness150 {0.}

◆ pcbThickness200

double MuonGM::sTGC_Technology::pcbThickness200 {0.}

◆ thickness

double MuonGM::sTGC_Technology::thickness {0.}

The documentation for this class was generated from the following file:
checkxAOD.ds
ds
Definition: Tools/PyUtils/bin/checkxAOD.py:257
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
AGDDTechnology::m_name
std::string m_name
Definition: AGDDTechnology.h:17
MuonGM::sTGC_Technology::thickness
double thickness
Definition: MuonAGDDDescription/MuonAGDDDescription/sTGC_Technology.h:18
AGDDTechnology::AGDDTechnology
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)
Definition: AGDDTechnology.cxx:15