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

MJGerdaLocalMaterialTable.hh

Go to the documentation of this file.
00001 // * DESCRIPTION: 
00002 // *
00003 // */ 
00004 // Begin description of class here
00013 // End class description
00014 //
00015 // 11-02-2004 First Implementation, Luciano
00016 //
00017 
00018 
00019 
00020 
00021 #ifndef MJGERDALOCALMATERIALTABLE_H
00022 #define MJGERDALOCALMATERIALTABLE_H 1
00023 
00024 //---------------------------------------------------------------------------//
00025 
00026 #include <vector>
00027 
00028 #include "globals.hh"
00029 #include "G4Material.hh"
00030 
00031 
00032 //---------------------------------------------------------------------------//
00033 class MJGerdaLocalMaterialTable 
00034 {
00035 public:
00036 
00037   //default constructor
00038   MJGerdaLocalMaterialTable();
00039 
00040   //destructor
00041   ~MJGerdaLocalMaterialTable();
00042 
00043   //public interface
00044 
00045   void CreateMaterials();
00046 
00047 
00048 };
00049 #endif

Generated on Mon Nov 29 16:58:53 2004 for Majorana Simulation by  doxygen 1.3.9.1