Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
+4
View File
@@ -8,6 +8,10 @@
Category History file
---------------------
20.09.2019 - M. Asai;brachy-V10-05-00
Add G4VScoringMesh:: scope identifier to BrachyUserScoreWriter.cc
Co-working with detutils-V10-05-01
30.11.2018 - G. Cosmo;brachy-V10-04-07.
Fixed compilation warning for shadowing variables/parameters
in BrachyAnalysisManager, BrachyPrimaryGeneratorAction and
@@ -1,6 +1,10 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-06 (30-June-2019)
Geant4 version Name: geant4-10-06-ref-00 (6-December-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -56,12 +60,12 @@ End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
"/vis/list" to see available colours.
Checking overlaps for volume phys_steel_shell ... OK!
Checking overlaps for volume phys_air_gap ... OK!
Checking overlaps for volume phys_End1_steel_shell ... OK!
Checking overlaps for volume phys_End2_steel_shell ... OK!
Checking overlaps for volume phys_cable ... OK!
Checking overlaps for volume phys_iridium_core ... OK!
Checking overlaps for volume phys_steel_shell (G4Tubs) ... OK!
Checking overlaps for volume phys_air_gap (G4Tubs) ... OK!
Checking overlaps for volume phys_End1_steel_shell (G4Tubs) ... OK!
Checking overlaps for volume phys_End2_steel_shell (G4Cons) ... OK!
Checking overlaps for volume phys_cable (G4Tubs) ... OK!
Checking overlaps for volume phys_iridium_core (G4Tubs) ... OK!
--- G4CoupledTransportation is used
/tracking/verbose 0
/run/verbose 0
@@ -70,12 +74,12 @@ Checking overlaps for volume phys_iridium_core ... OK!
Now the source is Flexi
/run/geometryModified
Old Source is deleted ...
Checking overlaps for volume phys_steel_shell ... OK!
Checking overlaps for volume phys_air_gap ... OK!
Checking overlaps for volume phys_End1_steel_shell ... OK!
Checking overlaps for volume phys_End2_steel_shell ... OK!
Checking overlaps for volume phys_cable ... OK!
Checking overlaps for volume phys_iridium_core ... OK!
Checking overlaps for volume phys_steel_shell (G4Tubs) ... OK!
Checking overlaps for volume phys_air_gap (G4Tubs) ... OK!
Checking overlaps for volume phys_End1_steel_shell (G4Tubs) ... OK!
Checking overlaps for volume phys_End2_steel_shell (G4Cons) ... OK!
Checking overlaps for volume phys_cable (G4Tubs) ... OK!
Checking overlaps for volume phys_iridium_core (G4Tubs) ... OK!
... New source is created ...
/run/geometryModified
... Geometry is notified .... THAT'S IT!!!!!
@@ -244,8 +248,7 @@ compt: for gamma SubType=13 BuildTable=1
conv: for gamma SubType=14 BuildTable=1
Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitler5D : Emin= 0 eV Emax= 1 GeV ModifiedTsai
BetheHeitlerLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai
BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai
Rayl: for gamma SubType=11 BuildTable=1
Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0
@@ -374,9 +377,9 @@ ionIoni: for GenericIon SubType=2
nuclearStopping: for GenericIon SubType=8 BuildTable=0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
=======================================================================
====== Radioactive Decay Physics Parameters ========
=======================================================================
======================================================================
====== Radioactive Decay Physics Parameters =======
======================================================================
Max life time 1.4427e+06 ps
Internal e- conversion flag 1
Stored internal conversion coefficients 1
@@ -387,7 +390,7 @@ Auger electron emission enabled 1
Auger cascade enabled 1
Check EM cuts disabled for atomic de-excitation 1
Use Bearden atomic level energies 0
=======================================================================
======================================================================
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 1
@@ -64,6 +64,8 @@ void BrachyUserScoreWriter::DumpQuantityToFile(const G4String & psName,
const G4String & fileName,
const G4String & option)
{
using MeshScoreMap = G4VScoringMesh::MeshScoreMap;
if(verboseLevel > 0)
{G4cout << "BrachyUserScorer-defined DumpQuantityToFile() method is invoked."
<< G4endl;