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

#include <LBI_Technology.h>

Inheritance diagram for MuonGM::LBI:
Collaboration diagram for MuonGM::LBI:

Public Member Functions

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

Public Attributes

double height {0.}
 
float lowerThickness {0.f}
 
float yShift {0.f}
 
double thickness {0.}
 

Protected Attributes

std::string m_name {}
 

Detailed Description

Definition at line 13 of file LBI_Technology.h.

Constructor & Destructor Documentation

◆ LBI()

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

Definition at line 21 of file LBI_Technology.h.

21 : 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

◆ height

double MuonGM::LBI::height {0.}

Definition at line 16 of file LBI_Technology.h.

◆ lowerThickness

float MuonGM::LBI::lowerThickness {0.f}

Definition at line 17 of file LBI_Technology.h.

◆ m_name

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

Definition at line 17 of file Technology.h.

◆ thickness

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

Definition at line 20 of file Technology.h.

◆ yShift

float MuonGM::LBI::yShift {0.f}

Definition at line 18 of file LBI_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