ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
AGDD
AGDDKernel
src
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
5
#include "
AGDDKernel/AGDDTechnology.h
"
6
#include "
AGDDKernel/AGDDDetectorStore.h
"
7
8
//namespace AGDDModel {
9
10
const
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
21
AGDDTechnology::~AGDDTechnology
()
22
{
23
}
24
//} // namespace AGDDModel
AGDDDetectorStore.h
AGDDTechnology.h
AGDDDetectorStore
Definition
AGDDDetectorStore.h:18
AGDDTechnology::~AGDDTechnology
virtual ~AGDDTechnology()
Definition
AGDDTechnology.cxx:21
AGDDTechnology::m_name
std::string m_name
Definition
AGDDTechnology.h:17
AGDDTechnology::AGDDTechnology
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)
Definition
AGDDTechnology.cxx:15
AGDDTechnology::GetName
const std::string & GetName() const
Definition
AGDDTechnology.cxx:10
Generated on
for ATLAS Offline Software by
1.14.0