GEMC
2.3
Geant4 Monte-Carlo Framework
|
Go to the source code of this file.
Data Structures | |
class | mirror |
class | mirrors |
Typedefs | |
typedef mirrors *(* | mirrorFactory) () |
Functions | |
mirrors * | getMirrorFactory (map< string, mirrorFactory > *, string) |
map< string, mirrorFactory > | registerMirrorFactories () |
map< string, mirror * > | buildMirrors (map< string, mirrorFactory > mirrorFactoryMap, goptions go, runConditions rc) |
void | printMirrors (map< string, mirror * > mirMap) |
typedef mirrors*(* mirrorFactory) () |
Definition at line 56 of file mirrors_factory.h.
map<string, mirror*> buildMirrors | ( | map< string, mirrorFactory > | mirrorFactoryMap, |
goptions | go, | ||
runConditions | rc | ||
) |
Definition at line 96 of file mirrors_factory.cc.
mirrors* getMirrorFactory | ( | map< string, mirrorFactory > * | , |
string | |||
) |
Definition at line 11 of file mirrors_factory.cc.
void printMirrors | ( | map< string, mirror * > | mirMap | ) |
Definition at line 37 of file mirrors_factory.cc.
map<string, mirrorFactory> registerMirrorFactories | ( | ) |
Definition at line 23 of file mirrors_factory.cc.