ATLAS Offline Software
Loading...
Searching...
No Matches
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 ()
const 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}
std::string m_name

◆ ~AGDDTechnology()

AGDDTechnology::~AGDDTechnology ( )
virtual

Definition at line 21 of file AGDDTechnology.cxx.

22{
23}

Member Function Documentation

◆ GetName()

const 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: