GEMC  2.2
Geant4 Monte-Carlo Framework
mysql_mirrors.h
Go to the documentation of this file.
1 #ifndef MYSQL_MIRRORS_H
2 #define MYSQL_MIRRORS_H
3 
4 #include "mirrors_factory.h"
5 
6 class mysql_mirrors : public mirrors
7 {
8  public:
10 
11  map<string, mirror*> initMirrors(runConditions, goptions); // Method to define the mirrors
12 
14  {
15  return new mysql_mirrors;
16  }
17 
18 };
19 
20 
21 #endif
static mirrors * createMirrors()
Definition: mysql_mirrors.h:13
map< string, mirror * > initMirrors(runConditions, goptions)