#include <LCDG4Element.hh>
Collaboration diagram for LCDG4Element:

Public Member Functions | |
| LCDG4Element () | |
| LCDG4Element (G4Element *g4elm) | |
| ~LCDG4Element () | |
| G4Element * | GetElement () |
| void | SetElement (G4Element *g4mat) |
Private Attributes | |
| G4Element * | m_element |
|
|
Definition at line 11 of file LCDG4Element.cc. References m_element.
00011 {
00012 m_element=0;
00013 }
|
|
|
Definition at line 18 of file LCDG4Element.cc. References m_element.
00018 {
00019 m_element=g4elm;
00020 }
|
|
|
Definition at line 25 of file LCDG4Element.cc.
00025 {
00026 }
|
|
|
Definition at line 22 of file LCDG4Element.hh. References m_element. Referenced by LCDG4MaterialMgr::GetElement().
00022 { return m_element; }
|
|
|
Definition at line 24 of file LCDG4Element.hh. References m_element.
00024 { m_element = g4mat; }
|
|
|
Definition at line 27 of file LCDG4Element.hh. Referenced by GetElement(), LCDG4Element(), and SetElement(). |
1.3.4