Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: EventAction.cc,v 1.6 2007/06/20 15:26:33 maire Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: EventAction.cc,v 1.7 2007/11/12 15:48:58 maire Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
//
@@ -64,8 +64,9 @@ void EventAction::BeginOfEventAction(const G4Event* evt)
G4int evtNb = evt->GetEventID();
//printing survey
if (evtNb%printModulo == 0)
if (evtNb%printModulo == 0) {
G4cout << "\n---> Begin of Event: " << evtNb << G4endl;
}
//additional initializations
TotalEnergyDeposit = 0.;