Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LCDG4Element Class Reference

#include <LCDG4Element.hh>

Collaboration diagram for LCDG4Element:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LCDG4Element ()
 LCDG4Element (G4Element *g4elm)
 ~LCDG4Element ()
G4Element * GetElement ()
void SetElement (G4Element *g4mat)

Private Attributes

G4Element * m_element

Constructor & Destructor Documentation

LCDG4Element::LCDG4Element  ) 
 

Definition at line 11 of file LCDG4Element.cc.

References m_element.

00011                            {
00012   m_element=0;
00013 }

LCDG4Element::LCDG4Element G4Element *  g4elm  ) 
 

Definition at line 18 of file LCDG4Element.cc.

References m_element.

00018                                            {
00019   m_element=g4elm;
00020 }

LCDG4Element::~LCDG4Element  ) 
 

Definition at line 25 of file LCDG4Element.cc.

00025                             {
00026 }


Member Function Documentation

G4Element* LCDG4Element::GetElement  )  [inline]
 

Definition at line 22 of file LCDG4Element.hh.

References m_element.

Referenced by LCDG4MaterialMgr::GetElement().

00022 { return m_element; }

void LCDG4Element::SetElement G4Element *  g4mat  )  [inline]
 

Definition at line 24 of file LCDG4Element.hh.

References m_element.

00024 { m_element = g4mat; }


Member Data Documentation

G4Element* LCDG4Element::m_element [private]
 

Definition at line 27 of file LCDG4Element.hh.

Referenced by GetElement(), LCDG4Element(), and SetElement().


The documentation for this class was generated from the following files:
Generated on Thu Oct 7 18:45:05 2004 for LCDG4 by doxygen 1.3.4