![]() |
ATLAS Offline Software
|
#include <TGC_Technology.h>
Public Member Functions | |
| TGC (MYSQL &mysql, const std::string &s) | |
| const 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 {} |
Definition at line 14 of file TGC_Technology.h.
Definition at line 39 of file TGC_Technology.h.
|
inherited |
Definition at line 13 of file Technology.cxx.
| double MuonGM::TGC::angleButton {0.} |
Definition at line 34 of file TGC_Technology.h.
| double MuonGM::TGC::angleTilt {0.} |
Definition at line 30 of file TGC_Technology.h.
| double MuonGM::TGC::distanceWireSupport {0.} |
Definition at line 28 of file TGC_Technology.h.
| double MuonGM::TGC::frame_ab {0.} |
Definition at line 19 of file TGC_Technology.h.
| double MuonGM::TGC::frame_h {0.} |
Definition at line 18 of file TGC_Technology.h.
|
protectedinherited |
Definition at line 17 of file Technology.h.
| std::vector<std::string> MuonGM::TGC::materials {} |
Definition at line 20 of file TGC_Technology.h.
| int MuonGM::TGC::nlayers {0} |
Definition at line 17 of file TGC_Technology.h.
| std::array<double, 3> MuonGM::TGC::offsetWireSupport {} |
Definition at line 29 of file TGC_Technology.h.
| std::array<double, 2> MuonGM::TGC::pitchButton {} |
Definition at line 33 of file TGC_Technology.h.
| std::vector<double> MuonGM::TGC::positions {} |
Definition at line 21 of file TGC_Technology.h.
| double MuonGM::TGC::radiusButton {0.} |
Definition at line 32 of file TGC_Technology.h.
| std::vector<double> MuonGM::TGC::tck {} |
Definition at line 22 of file TGC_Technology.h.
|
inherited |
Definition at line 20 of file Technology.h.
| double MuonGM::TGC::widthGasChannel {0.} |
Definition at line 27 of file TGC_Technology.h.
| double MuonGM::TGC::widthWireSupport {0.} |
Definition at line 26 of file TGC_Technology.h.