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
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4OpBoundaryProcess.hh,v 1.12 2004/12/02 23:10:36 gum Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4OpBoundaryProcess.hh,v 1.13 2005/07/28 22:26:59 gum Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
////////////////////////////////////////////////////////////////////////
@@ -34,7 +34,8 @@
// optical interfaces
// Version: 1.1
// Created: 1997-06-18
// Modified: 1999-10-29 add method and class descriptors
// Modified: 2005-07-28 add G4ProcessType to constructor
// 1999-10-29 add method and class descriptors
// 1999-10-10 - Fill NewMomentum/NewPolarization in
// DoAbsorption. These members need to be
// filled since DoIt calls
@@ -105,7 +106,8 @@ public: // Without description
// Constructors and Destructor
////////////////////////////////
G4OpBoundaryProcess(const G4String& processName = "OpBoundary");
G4OpBoundaryProcess(const G4String& processName = "OpBoundary",
G4ProcessType type = fOptical);
~G4OpBoundaryProcess();