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

#include <TGC_Technology.h>

Inheritance diagram for MuonGM::TGC:
Collaboration diagram for MuonGM::TGC:

Public Member Functions

 TGC (MYSQL &mysql, const std::string &s)
 
std::string GetName () const
 

Public Attributes

int nlayers {0}
 
double frame_h {0.}
 
double frame_ab {0.}
 
std::vector< std::string > materials {}
 
std::vector< double > positions {}
 
std::vector< double > tck {}
 
double widthWireSupport {0.}
 
double widthGasChannel {0.}
 
double distanceWireSupport {0.}
 
std::array< double, 3 > offsetWireSupport {}
 
double angleTilt {0.}
 
double radiusButton {0.}
 
std::array< double, 2 > pitchButton {}
 
double angleButton {0.}
 
double thickness {0.}
 

Protected Attributes

std::string m_name {}
 

Detailed Description

Definition at line 14 of file TGC_Technology.h.

Constructor & Destructor Documentation

◆ TGC()

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

Definition at line 39 of file TGC_Technology.h.

40  : Technology(mysql, s) {}

Member Function Documentation

◆ GetName()

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

Definition at line 13 of file Technology.cxx.

13 { return m_name; }

Member Data Documentation

◆ angleButton

double MuonGM::TGC::angleButton {0.}

Definition at line 34 of file TGC_Technology.h.

◆ angleTilt

double MuonGM::TGC::angleTilt {0.}

Definition at line 30 of file TGC_Technology.h.

◆ distanceWireSupport

double MuonGM::TGC::distanceWireSupport {0.}

Definition at line 28 of file TGC_Technology.h.

◆ frame_ab

double MuonGM::TGC::frame_ab {0.}

Definition at line 19 of file TGC_Technology.h.

◆ frame_h

double MuonGM::TGC::frame_h {0.}

Definition at line 18 of file TGC_Technology.h.

◆ m_name

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

Definition at line 17 of file Technology.h.

◆ materials

std::vector<std::string> MuonGM::TGC::materials {}

Definition at line 20 of file TGC_Technology.h.

◆ nlayers

int MuonGM::TGC::nlayers {0}

Definition at line 17 of file TGC_Technology.h.

◆ offsetWireSupport

std::array<double, 3> MuonGM::TGC::offsetWireSupport {}

Definition at line 29 of file TGC_Technology.h.

◆ pitchButton

std::array<double, 2> MuonGM::TGC::pitchButton {}

Definition at line 33 of file TGC_Technology.h.

◆ positions

std::vector<double> MuonGM::TGC::positions {}

Definition at line 21 of file TGC_Technology.h.

◆ radiusButton

double MuonGM::TGC::radiusButton {0.}

Definition at line 32 of file TGC_Technology.h.

◆ tck

std::vector<double> MuonGM::TGC::tck {}

Definition at line 22 of file TGC_Technology.h.

◆ thickness

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

Definition at line 20 of file Technology.h.

◆ widthGasChannel

double MuonGM::TGC::widthGasChannel {0.}

Definition at line 27 of file TGC_Technology.h.

◆ widthWireSupport

double MuonGM::TGC::widthWireSupport {0.}

Definition at line 26 of file TGC_Technology.h.


The documentation for this class was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
MuonGM::Technology::Technology
Technology(MYSQL &mysql, std::string s)
Definition: Technology.cxx:15
MuonGM::Technology::m_name
std::string m_name
Definition: Technology.h:17