ATLAS Offline Software
AGDDTechnology.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 //namespace AGDDModel {
9 
10 std::string AGDDTechnology::GetName() const
11 {
12  return m_name;
13 }
14 
15 AGDDTechnology::AGDDTechnology(const std::string& s,
16  AGDDDetectorStore& ds): m_name(s)
17 {
18  ds.RegisterTechnology(this);
19 }
20 
22 {
23 }
24 //} // namespace AGDDModel
AGDDDetectorStore.h
checkxAOD.ds
ds
Definition: Tools/PyUtils/bin/checkxAOD.py:257
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
AGDDTechnology.h
AGDDTechnology::m_name
std::string m_name
Definition: AGDDTechnology.h:17
AGDDTechnology::~AGDDTechnology
virtual ~AGDDTechnology()
Definition: AGDDTechnology.cxx:21
AGDDTechnology::AGDDTechnology
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)
Definition: AGDDTechnology.cxx:15
AGDDDetectorStore
Definition: AGDDDetectorStore.h:18
AGDDTechnology::GetName
std::string GetName() const
Definition: AGDDTechnology.cxx:10