ATLAS Offline Software
Loading...
Searching...
No Matches
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
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