Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgrElement Class Reference

#include <G4tgrElement.hh>

+ Inheritance diagram for G4tgrElement:

Public Member Functions

 G4tgrElement ()
 
virtual ~G4tgrElement ()
 
const G4StringGetName () const
 
const G4StringGetSymbol () const
 
const G4StringGetType () const
 

Protected Attributes

G4String theName
 
G4String theSymbol
 
G4String theType
 

Detailed Description

Definition at line 39 of file G4tgrElement.hh.

Constructor & Destructor Documentation

◆ G4tgrElement()

G4tgrElement::G4tgrElement ( )

Definition at line 34 of file G4tgrElement.cc.

35{
36}

◆ ~G4tgrElement()

G4tgrElement::~G4tgrElement ( )
virtual

Definition at line 39 of file G4tgrElement.cc.

40{
41}

Member Function Documentation

◆ GetName()

const G4String & G4tgrElement::GetName ( ) const
inline

◆ GetSymbol()

const G4String & G4tgrElement::GetSymbol ( ) const
inline

Definition at line 47 of file G4tgrElement.hh.

47{ return theSymbol; }
G4String theSymbol
Definition: G4tgrElement.hh:53

Referenced by G4tgbElement::BuildG4ElementFromIsotopes(), and G4tgbElement::BuildG4ElementSimple().

◆ GetType()

const G4String & G4tgrElement::GetType ( ) const
inline

Definition at line 48 of file G4tgrElement.hh.

48{ return theType; }
G4String theType
Definition: G4tgrElement.hh:54

Referenced by G4tgbElement::GetType().

Member Data Documentation

◆ theName

G4String G4tgrElement::theName
protected

◆ theSymbol

G4String G4tgrElement::theSymbol
protected

◆ theType

G4String G4tgrElement::theType
protected

The documentation for this class was generated from the following files: