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,5 +1,5 @@
-------------------------------------------------------------------
$Id: History,v 1.10 2007/05/14 07:50:42 ribon Exp $
$Id: History,v 1.11 2007/09/30 23:00:40 gum Exp $
-------------------------------------------------------------------
=========================================================
@@ -9,6 +9,9 @@ $Id: History,v 1.10 2007/05/14 07:50:42 ribon Exp $
Category History file
---------------------
30.09.2007 - P.Gumplinger (Rich-V09-00-00)
adjust to the G4Cerenkov process now being a G4VDiscreteProcess
14.05.2007 - A.Ribon (Rich-V08-03-00)
The constant "kCarTolerance" is no longer available,
so it must be explicitly declared.
@@ -267,7 +267,8 @@ void RichTbPhysicsList::ConstructOp()
G4ProcessManager* pmanager = particle->GetProcessManager();
G4String particleName = particle->GetParticleName();
if (theCerenkovProcess->IsApplicable(*particle)) {
pmanager->AddContinuousProcess(theCerenkovProcess);
pmanager->AddProcess(theCerenkovProcess);
pmanager->SetProcessOrdering(theCerenkovProcess,idxPostStep);
}
if (particleName == "opticalphoton") {
G4cout << " AddDiscreteProcess to OpticalPhoton " << G4endl;