Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -114,7 +114,6 @@ class G4OpticalPhysics : public G4VPhysicsConstructor
void SetMaxBetaChangePerStep(G4double );
void SetScintillationYieldFactor(G4double );
void SetScintillationExcitationRatio(G4double );
void SetOpticalSurfaceModel(G4OpticalSurfaceModel );
void SetWLSTimeProfile(G4String );
void SetScintillationByParticleType(G4bool );
@@ -169,9 +168,6 @@ class G4OpticalPhysics : public G4VPhysicsConstructor
/// scintillation excitation ratio
G4double fExcitationRatio;
/// the optical surface model (glisur or unified)
G4OpticalSurfaceModel fSurfaceModel;
/// the WLS process time profile
G4String fProfile;