GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include "G4Material.hh"
#include <map>
#include <iostream>
#include "run_conditions.h"
#include "usage.h"
Go to the source code of this file.
Data Structures | |
class | materials |
Typedefs | |
typedef materials *(* | materialFactory) () |
Functions | |
materials * | getMaterialFactory (map< string, materialFactory > *, string) |
map< string, materialFactory > | registerMaterialFactories () |
typedef materials*(* materialFactory) () |
Definition at line 33 of file material_factory.h.
materials* getMaterialFactory | ( | map< string, materialFactory > * | , |
string | |||
) |
Definition at line 8 of file material_factory.cc.
map<string, materialFactory> registerMaterialFactories | ( | ) |
Definition at line 20 of file material_factory.cc.