Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -51,8 +51,8 @@ void RE05ActionInitialization::Build() const
G4UserRunAction* run_action = new RE05RunAction;
SetUserAction(run_action);
//
//// G4UserEventAction* event_action = new RE05EventAction;
//// SetUserAction(event_action);
G4UserEventAction* event_action = new RE05EventAction;
SetUserAction(event_action);
//
G4UserStackingAction* stacking_action = new RE05StackingAction;
SetUserAction(stacking_action);
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE05PrimaryGeneratorAction.cc 70214 2013-05-27 07:21:19Z gcosmo $
// $Id: RE05PrimaryGeneratorAction.cc 83391 2014-08-21 14:35:11Z gcosmo $
//
/// \file RE05/src/RE05PrimaryGeneratorAction.cc
/// \brief Implementation of the RE05PrimaryGeneratorAction class
@@ -48,7 +48,7 @@ RE05PrimaryGeneratorAction::RE05PrimaryGeneratorAction()
if(!HEPEvt)
{
const char* filename = "pythia_event.data";
HEPEvt = new G4HEPEvtInterface(filename,2);
HEPEvt = new G4HEPEvtInterface(filename,1);
}
G4int n_particle = 1;