ATLAS Offline Software
Loading...
Searching...
No Matches
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)
const 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) {}
Technology(MYSQL &mysql, std::string s)

Member Function Documentation

◆ GetName()

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

Member Data Documentation

◆ height

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

Definition at line 16 of file LBI_Technology.h.

16{0.};

◆ lowerThickness

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

Definition at line 17 of file LBI_Technology.h.

17{0.f};

◆ m_name

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

Definition at line 17 of file Technology.h.

17{};

◆ thickness

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

Definition at line 20 of file Technology.h.

20{0.};

◆ yShift

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

Definition at line 18 of file LBI_Technology.h.

18{0.f};

The documentation for this class was generated from the following file: