GEMC  2.2
Geant4 Monte-Carlo Framework
mysql_materials.h
Go to the documentation of this file.
1 #ifndef MYSQL_MATERIALS_H
2 #define MYSQL_MATERIALS_H
3 
4 #include "material_factory.h"
5 
6 class mysql_materials : public materials
7 {
8  public:
10 
11  map<string, G4Material*> initMaterials(runConditions, goptions); // Method to define the G4 Materials
12 
14  {
15  return new mysql_materials;
16  }
17 
18 };
19 
20 
21 #endif
map< string, G4Material * > initMaterials(runConditions, goptions)
static materials * createMaterials()