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

#include <CRO_Technology.h>

Inheritance diagram for MuonGM::CRO:
Collaboration diagram for MuonGM::CRO:

Public Member Functions

 CRO (MYSQL &mysql, const std::string &s)
 
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 CRO_Technology.h.

Constructor & Destructor Documentation

◆ CRO()

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

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

◆ excent

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

Definition at line 18 of file CRO_Technology.h.

◆ height

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

Definition at line 17 of file CRO_Technology.h.

◆ largeness

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

Definition at line 16 of file CRO_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 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