Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+6 -2
View File
@@ -23,9 +23,11 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
/// \file runAndEvent/RE01/RE01.cc
/// \brief Main program of the runAndEvent/RE01 example
//
// $Id: RE01.cc,v 1.4 2010-11-08 17:42:28 allison Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// $Id: $
//
//
// --------------------------------------------------------------
@@ -43,6 +45,7 @@
#include "RE01DetectorConstruction.hh"
#include "RE01PhysicsList.hh"
#include "QGSP_BERT.hh"
#include "RE01PrimaryGeneratorAction.hh"
#include "RE01RunAction.hh"
#include "RE01EventAction.hh"
@@ -70,6 +73,7 @@ int main(int argc,char** argv)
runManager->SetUserInitialization(new RE01DetectorConstruction);
runManager->SetUserInitialization(new RE01PhysicsList);
//runManager->SetUserInitialization(new QGSP_BERT);
runManager->Initialize();