|
Geant4.10
|
Main program of the hadronic/Hadr01 example. More...
#include "G4RunManager.hh"#include "G4UImanager.hh"#include "Randomize.hh"#include "DetectorConstruction.hh"#include "PhysicsList.hh"#include "G4PhysListFactory.hh"#include "G4VModularPhysicsList.hh"#include "PrimaryGeneratorAction.hh"#include "PhysicsListMessenger.hh"#include "G4EmUserPhysics.hh"#include "RunAction.hh"#include "EventAction.hh"#include "StackingAction.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Main program of the hadronic/Hadr01 example.
Definition in file Hadr01.cc.
Definition at line 75 of file Hadr01.cc.
References G4UImanager::ApplyCommand(), G4PhysListFactory::GetReferencePhysList(), G4UImanager::GetUIpointer(), G4VisManager::Initialize(), G4PhysListFactory::IsReferencePhysList(), G4VModularPhysicsList::RegisterPhysics(), G4UIExecutive::SessionStart(), CLHEP::HepRandom::setTheEngine(), G4RunManager::SetUserAction(), and G4RunManager::SetUserInitialization().
1.8.7