ATLAS Offline Software
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
checkxAOD.ds
ds
Definition:
Tools/PyUtils/bin/checkxAOD.py:258
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
const std::string & GetName() const
Definition:
AGDDTechnology.cxx:10
Generated on Thu Nov 7 2024 21:09:42 for ATLAS Offline Software by
1.8.18