ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDetDescr
MuonGeoModel
src
Technology.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include <utility>
6
7
#include "
MuonGeoModel/Technology.h
"
8
9
#include "
MuonGeoModel/MYSQL.h
"
10
11
namespace
MuonGM
{
12
13
const
std::string&
Technology::GetName
()
const
{
return
m_name
; }
14
15
Technology::Technology
(
MYSQL
& mysql, std::string s) :
m_name
(
std
::move(s)),
thickness
(0.) {
16
mysql.
StoreTechnology
(
this
);
17
}
18
19
}
// namespace MuonGM
MYSQL.h
Technology.h
MuonGM::MYSQL
Definition
MYSQL.h:43
MuonGM::MYSQL::StoreTechnology
void StoreTechnology(Technology *t)
Definition
MYSQL.cxx:125
MuonGM::Technology::GetName
const std::string & GetName() const
Definition
Technology.cxx:13
MuonGM::Technology::thickness
double thickness
Definition
Technology.h:20
MuonGM::Technology::m_name
std::string m_name
Definition
Technology.h:17
MuonGM::Technology::Technology
Technology(MYSQL &mysql, std::string s)
Definition
Technology.cxx:15
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition
GeoMuonHits.h:27
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0