Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4tgrElement Class Reference

#include <G4tgrElement.hh>

Inheritance diagram for G4tgrElement:
G4tgrElementFromIsotopes G4tgrElementSimple

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 45 of file G4tgrElement.hh.

Constructor & Destructor Documentation

G4tgrElement::G4tgrElement ( )

Definition at line 38 of file G4tgrElement.cc.

39 {
40 }
G4tgrElement::~G4tgrElement ( )
virtual

Definition at line 42 of file G4tgrElement.cc.

43 {
44 }

Member Function Documentation

const G4String& G4tgrElement::GetName ( void  ) const
inline
const G4String& G4tgrElement::GetSymbol ( ) const
inline

Definition at line 53 of file G4tgrElement.hh.

References theSymbol.

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

53 { return theSymbol; }
G4String theSymbol
Definition: G4tgrElement.hh:59
const G4String& G4tgrElement::GetType ( ) const
inline

Definition at line 54 of file G4tgrElement.hh.

References theType.

Referenced by G4tgbElement::GetType().

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

Field Documentation

G4String G4tgrElement::theName
protected
G4String G4tgrElement::theSymbol
protected
G4String G4tgrElement::theType
protected

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