GEMC  1.8
Geant4 Monte-Carlo Framework
mysql_parameters.h
Go to the documentation of this file.
1 #ifndef MYSQL_PARAMETERS_H
2 #define MYSQL_PARAMETERS_H
3 
4 #include "parameter_factory.h"
5 
7 {
8  public:
10 
11  map<string, double> initParameters(run_conditions, gemc_opts); // Method to define the parameters
12 
14  {
15  return new mysql_parameters;
16  }
17 
18 };
19 
20 
21 #endif
static parameters * createParameters()
map< string, double > initParameters(run_conditions, gemc_opts)