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