Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.8 2006/09/14 22:26:55 gum Exp $
$Id: History,v 1.9 2007/09/30 22:33:42 gum Exp $
-------------------------------------------------------------------
=========================================================
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
30 Sept 2007 Peter Gumplinger (LXe-V09-00-00)
- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
14 Sept 2006 Peter Gumplinger (LXe-V08-01-00)
- bug fix (889): set the pointers to G4MaterialPropertiesTable LXe_mt
and MPTPStyrene to NULL in the class constructor of LXeDetectorConstruction.
+1 -1
View File
@@ -1,5 +1,5 @@
**********************************************
Geant4 version $Name: geant4-09-00 $
Geant4 version $Name: geant4-09-01 $
(12-December-2003)
Copyright : Geant4 Collaboration
**********************************************
@@ -88,7 +88,8 @@ void LXeOpticalPhysics::ConstructProcess()
G4ParticleDefinition* particle = theParticleIterator->value();
pManager = particle->GetProcessManager();
if(theCerenkovProcess->IsApplicable(*particle)){
pManager->AddContinuousProcess(theCerenkovProcess);
pManager->AddProcess(theCerenkovProcess);
pManager->SetProcessOrdering(theCerenkovProcess,idxPostStep);
}
if(theScintProcess->IsApplicable(*particle)){
pManager->AddProcess(theScintProcess);