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

#include <DED_Technology.h>

Inheritance diagram for MuonGM::DED:
Collaboration diagram for MuonGM::DED:

Public Member Functions

 DED (MYSQL &mysql, std::string s)
 
bool hasAlHoneyComb () const
 
bool hasPaperHoneyComb () const
 
std::string GetName () const
 

Public Attributes

double AlThickness {0.}
 
double HoneyCombThickness {0.}
 
double thickness {0.}
 

Protected Attributes

std::string m_name {}
 

Detailed Description

Definition at line 16 of file DED_Technology.h.

Constructor & Destructor Documentation

◆ DED()

MuonGM::DED::DED ( MYSQL mysql,
std::string  s 
)

Definition at line 22 of file DED_Technology.cxx.

Member Function Documentation

◆ GetName()

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

Definition at line 13 of file Technology.cxx.

13 { return m_name; }

◆ hasAlHoneyComb()

bool MuonGM::DED::hasAlHoneyComb ( ) const
inline

Definition at line 23 of file DED_Technology.h.

23 { return false; };

◆ hasPaperHoneyComb()

bool MuonGM::DED::hasPaperHoneyComb ( ) const
inline

Definition at line 24 of file DED_Technology.h.

24 { return true; };

Member Data Documentation

◆ AlThickness

double MuonGM::DED::AlThickness {0.}

Definition at line 18 of file DED_Technology.h.

◆ HoneyCombThickness

double MuonGM::DED::HoneyCombThickness {0.}

Definition at line 19 of file DED_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.


The documentation for this class was generated from the following files:
MuonGM::Technology::m_name
std::string m_name
Definition: Technology.h:17