Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,12 +23,11 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: WLSPhysicsList.hh 69561 2013-05-08 12:25:56Z gcosmo $
//
/// \file optical/wls/include/WLSPhysicsList.hh
/// \brief Definition of the WLSPhysicsList class
//
//
//
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -67,8 +66,8 @@ class WLSPhysicsList: public G4VModularPhysicsList
/// Make sure that the physics list is empty.
void ClearPhysics();
void ConstructParticle();
void ConstructProcess();
virtual void ConstructParticle();
virtual void ConstructProcess();
// Turn on or off the absorption process
void SetAbsorption(G4bool);
@@ -83,14 +82,15 @@ private:
G4double fCutForElectron;
G4double fCutForPositron;
G4double MaxChargedStep;
WLSStepMax* stepMaxProcess;
WLSStepMax* fStepMaxProcess;
WLSOpticalPhysics* opticalPhysics;
WLSOpticalPhysics* fOpticalPhysics;
WLSPhysicsListMessenger* fMessenger;
G4bool AbsorptionOn;
G4bool fAbsorptionOn;
G4VMPLData::G4PhysConstVectorData* fPhysicsVector;
};