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

LCDG4Element.hh

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------------
00002 // $Id: LCDG4Element.hh,v 1.7 2003/09/17 23:37:54 uid561 Exp $
00003 // ----------------------------------------------------------------------------
00004 //
00005 // LCDG4Element.h
00006 // Oct  19,2001 Toshi     , Creation date.
00007 //
00008 
00009 #ifndef LCDG4Element_H
00010 #define LCDG4Element_H
00011 
00012 // Geant4
00013 #include "G4Element.hh"
00014 
00015 class LCDG4Element {
00016 
00017 public:
00018   LCDG4Element();
00019   LCDG4Element(G4Element* g4elm);
00020   ~LCDG4Element();
00021 
00022   G4Element* GetElement() { return m_element; }
00023 
00024   void SetElement(G4Element* g4mat) { m_element = g4mat; }
00025 
00026 private:
00027   G4Element* m_element; //-> Array of Element
00028 
00029 };
00030 
00031 #endif

Generated on Thu Oct 7 18:44:46 2004 for LCDG4 by doxygen 1.3.4