GEMC  2.2
Geant4 Monte-Carlo Framework
text_parameters.h
Go to the documentation of this file.
1 #ifndef TEXT_PARAMETERS_H
2 #define TEXT_PARAMETERS_H
3 
4 #include "parameter_factory.h"
5 
7 {
8  public:
10 
11  // load all parameters that matches factorytype
12  map<string, double> loadParameters(goptions, runConditions); // Method to define the parameters
13 
15  {
16  return new text_parameters;
17  }
18 
19 };
20 
21 
22 #endif
map< string, double > loadParameters(goptions, runConditions)
static parametersFactory * createParametersFactory()