Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user