Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -50,6 +50,7 @@
// 2003-11-27 - Modified line 168-9 to reflect changes made to
// G4OpticalSurface class ( by Fan Lei)
// 2004-02-02 - Set theStatus = Undefined at start of DoIt
// 2005-07-28 - add G4ProcessType to constructor
//
// Author: Peter Gumplinger
// adopted from work by Werner Keil - April 2/96
@@ -76,8 +77,9 @@
// Constructors
/////////////////
G4OpBoundaryProcess::G4OpBoundaryProcess(const G4String& processName)
: G4VDiscreteProcess(processName)
G4OpBoundaryProcess::G4OpBoundaryProcess(const G4String& processName,
G4ProcessType type)
: G4VDiscreteProcess(processName, type)
{
if ( verboseLevel > 0) {
G4cout << GetProcessName() << " is created " << G4endl;