ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDTechnology.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8//namespace AGDDModel {
9
10const std::string& AGDDTechnology::GetName() const
11{
12 return m_name;
13}
14
15AGDDTechnology::AGDDTechnology(const std::string& s,
17{
18 ds.RegisterTechnology(this);
19}
20
24//} // namespace AGDDModel
virtual ~AGDDTechnology()
std::string m_name
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)
const std::string & GetName() const