ATLAS Offline Software
DetectorDescription
AGDD
AGDDKernel
AGDDKernel
AGDDTechnology.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AGDDTechnology_H
6
#define AGDDTechnology_H
7
8
#include <string>
9
class
AGDDDetectorStore
;
10
11
// abstract base class for detector technology classes
12
13
//namespace AGDDModel {
14
15
class
AGDDTechnology
{
16
protected
:
17
std::string
m_name
;
18
public
:
19
20
AGDDTechnology
(
const
std::string&
s
,
21
AGDDDetectorStore
&
ds
);
22
virtual
~AGDDTechnology
();
23
const
std::string&
GetName
()
const
;
24
};
25
//} // namespace AGDDModel
26
27
#endif
checkxAOD.ds
ds
Definition:
Tools/PyUtils/bin/checkxAOD.py:260
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
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
Definition:
AGDDTechnology.h:15
AGDDTechnology::GetName
const std::string & GetName() const
Definition:
AGDDTechnology.cxx:10
Generated on Sun Dec 22 2024 21:06:45 for ATLAS Offline Software by
1.8.18