Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4tgrElement Class Reference

#include <G4tgrElement.hh>

Inheritance diagram for G4tgrElement:
Collaboration 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 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 ( ) const
inline

Definition at line 52 of file G4tgrElement.hh.

52 { return theName; }
G4String theName
Definition: G4tgrElement.hh:58

Here is the caller graph for this function:

const G4String& G4tgrElement::GetSymbol ( ) const
inline

Definition at line 53 of file G4tgrElement.hh.

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

Here is the caller graph for this function:

const G4String& G4tgrElement::GetType ( ) const
inline

Definition at line 54 of file G4tgrElement.hh.

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

Here is the caller graph for this function:

Member Data Documentation

G4String G4tgrElement::theName
protected

Definition at line 58 of file G4tgrElement.hh.

G4String G4tgrElement::theSymbol
protected

Definition at line 59 of file G4tgrElement.hh.

G4String G4tgrElement::theType
protected

Definition at line 60 of file G4tgrElement.hh.


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