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