Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: WLSDetectorConstruction.cc 101671 2016-11-21 09:18:37Z gcosmo $
// $Id: WLSDetectorConstruction.cc 104079 2017-05-10 14:51:06Z gcosmo $
//
/// \file optical/wls/src/WLSDetectorConstruction.cc
/// \brief Implementation of the WLSDetectorConstruction class
@@ -442,6 +442,7 @@ void WLSDetectorConstruction::ConstructFiber()
logicPlacement = logicClad2;
physiPlacement = physiClad2;
break;
case 1:
@@ -482,6 +483,7 @@ void WLSDetectorConstruction::ConstructFiber()
logicPlacement = logicClad1;
physiPlacement = physiClad1;
break;
default:
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: WLSSteppingAction.cc 99622 2016-09-29 10:16:04Z gcosmo $
// $Id: WLSSteppingAction.cc 104079 2017-05-10 14:51:06Z gcosmo $
//
/// \file optical/wls/src/WLSSteppingAction.cc
/// \brief Implementation of the WLSSteppingAction class
@@ -281,6 +281,7 @@ void WLSSteppingAction::UserSteppingAction(const G4Step* theStep)
G4cout << "\n Bounce Limit Exceeded" << G4endl;
return;
}
break;
case FresnelReflection:
@@ -347,7 +348,6 @@ void WLSSteppingAction::UserSteppingAction(const G4Step* theStep)
return;
}
break;
default: break;