GEMC  2.2
Geant4 Monte-Carlo Framework
cpp_materials.h
Go to the documentation of this file.
1 #ifndef CPP_MATERIALS_H
2 #define CPP_MATERIALS_H
3 
4 #include "material_factory.h"
5 
6 class cpp_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 cpp_materials;
16  }
17 
18 };
19 
20 
21 #endif
static materials * createMaterials()
Definition: cpp_materials.h:13
map< string, G4Material * > initMaterials(runConditions, goptions)