GEMC
2.2
Geant4 Monte-Carlo Framework
|
#include <detector_factory.h>
Public Member Functions | |
virtual map< string, detector > | loadDetectors ()=0 |
virtual | ~detectorFactory () |
void | initFactory (goptions, runConditions, string) |
Data Fields | |
string | factoryType |
goptions | gemcOpt |
runConditions | RC |
Definition at line 14 of file detector_factory.h.
|
inlinevirtual |
Definition at line 19 of file detector_factory.h.
void detectorFactory::initFactory | ( | goptions | go, |
runConditions | rc, | ||
string | ft | ||
) |
Definition at line 189 of file detector_factory.cc.
|
pure virtual |
Implemented in gdml_det_factory, clara_det_factory, mysql_det_factory, and text_det_factory.
string detectorFactory::factoryType |
Definition at line 24 of file detector_factory.h.
goptions detectorFactory::gemcOpt |
Definition at line 25 of file detector_factory.h.
runConditions detectorFactory::RC |
Definition at line 26 of file detector_factory.h.