ATLAS Offline Software
Loading...
Searching...
No Matches
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
const std::string & GetName () const
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
std::string m_name {}

Detailed Description

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}
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)

◆ 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){}
Technology(MYSQL &mysql, std::string s)

Member Function Documentation

◆ GetName() [1/2]

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

Definition at line 10 of file AGDDTechnology.cxx.

11{
12 return m_name;
13}
std::string m_name

◆ GetName() [2/2]

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

◆ Thickness() [1/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}

◆ Thickness() [2/2]

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

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 [1/2]

std::string AGDDTechnology::m_name
protectedinherited

Definition at line 17 of file AGDDTechnology.h.

◆ m_name [2/2]

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

Definition at line 17 of file Technology.h.

17{};

◆ nlayers

int MuonGM::sTGC_Technology::nlayers {0}

◆ pcbThickness

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

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

21{0.}; // Included for Backwards Compatibility

◆ 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 files: