Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+7 -1
View File
@@ -36,7 +36,10 @@
// Version: 5.0
// Created: 1996-04-30
// Author: Juliet Armstrong
// Updated: 1998-06-03 by Peter Gumplinger for example ExN06
// Updated: 2002-11-12 by Peter Gumplinger
// Change user interface to G4Scintillation
// Add UserStackingAction
// 1998-06-03 by Peter Gumplinger for example ExN06
// mail: gum@triumf.ca
//
// --------------------------------------------------------------
@@ -44,6 +47,7 @@
#include "ExN06RunAction.hh"
#include "ExN06DetectorConstruction.hh"
#include "ExN06PrimaryGeneratorAction.hh"
#include "ExN06StackingAction.hh"
#include "ExN06PhysicsList.hh"
#include "G4RunManager.hh"
@@ -76,6 +80,8 @@ int main(int argc,char** argv) {
runManager->SetUserAction(new ExN06RunAction);
runManager->SetUserAction(new ExN06PrimaryGeneratorAction);
runManager->SetUserAction(new ExN06StackingAction);
// User interactions
// Define (G)UI for interactive mode
if(argc==1)