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