ATLAS Offline Software
Loading...
Searching...
No Matches
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
8
10
11namespace 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
void StoreTechnology(Technology *t)
Definition MYSQL.cxx:125
const std::string & GetName() const
std::string m_name
Definition Technology.h:17
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
STL namespace.