ATLAS Offline Software
Loading...
Searching...
No Matches
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
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 19 of file DED_Technology.cxx.

19: Technology(mysql, std::move(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

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

18{0.};

◆ HoneyCombThickness

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

Definition at line 19 of file DED_Technology.h.

19{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 files: