|
Geant4
10.03
|
#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"
Include dependency graph for GunGPS.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
PrimaryGeneratorGPS* prim = new PrimaryGeneratorGPS();
PrimaryGeneratorGun2* prim = new PrimaryGeneratorGun2();
Definition at line 58 of file GunGPS.cc.
References G4UImanager::ApplyCommand(), G4UImanager::GetUIpointer(), G4RunManager::Initialize(), G4VisManager::Initialize(), G4UIExecutive::SessionStart(), G4VSteppingVerbose::SetInstance(), G4RunManager::SetUserAction(), and G4RunManager::SetUserInitialization().
Here is the call graph for this function: