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
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.13 2006/11/16 04:53:32 tomezb Exp $
$Id: History,v 1.14 2007/09/30 23:05:58 gum Exp $
-------------------------------------------------------------------
=========================================================
@@ -7,6 +7,10 @@ $Id: History,v 1.13 2006/11/16 04:53:32 tomezb Exp $
History file
------------
30.09.2007 -- P.Gumplinger - air_shower-V09-00-00
-- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
16.11.2006 -- B. Tome - air_shower-V08-01-00
-- Tested with candidate tag geant4-08-02-cand-00.
-- Ultra.cc - Removed invocation of Visualisation.mac if argc==1.
@@ -276,7 +276,8 @@ void UltraPhysicsList::ConstructOp()
G4String particleName = particle->GetParticleName();
if (theCerenkovProcess->IsApplicable(*particle)) {
// pmanager->AddContinuousProcess(theCerenkovProcess);
// pmanager->AddProcess(theCerenkovProcess);
// pmanager->SetProcessOrdering(theCerenkovProcess,idxPostStep);
}
if (theScintillationProcess->IsApplicable(*particle)) {