ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
AGDDTechnology Class Reference

#include <AGDDTechnology.h>

Inheritance diagram for AGDDTechnology:
Collaboration diagram for AGDDTechnology:

Public Member Functions

 AGDDTechnology (const std::string &s, AGDDDetectorStore &ds)
 
virtual ~AGDDTechnology ()
 
std::string GetName () const
 

Protected Attributes

std::string m_name
 

Detailed Description

Definition at line 15 of file AGDDTechnology.h.

Constructor & Destructor Documentation

◆ AGDDTechnology()

AGDDTechnology::AGDDTechnology ( const std::string &  s,
AGDDDetectorStore ds 
)

Definition at line 15 of file AGDDTechnology.cxx.

16  : m_name(s)
17 {
18  ds.RegisterTechnology(this);
19 }

◆ ~AGDDTechnology()

AGDDTechnology::~AGDDTechnology ( )
virtual

Definition at line 21 of file AGDDTechnology.cxx.

22 {
23 }

Member Function Documentation

◆ GetName()

std::string AGDDTechnology::GetName ( ) const

Definition at line 10 of file AGDDTechnology.cxx.

11 {
12  return m_name;
13 }

Member Data Documentation

◆ m_name

std::string AGDDTechnology::m_name
protected

Definition at line 17 of file AGDDTechnology.h.


The documentation for this class was generated from the following files:
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