Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+2 -15
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4OpticalPhoton.cc,v 1.8 2001/10/16 08:15:43 kurasige Exp $
// GEANT4 tag $Name: geant4-05-00 $
// $Id: G4OpticalPhoton.cc,v 1.9 2002/12/16 11:15:36 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
@@ -87,19 +87,6 @@ G4OpticalPhoton G4OpticalPhoton::theOpticalPhoton(
G4OpticalPhoton* G4OpticalPhoton::OpticalPhotonDefinition()
{return &theOpticalPhoton;}
// **********************************************************************
// **************************** SetCuts *********************************
// **********************************************************************
// In this version Input Cut Value is meaning less
// theKineticEnergyCuts for all materials are set to Zero.
void G4OpticalPhoton::SetCuts(G4double aCut)
{
SetCutInMaxInteractionLength( aCut );
// Set Energy Cut values to zero for all materials
SetEnergyCutValues( 0.0*keV);
}
G4OpticalPhoton* G4OpticalPhoton::OpticalPhoton()
{