Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -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,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);
|
||||
|
||||
Reference in New Issue
Block a user