GEMC  2.2
Geant4 Monte-Carlo Framework
mysql_det_factory.h
Go to the documentation of this file.
1 #ifndef MYSQL_DET_FACTORY_H
2 #define MYSQL_DET_FACTORY_H 1
3 
4 // gemc headers
5 #include "detector_factory.h"
6 
8 {
9  public:
11 
12  // load all detectors that matches factorytype
13  map<string, detector> loadDetectors();
14 
15  // initialize factorytype, option and runcondition classes
16  void initFactory(goptions, runConditions, string);
17 
19  {
20  return new mysql_det_factory;
21  }
22 };
23 
24 
25 #endif
void initFactory(goptions, runConditions, string)
static detectorFactory * createFactory()
map< string, detector > loadDetectors()