ATLAS Offline Software
Loading...
Searching...
No Matches
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>
10
11// abstract base class for detector technology classes
12
13//namespace AGDDModel {
14
16protected:
17 std::string m_name;
18public:
19
20 AGDDTechnology(const std::string& s,
22 virtual ~AGDDTechnology();
23 const std::string& GetName() const;
24};
25//} // namespace AGDDModel
26
27#endif
virtual ~AGDDTechnology()
std::string m_name
AGDDTechnology(const std::string &s, AGDDDetectorStore &ds)
const std::string & GetName() const