#include <PrimaryGenerator.h>

Public Member Functions | |
| void | GeneratePrimaries (G4Event *const event) |
| PrimaryGenerator () | |
| PrimaryGenerator (const std::string &) | |
| ~PrimaryGenerator () | |
Private Attributes | |
| G4ParticleGun * | fParticleGun |
| G4ParticleTable * | fParticleTable |
| std::ofstream | fStatFile |
Definition at line 16 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h.
| PrimaryGenerator::PrimaryGenerator | ( | ) |
Definition at line 41 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc.
| PrimaryGenerator::PrimaryGenerator | ( | const std::string & | ) |
Definition at line 47 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc.
References fStatFile.
| PrimaryGenerator::~PrimaryGenerator | ( | ) |
Definition at line 62 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc.
References fParticleGun.
| void PrimaryGenerator::GeneratePrimaries | ( | G4Event *const | event | ) |
Definition at line 69 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc.
References galactic::eV, utl::eV, fParticleGun, fParticleTable, fStatFile, GroundPropagatorAG::GroundPropagator::GetCurrentDetectorCounter(), GroundPropagatorAG::GroundPropagator::GetCurrentParticleIt(), det::MPositionable< Config >::GetLocalCoordinateSystem(), det::MPositionable< Config >::GetPosition(), utl::BasicVector< HepVector >::GetX(), utl::BasicVector< HepVector >::GetY(), utl::km, utl::m, mdet::Counter::ModulesBegin(), mdet::Counter::ModulesEnd(), ns, utl::ns, and WARNING.
|
private |
Definition at line 29 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h.
Referenced by GeneratePrimaries(), and ~PrimaryGenerator().
|
private |
Definition at line 30 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h.
Referenced by GeneratePrimaries().
|
private |
Definition at line 31 of file MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h.
Referenced by GeneratePrimaries(), and PrimaryGenerator().