GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include "gbank.h"
#include "options.h"
#include "MPrimaryGeneratorAction.h"
#include "evioUtil.hxx"
#include "evioFileChannel.hxx"
#include "G4ThreeVector.hh"
Go to the source code of this file.
Data Structures | |
class | hitOutput |
class | summaryForParticle |
class | generatedParticle |
class | outputContainer |
class | outputFactory |
Typedefs | |
typedef outputFactory *(* | outputFactoryInMap) () |
Functions | |
outputFactory * | getOutputFactory (map< string, outputFactoryInMap > *, string) |
map< string, outputFactoryInMap > | registerOutputFactories () |
Defines the gemc output Factory .
It contains the factory method that returns a pointer to goutputs.
The virtual method processOutput writes events to the correct stream.
Definition in file outputFactory.h.
typedef outputFactory*(* outputFactoryInMap) () |
Definition at line 212 of file outputFactory.h.
outputFactory* getOutputFactory | ( | map< string, outputFactoryInMap > * | , |
string | |||
) |
Definition at line 14 of file outputFactory.cc.
map<string, outputFactoryInMap> registerOutputFactories | ( | ) |
Definition at line 61 of file outputFactory.cc.