Geant4
10.03.p03
|
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "Randomize.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "PrimaryGeneratorGPS.hh"
#include "PrimaryGeneratorGun1.hh"
#include "PrimaryGeneratorGun2.hh"
#include "RunAction.hh"
#include "TrackingAction.hh"
#include "SteppingVerbose.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
PrimaryGeneratorGPS* prim = new PrimaryGeneratorGPS();
PrimaryGeneratorGun2* prim = new PrimaryGeneratorGun2();
Definition at line 58 of file GunGPS.cc.