GEMC  2.2
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> loadParameters(goptions, runConditions); // Method to define the parameters
12 
14  {
15  return new mysql_parameters;
16  }
17 
18 };
19 
20 
21 #endif
map< string, double > loadParameters(goptions, runConditions)
static parametersFactory * createParametersFactory()