ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGM::CMI Class Reference

#include <CMI_Technology.h>

Inheritance diagram for MuonGM::CMI:
Collaboration diagram for MuonGM::CMI:

Public Member Functions

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

Public Attributes

double largeness {0.}
double height {0.}
double excent {0.}
double thickness {0.}

Protected Attributes

std::string m_name {}

Detailed Description

Definition at line 13 of file CMI_Technology.h.

Constructor & Destructor Documentation

◆ CMI()

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

Definition at line 21 of file CMI_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

◆ excent

double MuonGM::CMI::excent {0.}

Definition at line 18 of file CMI_Technology.h.

18{0.};

◆ height

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

Definition at line 17 of file CMI_Technology.h.

17{0.};

◆ largeness

double MuonGM::CMI::largeness {0.}

Definition at line 16 of file CMI_Technology.h.

16{0.};

◆ 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.};

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