Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# Setup the project
|
||||
cmake_minimum_required(VERSION 3.16...3.21)
|
||||
cmake_minimum_required(VERSION 3.16...3.27)
|
||||
project(underground_physics)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
@@ -57,7 +57,7 @@ target_link_libraries(DMX ${Geant4_LIBRARIES})
|
||||
# relies on these scripts being in the current working directory.
|
||||
#
|
||||
set(underground_physics_SCRIPTS
|
||||
alpha_1000.mac alpha_low.mac alpha.mac ambe_spectrum.mac gamma_1000.mac gamma_2000.mac gamma_low.mac gamma.mac initInter.mac neutron.mac stt.mac stt.out stt_pmt_ref.out stt_ref.out wired.mac
|
||||
alpha_1000.mac alpha.mac ambe_spectrum.mac gamma_1000.mac gamma_2000.mac gamma_low.mac gamma.mac initInter.mac neutron.mac stt.mac stt.out stt_pmt_ref.out stt_ref.out wired.mac
|
||||
)
|
||||
|
||||
foreach(_script ${underground_physics_SCRIPTS})
|
||||
|
||||
@@ -4,6 +4,25 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
|
||||
which **must** added in reverse chronological order (newest at the top). It must **not**
|
||||
be used as a substitute for writing good git commit messages!
|
||||
|
||||
## 2023-11-21 Alex Howard (DMX-V11-01-03)
|
||||
- Fixed Bug #2503 and related to #2338 also removed redundant alpha_low.mac macro
|
||||
- Moved EM model Set methods in DMXPhysicsList to G4EmParameters
|
||||
|
||||
## 2023-11-18 I. Hrivnacova (DMX-V11-01-02)
|
||||
- Updated initInter.mac:
|
||||
- Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
|
||||
and simplified comments.
|
||||
|
||||
## 2023-11-16 Alex Howard (DMX-V11-01-01)
|
||||
- Fixed Bug #2338 (updated analysis, ambe_spectrum.mac)
|
||||
|
||||
## 2023-11-10 Alberto Ribon (DMX-V11-01-00)
|
||||
- In all macro files, introduced the UI command
|
||||
'/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year'
|
||||
to allow all radioactive decays (including the very long ones).
|
||||
This is necessary since G4 11.2, being 1 year the default time
|
||||
threshold above which the decays are ignored.
|
||||
|
||||
## 2022-09-09 Susanna Guatelli (DMX-V11-00-01)
|
||||
- Ranecu Engine removed. Default one now used
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
/dmx/savePmt 1
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 1
|
||||
/dmx/gun/particle alpha
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
/dmx/savePmt 0
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle alpha
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# alpha.mac #
|
||||
# PMT hits from internal calibrator (single alphas) #
|
||||
# output in files hits.out and pmt.out #
|
||||
# #
|
||||
###############################################################################
|
||||
#
|
||||
# verbosities
|
||||
/control/verbose 1
|
||||
/run/verbose 1
|
||||
/tracking/verbose 0
|
||||
/hits/verbose 1
|
||||
#
|
||||
# draw flags
|
||||
/dmx/draw/drawColours standard
|
||||
/dmx/draw/drawTracks noscint
|
||||
/dmx/draw/drawHits 0
|
||||
#
|
||||
# file output
|
||||
/dmx/savePmt 1
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 1
|
||||
/dmx/gun/particle alpha
|
||||
/dmx/gun/energytype Mono
|
||||
/dmx/gun/energy 10.0 keV
|
||||
#
|
||||
# gun: isotropic
|
||||
#/dmx/gun/angtype iso
|
||||
#
|
||||
# OR gun: shoot up
|
||||
/dmx/gun/angtype direction
|
||||
/dmx/gun/direction 0 0 1
|
||||
#
|
||||
# gun: source
|
||||
/dmx/gun/type Volume
|
||||
/dmx/gun/shape Cylinder
|
||||
/dmx/gun/radius 250 um
|
||||
/dmx/gun/halfz 10.0 nm
|
||||
/dmx/gun/centre 0 0 -302.65 mm
|
||||
/dmx/gun/confine americium_phys
|
||||
#
|
||||
/dmx/hitsfile alpha_low.out
|
||||
/dmx/pmtfile alpha_low_pmt.out
|
||||
/dmx/histogramfile alpha_low
|
||||
#
|
||||
# set to 0 if too many tracks to store
|
||||
/tracking/storeTrajectory 1
|
||||
#
|
||||
/run/beamOn 1
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
/run/verbose 1
|
||||
/tracking/verbose 0
|
||||
/hits/verbose 0
|
||||
/dmx/printModulo 100
|
||||
#
|
||||
# draw flags
|
||||
/dmx/draw/drawColours custom
|
||||
@@ -31,90 +32,91 @@
|
||||
# radioactive decay module
|
||||
/process/had/rdm/verbose 0
|
||||
/process/had/rdm/allVolumes
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# using GPS for ambe_spectrum:
|
||||
/gps/type Surface
|
||||
/gps/shape Sphere
|
||||
/gps/radius 1.0 cm
|
||||
/gps/centre 0. 132.0 -302.65 mm
|
||||
/gps/angtype iso
|
||||
/gps/surfnorm 1
|
||||
/gps/mintheta 0.
|
||||
/gps/maxtheta 0.30
|
||||
/gps/minphi 0.
|
||||
/gps/maxphi 6.283185
|
||||
/gps/pos/type Surface
|
||||
/gps/pos/shape Sphere
|
||||
/gps/pos/radius 1.0 cm
|
||||
/gps/pos/centre 0. 132.0 -302.65 mm
|
||||
/gps/ang/type iso
|
||||
/gps/ang/surfnorm 1
|
||||
/gps/ang/mintheta 0.
|
||||
/gps/ang/maxtheta 0.30
|
||||
/gps/ang/minphi 0.
|
||||
/gps/ang/maxphi 6.283185
|
||||
#
|
||||
#
|
||||
/gps/energytype Arb
|
||||
/gps/histname arb
|
||||
/gps/ene/type Arb
|
||||
/gps/hist/type arb
|
||||
#
|
||||
/gps/particle neutron
|
||||
#
|
||||
# estimated neutron spectrum from Jaime's paper:
|
||||
# - first bin is in MeV:
|
||||
/gps/histpoint 0.0 10000
|
||||
/gps/histpoint 0.2 11000
|
||||
/gps/histpoint 0.4 12000
|
||||
/gps/histpoint 0.6 13000
|
||||
/gps/histpoint 0.8 12000
|
||||
/gps/histpoint 1.0 10000
|
||||
/gps/histpoint 1.2 9000
|
||||
/gps/histpoint 1.4 11000
|
||||
/gps/histpoint 1.6 10000
|
||||
/gps/histpoint 1.8 11000
|
||||
/gps/histpoint 2.0 9000
|
||||
/gps/histpoint 2.2 14000
|
||||
/gps/histpoint 2.4 11000
|
||||
/gps/histpoint 2.6 12000
|
||||
/gps/histpoint 2.8 15000
|
||||
/gps/histpoint 3.0 17000
|
||||
/gps/histpoint 3.2 16000
|
||||
/gps/histpoint 3.4 15000
|
||||
/gps/histpoint 3.6 16500
|
||||
/gps/histpoint 3.8 17000
|
||||
/gps/histpoint 4.0 17000
|
||||
/gps/histpoint 4.2 14000
|
||||
/gps/histpoint 4.4 13500
|
||||
/gps/histpoint 4.6 14500
|
||||
/gps/histpoint 4.8 14000
|
||||
/gps/histpoint 5.0 13500
|
||||
/gps/histpoint 5.2 13000
|
||||
/gps/histpoint 5.4 12500
|
||||
/gps/histpoint 5.6 11000
|
||||
/gps/histpoint 5.8 10000
|
||||
/gps/histpoint 6.0 9800
|
||||
/gps/histpoint 6.2 8000
|
||||
/gps/histpoint 6.4 7700
|
||||
/gps/histpoint 6.6 7000
|
||||
/gps/histpoint 6.8 6800
|
||||
/gps/histpoint 7.0 6000
|
||||
/gps/histpoint 7.2 5000
|
||||
/gps/histpoint 7.4 4000
|
||||
/gps/histpoint 7.6 3600
|
||||
/gps/histpoint 7.8 3000
|
||||
/gps/histpoint 8.0 2000
|
||||
/gps/histpoint 8.2 1900
|
||||
/gps/histpoint 8.4 1750
|
||||
/gps/histpoint 8.6 1800
|
||||
/gps/histpoint 8.8 1825
|
||||
/gps/histpoint 9.0 1600
|
||||
/gps/histpoint 9.2 1400
|
||||
/gps/histpoint 9.4 1200
|
||||
/gps/histpoint 9.6 1100
|
||||
/gps/histpoint 9.8 1000
|
||||
/gps/histpoint 10.0 800
|
||||
/gps/hist/point 0.0 10000
|
||||
/gps/hist/point 0.2 11000
|
||||
/gps/hist/point 0.4 12000
|
||||
/gps/hist/point 0.6 13000
|
||||
/gps/hist/point 0.8 12000
|
||||
/gps/hist/point 1.0 10000
|
||||
/gps/hist/point 1.2 9000
|
||||
/gps/hist/point 1.4 11000
|
||||
/gps/hist/point 1.6 10000
|
||||
/gps/hist/point 1.8 11000
|
||||
/gps/hist/point 2.0 9000
|
||||
/gps/hist/point 2.2 14000
|
||||
/gps/hist/point 2.4 11000
|
||||
/gps/hist/point 2.6 12000
|
||||
/gps/hist/point 2.8 15000
|
||||
/gps/hist/point 3.0 17000
|
||||
/gps/hist/point 3.2 16000
|
||||
/gps/hist/point 3.4 15000
|
||||
/gps/hist/point 3.6 16500
|
||||
/gps/hist/point 3.8 17000
|
||||
/gps/hist/point 4.0 17000
|
||||
/gps/hist/point 4.2 14000
|
||||
/gps/hist/point 4.4 13500
|
||||
/gps/hist/point 4.6 14500
|
||||
/gps/hist/point 4.8 14000
|
||||
/gps/hist/point 5.0 13500
|
||||
/gps/hist/point 5.2 13000
|
||||
/gps/hist/point 5.4 12500
|
||||
/gps/hist/point 5.6 11000
|
||||
/gps/hist/point 5.8 10000
|
||||
/gps/hist/point 6.0 9800
|
||||
/gps/hist/point 6.2 8000
|
||||
/gps/hist/point 6.4 7700
|
||||
/gps/hist/point 6.6 7000
|
||||
/gps/hist/point 6.8 6800
|
||||
/gps/hist/point 7.0 6000
|
||||
/gps/hist/point 7.2 5000
|
||||
/gps/hist/point 7.4 4000
|
||||
/gps/hist/point 7.6 3600
|
||||
/gps/hist/point 7.8 3000
|
||||
/gps/hist/point 8.0 2000
|
||||
/gps/hist/point 8.2 1900
|
||||
/gps/hist/point 8.4 1750
|
||||
/gps/hist/point 8.6 1800
|
||||
/gps/hist/point 8.8 1825
|
||||
/gps/hist/point 9.0 1600
|
||||
/gps/hist/point 9.2 1400
|
||||
/gps/hist/point 9.4 1200
|
||||
/gps/hist/point 9.6 1100
|
||||
/gps/hist/point 9.8 1000
|
||||
/gps/hist/point 10.0 800
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
/gps/arbint Lin
|
||||
/gps/hist/inter Lin
|
||||
|
||||
/random/setDirectoryName ./seeds
|
||||
/random/setSavingFlag
|
||||
|
||||
/dmx/hitsfile ambe_spectrum.out
|
||||
/dmx/histogramfile ambe_spectrum.his
|
||||
/dmx/histogramfile ambe_spectrum.root
|
||||
|
||||
/run/beamOn 1000000
|
||||
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
/dmx/savePmt 0
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle gamma
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
/dmx/savePmt 0
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle gamma
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
/dmx/savePmt 1
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle gamma
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
/dmx/savePmt 0
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle gamma
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
/control/verbose 2
|
||||
/control/saveHistory
|
||||
#
|
||||
# (Edit the next line(s) to choose another graphic system)
|
||||
/vis/open OGL
|
||||
#/vis/open DANWFILE
|
||||
#/vis/open Xo
|
||||
# Open a viewer
|
||||
/vis/open
|
||||
# This opens the default viewer - see examples/basic/B1/vis.mac for a
|
||||
# more comprehensive overview of options. Also the documentation.
|
||||
#
|
||||
# Trajectories: set to 0 if too many
|
||||
# alternatively use /dmx/drawTracks [none charged noscint all]
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
# radioactive decay module
|
||||
/process/had/rdm/verbose 0
|
||||
/process/had/rdm/allVolumes
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 1
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
#include "G4hBremsstrahlung.hh"
|
||||
#include "G4ionIonisation.hh"
|
||||
#include "G4IonParametrisedLossModel.hh"
|
||||
#include "G4NuclearStopping.hh"
|
||||
|
||||
//em process options to allow msc step-limitation to be switched off
|
||||
#include "G4EmParameters.hh"
|
||||
@@ -334,6 +335,8 @@ void DMXPhysicsList::ConstructEM() {
|
||||
G4LossTableManager* man = G4LossTableManager::Instance();
|
||||
man->SetAtomDeexcitation(new G4UAtomicDeexcitation());
|
||||
|
||||
G4EmParameters* em_params = G4EmParameters::Instance();
|
||||
|
||||
auto particleIterator=GetParticleIterator();
|
||||
particleIterator->reset();
|
||||
while( (*particleIterator)() ){
|
||||
@@ -368,7 +371,7 @@ void DMXPhysicsList::ConstructEM() {
|
||||
// process ordering: AddProcess(name, at rest, along step, post step)
|
||||
// Multiple scattering
|
||||
G4eMultipleScattering* msc = new G4eMultipleScattering();
|
||||
msc->SetStepLimitType(fUseDistanceToBoundary);
|
||||
em_params->SetMscStepLimitType(fUseDistanceToBoundary);
|
||||
pmanager->AddProcess(msc,-1, 1, -1);
|
||||
|
||||
// Ionisation
|
||||
@@ -376,30 +379,30 @@ void DMXPhysicsList::ConstructEM() {
|
||||
G4VEmModel* theIoniLiv = new G4LivermoreIonisationModel();
|
||||
theIoniLiv->SetHighEnergyLimit(0.1*MeV);
|
||||
eIonisation->AddEmModel(0, theIoniLiv, new G4UniversalFluctuation() );
|
||||
eIonisation->SetStepFunction(0.2, 100*um); //improved precision in tracking
|
||||
pmanager->AddProcess(eIonisation,-1, 2, 2);
|
||||
em_params->SetStepFunction(0.2, 100*um); //improved precision in tracking
|
||||
pmanager->AddProcess(eIonisation,-1, 2, 1);
|
||||
|
||||
// Bremsstrahlung
|
||||
G4eBremsstrahlung* eBremsstrahlung = new G4eBremsstrahlung();
|
||||
pmanager->AddProcess(eBremsstrahlung, -1,-3, 3);
|
||||
pmanager->AddProcess(eBremsstrahlung, -1,-3, 2);
|
||||
}
|
||||
else if (particleName == "e+")
|
||||
{
|
||||
//positron
|
||||
G4eMultipleScattering* msc = new G4eMultipleScattering();
|
||||
msc->SetStepLimitType(fUseDistanceToBoundary);
|
||||
pmanager->AddProcess(msc,-1, 1, 1);
|
||||
pmanager->AddProcess(msc,-1, 1, -1);
|
||||
|
||||
// Ionisation
|
||||
G4eIonisation* eIonisation = new G4eIonisation();
|
||||
eIonisation->SetStepFunction(0.2, 100*um); //
|
||||
pmanager->AddProcess(eIonisation, -1, 2, 2);
|
||||
// eIonisation->SetStepFunction(0.2, 100*um); //
|
||||
pmanager->AddProcess(eIonisation, -1, 2, 1);
|
||||
|
||||
//Bremsstrahlung (use default, no low-energy available)
|
||||
pmanager->AddProcess(new G4eBremsstrahlung(), -1,-1, 3);
|
||||
pmanager->AddProcess(new G4eBremsstrahlung(), -1,-1, 2);
|
||||
|
||||
//Annihilation
|
||||
pmanager->AddProcess(new G4eplusAnnihilation(),0,-1, 4);
|
||||
pmanager->AddProcess(new G4eplusAnnihilation(),0,-1, 3);
|
||||
}
|
||||
else if( particleName == "mu+" ||
|
||||
particleName == "mu-" )
|
||||
@@ -421,7 +424,7 @@ void DMXPhysicsList::ConstructEM() {
|
||||
|
||||
//ionisation
|
||||
G4hIonisation* hIonisation = new G4hIonisation();
|
||||
hIonisation->SetStepFunction(0.2, 50*um);
|
||||
em_params->SetStepFunctionMuHad(0.2, 50*um);
|
||||
pmanager->AddProcess(hIonisation, -1, 2, 1);
|
||||
|
||||
//bremmstrahlung
|
||||
@@ -437,8 +440,9 @@ void DMXPhysicsList::ConstructEM() {
|
||||
|
||||
//ionisation
|
||||
G4ionIonisation* ionIoni = new G4ionIonisation();
|
||||
ionIoni->SetStepFunction(0.1, 20*um);
|
||||
pmanager->AddProcess(ionIoni, -1, 2,-2);
|
||||
em_params->SetStepFunctionLightIons(0.1, 1*CLHEP::um);
|
||||
pmanager->AddProcess(ionIoni, -1, 2, 1);
|
||||
pmanager->AddProcess(new G4NuclearStopping(), -1, 3,-1);
|
||||
}
|
||||
else if (particleName == "GenericIon")
|
||||
{
|
||||
@@ -451,9 +455,9 @@ void DMXPhysicsList::ConstructEM() {
|
||||
|
||||
//ionisation
|
||||
G4ionIonisation* ionIoni = new G4ionIonisation();
|
||||
ionIoni->SetEmModel(new G4IonParametrisedLossModel());
|
||||
ionIoni->SetStepFunction(0.1, 20*um);
|
||||
em_params->SetStepFunctionIons(0.1, 1*CLHEP::um);
|
||||
pmanager->AddProcess(ionIoni, -1, 2, 1);
|
||||
pmanager->AddProcess(new G4NuclearStopping(), -1, 3,-1);
|
||||
}
|
||||
|
||||
else if ((!particle->IsShortLived()) &&
|
||||
|
||||
@@ -99,6 +99,8 @@ void DMXRunAction::Book()
|
||||
G4AnalysisManager* man = G4AnalysisManager::Instance();
|
||||
man->SetDefaultFileType("root");
|
||||
|
||||
man->SetNtupleMerging(true);
|
||||
|
||||
// Open an output file
|
||||
man->OpenFile(savehistFile);
|
||||
man->SetFirstHistoId(1);
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
/dmx/savePmt 1
|
||||
/dmx/saveHits 1
|
||||
#
|
||||
# Set a very high time threshold to allow all decays to happen
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
#
|
||||
# gun: particle
|
||||
/dmx/gun/verbose 0
|
||||
/dmx/gun/particle gamma
|
||||
|
||||
@@ -0,0 +1,814 @@
|
||||
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
|
||||
|
||||
############################################
|
||||
!!! WARNING - FPE detection is activated !!!
|
||||
############################################
|
||||
|
||||
|
||||
################################
|
||||
!!! G4Backtrace is activated !!!
|
||||
################################
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-02-ref-00 (8-December-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
: NIM A 835 (2016), 186-225
|
||||
WWW : http://geant4.org/
|
||||
**************************************************************
|
||||
|
||||
Visualization Manager instantiating with verbosity "warnings (3)"...
|
||||
Visualization Manager initialising...
|
||||
Registering graphics systems...
|
||||
|
||||
You have successfully registered the following graphics systems.
|
||||
Registered graphics systems are:
|
||||
ASCIITree (ATree)
|
||||
DAWNFILE (DAWNFILE)
|
||||
G4HepRepFile (HepRepFile)
|
||||
RayTracer (RayTracer)
|
||||
VRML2FILE (VRML2FILE)
|
||||
gMocrenFile (gMocrenFile)
|
||||
TOOLSSG_OFFSCREEN (TSG_OFFSCREEN)
|
||||
TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE)
|
||||
OpenGLImmediateQt (OGLIQt, OGLI)
|
||||
OpenGLStoredQt (OGLSQt, OGL, OGLS)
|
||||
OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
|
||||
OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
|
||||
OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
|
||||
OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
|
||||
RayTracerX (RayTracerX)
|
||||
Qt3D (Qt3D)
|
||||
TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK)
|
||||
TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK)
|
||||
TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB)
|
||||
TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG)
|
||||
TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB)
|
||||
Default graphics system is: TSG_OFFSCREEN (based on batch session).
|
||||
Default window size hint is: 600x600-0+0 (based on G4VisManager initialisation).
|
||||
Note: Parameters specified on the command line will override these defaults.
|
||||
Use "vis/open" without parameters to get these defaults.
|
||||
|
||||
Registering model factories...
|
||||
|
||||
You have successfully registered the following model factories.
|
||||
Registered model factories:
|
||||
generic
|
||||
drawByAttribute
|
||||
drawByCharge
|
||||
drawByOriginVolume
|
||||
drawByParticleID
|
||||
drawByEncounteredVolume
|
||||
|
||||
Registered models:
|
||||
None
|
||||
|
||||
Registered filter factories:
|
||||
attributeFilter
|
||||
chargeFilter
|
||||
originVolumeFilter
|
||||
particleFilter
|
||||
encounteredVolumeFilter
|
||||
|
||||
Registered filters:
|
||||
None
|
||||
|
||||
You have successfully registered the following user vis actions.
|
||||
Run Duration User Vis Actions: none
|
||||
End of Event User Vis Actions: none
|
||||
End of Run User Vis Actions: none
|
||||
|
||||
Some /vis commands (optionally) take a string to specify colour.
|
||||
"/vis/list" to see available colours.
|
||||
Using the DMX gun
|
||||
|
||||
Calibration source centre (X,Y,Z): 0, 0, -302.65 mm
|
||||
|
||||
User Limits:
|
||||
theMaxTimeCuts: 5.70045e+291 y
|
||||
theRoomTimeCut: 1 us
|
||||
theMaxStepSize: 5.82593e+288 pc
|
||||
theMinEKine: 250 eV
|
||||
minRoomMinEKine: 250 eV
|
||||
|
||||
OpAbsorption is created
|
||||
OpBoundary is created
|
||||
@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7
|
||||
DMXPhysicsList::SetCuts:CutLength : 1 um
|
||||
/run/verbose 1
|
||||
/tracking/verbose 0
|
||||
/hits/verbose 1
|
||||
/dmx/draw/drawColours standard
|
||||
/dmx/draw/drawTracks noscint
|
||||
/dmx/draw/drawHits 0
|
||||
/dmx/savePmt 1
|
||||
/dmx/saveHits 1
|
||||
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
||||
/dmx/gun/verbose 1
|
||||
Verbosity Set to: 1
|
||||
/dmx/gun/particle alpha
|
||||
/dmx/gun/energytype Mono
|
||||
/dmx/gun/energy 5.486 MeV
|
||||
/dmx/gun/angtype direction
|
||||
/dmx/gun/direction 0 0 1
|
||||
/dmx/gun/type Volume
|
||||
/dmx/gun/shape Cylinder
|
||||
/dmx/gun/radius 250 um
|
||||
/dmx/gun/halfz 10.0 nm
|
||||
/dmx/gun/centre 0 0 -302.65 mm
|
||||
/dmx/gun/confine americium_phys
|
||||
Volume americium_phys exists
|
||||
/dmx/hitsfile alpha.out
|
||||
/dmx/pmtfile alpha_pmt.out
|
||||
/dmx/histogramfile alpha
|
||||
/tracking/storeTrajectory 1
|
||||
/run/beamOn 1
|
||||
=======================================================================
|
||||
====== Electromagnetic Physics Parameters ========
|
||||
=======================================================================
|
||||
LPM effect enabled 1
|
||||
Enable creation and use of sampling tables 0
|
||||
Apply cuts on all EM processes 0
|
||||
Use combined TransportationWithMsc Disabled
|
||||
Use general process 0
|
||||
Enable linear polarisation for gamma 0
|
||||
Enable photoeffect sampling below K-shell 1
|
||||
Enable sampling of quantum entanglement 0
|
||||
X-section factor for integral approach 0.8
|
||||
Min kinetic energy for tables 100 eV
|
||||
Max kinetic energy for tables 100 GeV
|
||||
Number of bins per decade of a table 20
|
||||
Verbose level 1
|
||||
Verbose level for worker thread 0
|
||||
Bremsstrahlung energy threshold above which
|
||||
primary e+- is added to the list of secondary 100 TeV
|
||||
Bremsstrahlung energy threshold above which primary
|
||||
muon/hadron is added to the list of secondary 100 TeV
|
||||
Lowest triplet kinetic energy 1 MeV
|
||||
Enable sampling of gamma linear polarisation 0
|
||||
5D gamma conversion model type 0
|
||||
5D gamma conversion model on isolated ion 0
|
||||
Livermore data directory epics_2017
|
||||
=======================================================================
|
||||
====== Ionisation Parameters ========
|
||||
=======================================================================
|
||||
Step function for e+- (0.2, 0.1 mm)
|
||||
Step function for muons/hadrons (0.2, 0.05 mm)
|
||||
Step function for light ions (0.1, 0.001 mm)
|
||||
Step function for general ions (0.1, 0.001 mm)
|
||||
Lowest e+e- kinetic energy 1 keV
|
||||
Lowest muon/hadron kinetic energy 1 keV
|
||||
Use ICRU90 data 0
|
||||
Fluctuations of dE/dx are enabled 1
|
||||
Type of fluctuation model for leptons and hadrons Universal
|
||||
Use built-in Birks satuaration 0
|
||||
Build CSDA range enabled 0
|
||||
Use cut as a final range enabled 0
|
||||
Enable angular generator interface 0
|
||||
Max kinetic energy for CSDA tables 1 GeV
|
||||
Max kinetic energy for NIEL computation 0 eV
|
||||
Linear loss limit 0.01
|
||||
Read data from file for e+e- pair production by mu 0
|
||||
=======================================================================
|
||||
====== Multiple Scattering Parameters ========
|
||||
=======================================================================
|
||||
Type of msc step limit algorithm for e+- 3
|
||||
Type of msc step limit algorithm for muons/hadrons 0
|
||||
Msc lateral displacement for e+- enabled 1
|
||||
Msc lateral displacement for muons and hadrons 0
|
||||
Urban msc model lateral displacement alg96 1
|
||||
Range factor for msc step limit for e+- 0.04
|
||||
Range factor for msc step limit for muons/hadrons 0.2
|
||||
Geometry factor for msc step limitation of e+- 2.5
|
||||
Safety factor for msc step limit for e+- 0.6
|
||||
Skin parameter for msc step limitation of e+- 1
|
||||
Lambda limit for msc step limit for e+- 1 mm
|
||||
Use Mott correction for e- scattering 0
|
||||
Factor used for dynamic computation of angular
|
||||
limit between single and multiple scattering 1
|
||||
Fixed angular limit between single
|
||||
and multiple scattering 3.1416 rad
|
||||
Upper energy limit for e+- multiple scattering 100 MeV
|
||||
Type of electron single scattering model 0
|
||||
Type of nuclear form-factor 1
|
||||
Screening factor 1
|
||||
=======================================================================
|
||||
====== Atomic Deexcitation Parameters ========
|
||||
=======================================================================
|
||||
Fluorescence enabled 1
|
||||
Directory in G4LEDATA for fluorescence data files fluor
|
||||
Auger electron cascade enabled 1
|
||||
PIXE atomic de-excitation enabled 1
|
||||
De-excitation module ignores cuts 0
|
||||
Type of PIXE cross section for hadrons Empirical
|
||||
Type of PIXE cross section for e+- Livermore
|
||||
=======================================================================
|
||||
|
||||
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
|
||||
DefaultRegionForTheWorld 1 1 1
|
||||
|
||||
### === G4UAtomicDeexcitation::InitialiseForNewRun()
|
||||
### === Auger flag: 1
|
||||
### === Ignore cuts flag: 0
|
||||
### === PIXE model for hadrons: Empirical
|
||||
### === PIXE model for e+-: Livermore
|
||||
|
||||
Rayl: for gamma SubType=11 BuildTable=1
|
||||
Lambda table from 100 eV to 150 keV, 20 bins/decade, spline: 0
|
||||
LambdaPrime table from 150 keV to 100 GeV in 116 bins
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LivermoreRayleigh : Emin= 0 eV Emax= 100 GeV CullenGenerator
|
||||
|
||||
phot: for gamma SubType=12 BuildTable=0
|
||||
LambdaPrime table from 200 keV to 100 GeV in 114 bins
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LivermorePhElectric : Emin= 0 eV Emax= 100 GeV SauterGavrila Fluo
|
||||
|
||||
compt: for gamma SubType=13 BuildTable=1
|
||||
Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1
|
||||
LambdaPrime table from 1 MeV to 100 GeV in 100 bins
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LivermoreCompton : Emin= 0 eV Emax= 100 GeV Fluo
|
||||
|
||||
conv: for gamma SubType=14 BuildTable=1
|
||||
Lambda table from 1.022 MeV to 100 GeV, 24 bins/decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
BetheHeitler5D : Emin= 0 eV Emax= 100 GeV ModifiedTsai
|
||||
|
||||
msc: for e- SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
|
||||
|
||||
eIoni: for e- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI
|
||||
MollerBhabha : Emin= 100 keV Emax= 100 GeV
|
||||
|
||||
eBrem: for e- XStype:4 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai
|
||||
eBremLPM : Emin= 1 GeV Emax= 100 GeV ModifiedTsai
|
||||
|
||||
msc: for e+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
|
||||
|
||||
eIoni: for e+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
MollerBhabha : Emin= 0 eV Emax= 100 GeV
|
||||
|
||||
eBrem: for e+ XStype:4 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai
|
||||
eBremLPM : Emin= 1 GeV Emax= 100 GeV ModifiedTsai
|
||||
|
||||
annihil: for e+ XStype:2 SubType=5 BuildTable=0
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
eplus2gg : Emin= 0 eV Emax= 100 GeV
|
||||
|
||||
msc: for proton SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for proton XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
hBrems: for proton XStype:1 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
hBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
msc: for GenericIon SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
ionIoni: for GenericIon XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
BraggIon : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
nuclearStopping: for GenericIon SubType=8 BuildTable=0
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU49NucStopping : Emin= 0 eV Emax= 10 GeV
|
||||
======================================================================
|
||||
====== Radioactive Decay Physics Parameters =======
|
||||
======================================================================
|
||||
min MeanLife (from G4NuclideTable) 1 ns
|
||||
Max life time (from G4DeexPrecoParameters) 1000 ps
|
||||
Internal e- conversion flag 1
|
||||
Stored internal conversion coefficients 1
|
||||
Enabled atomic relaxation mode 1
|
||||
Enable correlated gamma emission 0
|
||||
Max 2J for sampling of angular correlations 10
|
||||
Atomic de-excitation enabled 1
|
||||
Auger electron emission enabled 1
|
||||
Check EM cuts disabled for atomic de-excitation 0
|
||||
Use Bearden atomic level energies 0
|
||||
Use ANSTO fluorescence model 0
|
||||
Threshold for very long decay time at rest 1e+60 y
|
||||
======================================================================
|
||||
|
||||
====================================================================
|
||||
HADRONIC PROCESSES SUMMARY (verbose level 1)
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for alpha
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for anti_neutron
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for anti_proton
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 MeV
|
||||
Model: AntiAElastic: 100 MeV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
Process: hFritiofCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for deuteron
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for kaon+
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for kaon-
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: hBertiniCaptureAtRest
|
||||
-------------------------------------------------------------------------
|
||||
Hadronic Processes for mu-
|
||||
Process: muMinusCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for neutron
|
||||
Process: hadElastic
|
||||
Model: hElasticCHIPS: 19 MeV ---> 100 TeV
|
||||
Model: NeutronHPElastic: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV
|
||||
Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 19 MeV ---> 6 GeV
|
||||
Model: NeutronHPInelastic: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV
|
||||
Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
|
||||
Process: nCapture
|
||||
Model: NeutronHPCapture: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 100 TeV
|
||||
Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for pi+
|
||||
Process: hadElastic
|
||||
Model: hElasticGlauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for pi-
|
||||
Process: hadElastic
|
||||
Model: hElasticGlauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: hBertiniCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for proton
|
||||
Process: hadElastic
|
||||
Model: hElasticCHIPS: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for triton
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-------------------------------------------------------------------------
|
||||
Hadronic Processes for GenericIon
|
||||
Process: RadioactiveDecay
|
||||
### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level
|
||||
=======================================================================
|
||||
====== Geant4 Native Pre-compound Model Parameters ========
|
||||
=======================================================================
|
||||
Type of pre-compound inverse x-section 3
|
||||
Pre-compound model active 1
|
||||
Pre-compound excitation low energy 100 keV
|
||||
Pre-compound excitation high energy 30 MeV
|
||||
Angular generator for pre-compound model 1
|
||||
Use NeverGoBack option for pre-compound model 0
|
||||
Use SoftCutOff option for pre-compound model 0
|
||||
Use CEM transitions for pre-compound model 1
|
||||
Use GNASH transitions for pre-compound model 0
|
||||
Use HETC submodel for pre-compound model 0
|
||||
=======================================================================
|
||||
====== Nuclear De-excitation Module Parameters ========
|
||||
=======================================================================
|
||||
Type of de-excitation inverse x-section 3
|
||||
Type of de-excitation factory Evaporation+GEM
|
||||
Number of de-excitation channels 68
|
||||
Min excitation energy 10 eV
|
||||
Min energy per nucleon for multifragmentation 200 GeV
|
||||
Limit excitation energy for Fermi BreakUp 20 MeV
|
||||
Level density (1/MeV) 0.075
|
||||
Use simple level density model 1
|
||||
Use discrete excitation energy of the residual 1
|
||||
Time limit for long lived isomeres 1000 ps
|
||||
Isomer production flag 1
|
||||
Internal e- conversion flag 1
|
||||
Store e- internal conversion data 1
|
||||
Correlated gamma emission flag 0
|
||||
Max 2J for sampling of angular correlations 10
|
||||
=======================================================================
|
||||
|
||||
msc: for alpha SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
ionIoni: for alpha XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
BraggIon : Emin= 0 eV Emax=7.9452 MeV
|
||||
BetheBloch : Emin=7.9452 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
nuclearStopping: for alpha SubType=8 BuildTable=0
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU49NucStopping : Emin= 0 eV Emax= 10 GeV
|
||||
|
||||
msc: for anti_proton SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for anti_proton XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
msc: for kaon+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for kaon+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax=1.05231 MeV
|
||||
BetheBloch : Emin=1.05231 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
msc: for kaon- SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for kaon- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
|
||||
BetheBloch : Emin=1.05231 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
msc: for mu+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
muIoni: for mu+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax= 200 keV
|
||||
MuBetheBloch : Emin= 200 keV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
muBrems: for mu+ XStype:1 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
MuBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
muPairProd: for mu+ XStype:1 SubType=4
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
Sampling table 9x1001 from 0.85 GeV to 0.1 TeV
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
muPairProd : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
|
||||
msc: for mu- SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
muIoni: for mu- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax= 200 keV
|
||||
MuBetheBloch : Emin= 200 keV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
muBrems: for mu- XStype:1 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
MuBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
muPairProd: for mu- XStype:1 SubType=4
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
Sampling table 9x1001 from 0.85 GeV to 0.1 TeV
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
muPairProd : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
|
||||
=======================================================
|
||||
====== ParticleHP Physics Parameters ========
|
||||
=======================================================
|
||||
Use only photo-evaporation 0
|
||||
Skip missing isotopes 0
|
||||
Neglect Doppler 0
|
||||
Do not adjust final state 0
|
||||
Produce fission fragments 0
|
||||
Use WendtFissionModel 0
|
||||
Use NRESP71Model 0
|
||||
Use DBRC 0
|
||||
PHP use Poisson 0
|
||||
PHP check 1
|
||||
CHECK HP NAMES 0
|
||||
Enable DEBUG 0
|
||||
=======================================================
|
||||
|
||||
@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic
|
||||
|
||||
msc: for pi+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for pi+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax=297.505 keV
|
||||
BetheBloch : Emin=297.505 keV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
hBrems: for pi+ XStype:1 SubType=3
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
hBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
msc: for pi- SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm
|
||||
|
||||
hIoni: for pi- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax=297.505 keV
|
||||
BetheBloch : Emin=297.505 keV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
========= Table of registered couples ============================
|
||||
|
||||
Index : 0 used in the geometry : Yes
|
||||
Material : Concrete
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 1.00436 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 1 used in the geometry : Yes
|
||||
Material : AIR
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 2 used in the geometry : Yes
|
||||
Material : wood
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 3 used in the geometry : Yes
|
||||
Material : MetalAluminium
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 1.06385 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 4 used in the geometry : Yes
|
||||
Material : Steel
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 5.52571 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 5 used in the geometry : Yes
|
||||
Material : Vacuum
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 6 used in the geometry : Yes
|
||||
Material : LN2
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 7 used in the geometry : Yes
|
||||
Material : MetalCopper
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 6.64446 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 8 used in the geometry : Yes
|
||||
Material : LXe
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 859.963 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 9 used in the geometry : Yes
|
||||
Material : MetalLead
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 1.21764 keV e- 250 eV e+ 6.46937 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 10 used in the geometry : Yes
|
||||
Material : UraniumSource
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 1.50218 keV e- 250 eV e+ 8.09086 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 11 used in the geometry : Yes
|
||||
Material : quartz
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 792.749 eV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 12 used in the geometry : Yes
|
||||
Material : CathodeMetalAluminium
|
||||
Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um
|
||||
Energy thresholds : gamma 250 eV e- 250 eV e+ 1.06385 keV proton 100 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
==================================================================
|
||||
|
||||
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
|
||||
See commands in /vis/modeling/trajectories/ for other options.
|
||||
### Run 0 starts.
|
||||
### Run 0 starts (master).
|
||||
|
||||
-------- WWWW ------- G4Exception-START -------- WWWW -------
|
||||
*** G4Exception : Analysis_W001
|
||||
issued by : G4RootNtupleFileManager::SetNtupleMergingMode
|
||||
Merging ntuples is not applicable in sequential application.
|
||||
Setting was ignored.
|
||||
*** This is just a warning message. ***
|
||||
-------- WWWW -------- G4Exception-END --------- WWWW -------
|
||||
|
||||
Particle is in volume americium_phys
|
||||
Particle name: alpha
|
||||
Energy: 5.486
|
||||
Position: (-0.184755,0.0588756,-302.65)
|
||||
Direction: (0,0,1)
|
||||
NumberOfParticlesToBeGenerated: 1
|
||||
|
||||
---> Begin of event: 0
|
||||
|
||||
Primary Energy: 5.486 MeV
|
||||
LXe collection: 1187 hits
|
||||
PMT collection: 5134 hits
|
||||
First hit in LXe: alpha
|
||||
Number of hits in LXe: 1187
|
||||
Total energy in LXe: 5.00298 MeV
|
||||
Average light collection time: 23.9963 ns
|
||||
Number of PMT hits (photoelectron equivalent): 5134
|
||||
5134 PMT hits in alpha_pmt.out
|
||||
Event summary in file alpha.out
|
||||
/vis/scene/notifyHandlers
|
||||
WARNING: Scene "none" not found.
|
||||
/vis/scene/list to see scenes.
|
||||
WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system
|
||||
has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create".
|
||||
Alternatively, to avoid this message, suppress instantiation of vis
|
||||
manager (G4VisExecutive) and ensure drawing code is executed only if
|
||||
G4VVisManager::GetConcreteInstance() is non-zero.
|
||||
|
||||
---> End of event: 0
|
||||
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1
|
||||
User=1.470000s Real=1.574517s Sys=0.040000s
|
||||
There are histograms that can be viewed with visualization:
|
||||
12 h1 histograms(s)
|
||||
2 h2 histograms(s)
|
||||
List them with "/analysis/list".
|
||||
View them immediately with "/vis/plot" or "/vis/reviewPlots".
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
================== Deleting memory pools ===================
|
||||
Number of memory pools allocated: 18 of which, static: 0
|
||||
Dynamic pools deleted: 18 / Total memory freed: 28 MB
|
||||
============================================================
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-01-ref-06 (30-June-2023)
|
||||
Geant4 version Name: geant4-11-02-ref-00 (8-December-2023)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -46,6 +46,10 @@ Registered graphics systems are:
|
||||
TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB)
|
||||
TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG)
|
||||
TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB)
|
||||
Default graphics system is: TSG_OFFSCREEN (based on batch session).
|
||||
Default window size hint is: 600x600-0+0 (based on G4VisManager initialisation).
|
||||
Note: Parameters specified on the command line will override these defaults.
|
||||
Use "vis/open" without parameters to get these defaults.
|
||||
|
||||
Registering model factories...
|
||||
|
||||
@@ -89,12 +93,9 @@ User Limits:
|
||||
theMinEKine: 250 eV
|
||||
minRoomMinEKine: 250 eV
|
||||
|
||||
/cvmfs/geant4.cern.ch/share/data/G4NDL4.7
|
||||
@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic
|
||||
OpAbsorption is created
|
||||
OpBoundary is created
|
||||
@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7
|
||||
NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon
|
||||
NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon
|
||||
NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon
|
||||
DMXPhysicsList::SetCuts:CutLength : 1 um
|
||||
Verbosity Set to: 0
|
||||
=======================================================================
|
||||
@@ -126,10 +127,10 @@ Livermore data directory epics_2017
|
||||
=======================================================================
|
||||
====== Ionisation Parameters ========
|
||||
=======================================================================
|
||||
Step function for e+- (0.2, 1 mm)
|
||||
Step function for muons/hadrons (0.2, 0.1 mm)
|
||||
Step function for light ions (0.2, 0.1 mm)
|
||||
Step function for general ions (0.2, 0.1 mm)
|
||||
Step function for e+- (0.2, 0.1 mm)
|
||||
Step function for muons/hadrons (0.2, 0.05 mm)
|
||||
Step function for light ions (0.1, 0.001 mm)
|
||||
Step function for general ions (0.1, 0.001 mm)
|
||||
Lowest e+e- kinetic energy 1 keV
|
||||
Lowest muon/hadron kinetic energy 1 keV
|
||||
Use ICRU90 data 0
|
||||
@@ -217,7 +218,7 @@ msc: for e- SubType= 10
|
||||
eIoni: for e- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI
|
||||
MollerBhabha : Emin= 100 keV Emax= 100 GeV
|
||||
@@ -238,7 +239,7 @@ msc: for e+ SubType= 10
|
||||
eIoni: for e+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
MollerBhabha : Emin= 0 eV Emax= 100 GeV
|
||||
|
||||
@@ -262,7 +263,7 @@ msc: for proton SubType= 10
|
||||
hIoni: for proton XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
@@ -283,10 +284,15 @@ msc: for GenericIon SubType= 10
|
||||
ionIoni: for GenericIon XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ParamICRU73 : Emin= 0 eV Emax= 100 GeV deltaVI
|
||||
BraggIon : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
nuclearStopping: for GenericIon SubType=8 BuildTable=0
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU49NucStopping : Emin= 0 eV Emax= 10 GeV
|
||||
======================================================================
|
||||
====== Radioactive Decay Physics Parameters =======
|
||||
======================================================================
|
||||
@@ -302,9 +308,160 @@ Auger electron emission enabled 1
|
||||
Check EM cuts disabled for atomic de-excitation 0
|
||||
Use Bearden atomic level energies 0
|
||||
Use ANSTO fluorescence model 0
|
||||
Threshold for very long decay time at rest 3.171e+10 y
|
||||
Threshold for very long decay time at rest 1e+60 y
|
||||
======================================================================
|
||||
|
||||
====================================================================
|
||||
HADRONIC PROCESSES SUMMARY (verbose level 1)
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for alpha
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for anti_neutron
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for anti_proton
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 MeV
|
||||
Model: AntiAElastic: 100 MeV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
|
||||
Process: hFritiofCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for deuteron
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for kaon+
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for kaon-
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV ---> 100 TeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
|
||||
Process: hBertiniCaptureAtRest
|
||||
-------------------------------------------------------------------------
|
||||
Hadronic Processes for mu-
|
||||
Process: muMinusCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for neutron
|
||||
Process: hadElastic
|
||||
Model: hElasticCHIPS: 19 MeV ---> 100 TeV
|
||||
Model: NeutronHPElastic: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV
|
||||
Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 19 MeV ---> 6 GeV
|
||||
Model: NeutronHPInelastic: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV
|
||||
Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
|
||||
Process: nCapture
|
||||
Model: NeutronHPCapture: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 100 TeV
|
||||
Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for pi+
|
||||
Process: hadElastic
|
||||
Model: hElasticGlauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for pi-
|
||||
Process: hadElastic
|
||||
Model: hElasticGlauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: hBertiniCaptureAtRest
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for proton
|
||||
Process: hadElastic
|
||||
Model: hElasticCHIPS: 0 eV ---> 100 TeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 6 GeV
|
||||
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
|
||||
-----------------------------------------------------------------------
|
||||
Hadronic Processes for triton
|
||||
Process: hadElastic
|
||||
Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
Process: inelastic
|
||||
Model: FTFP: 3 GeV/n ---> 100 TeV/n
|
||||
Model: BertiniCascade: 0 eV /n ---> 6 GeV/n
|
||||
Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 2.88022e+295 J
|
||||
-------------------------------------------------------------------------
|
||||
Hadronic Processes for GenericIon
|
||||
Process: RadioactiveDecay
|
||||
### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level
|
||||
=======================================================================
|
||||
====== Geant4 Native Pre-compound Model Parameters ========
|
||||
=======================================================================
|
||||
Type of pre-compound inverse x-section 3
|
||||
Pre-compound model active 1
|
||||
Pre-compound excitation low energy 100 keV
|
||||
Pre-compound excitation high energy 30 MeV
|
||||
Angular generator for pre-compound model 1
|
||||
Use NeverGoBack option for pre-compound model 0
|
||||
Use SoftCutOff option for pre-compound model 0
|
||||
Use CEM transitions for pre-compound model 1
|
||||
Use GNASH transitions for pre-compound model 0
|
||||
Use HETC submodel for pre-compound model 0
|
||||
=======================================================================
|
||||
====== Nuclear De-excitation Module Parameters ========
|
||||
=======================================================================
|
||||
Type of de-excitation inverse x-section 3
|
||||
Type of de-excitation factory Evaporation+GEM
|
||||
Number of de-excitation channels 68
|
||||
Min excitation energy 10 eV
|
||||
Min energy per nucleon for multifragmentation 200 GeV
|
||||
Limit excitation energy for Fermi BreakUp 20 MeV
|
||||
Level density (1/MeV) 0.075
|
||||
Use simple level density model 1
|
||||
Use discrete excitation energy of the residual 1
|
||||
Time limit for long lived isomeres 1000 ps
|
||||
Isomer production flag 1
|
||||
Internal e- conversion flag 1
|
||||
Store e- internal conversion data 1
|
||||
Correlated gamma emission flag 0
|
||||
Max 2J for sampling of angular correlations 10
|
||||
=======================================================================
|
||||
|
||||
msc: for alpha SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV
|
||||
@@ -313,12 +470,16 @@ msc: for alpha SubType= 10
|
||||
ionIoni: for alpha XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
BraggIon : Emin= 0 eV Emax=7.9452 MeV
|
||||
BetheBloch : Emin=7.9452 MeV Emax= 100 GeV
|
||||
===== Limit on energy threshold has been applied
|
||||
|
||||
nuclearStopping: for alpha SubType=8 BuildTable=0
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU49NucStopping : Emin= 0 eV Emax= 10 GeV
|
||||
|
||||
msc: for anti_proton SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV
|
||||
@@ -327,7 +488,7 @@ msc: for anti_proton SubType= 10
|
||||
hIoni: for anti_proton XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax= 2 MeV
|
||||
BetheBloch : Emin= 2 MeV Emax= 100 GeV
|
||||
@@ -341,7 +502,7 @@ msc: for kaon+ SubType= 10
|
||||
hIoni: for kaon+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax=1.05231 MeV
|
||||
BetheBloch : Emin=1.05231 MeV Emax= 100 GeV
|
||||
@@ -355,7 +516,7 @@ msc: for kaon- SubType= 10
|
||||
hIoni: for kaon- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax=1.05231 MeV
|
||||
BetheBloch : Emin=1.05231 MeV Emax= 100 GeV
|
||||
@@ -369,7 +530,7 @@ msc: for mu+ SubType= 10
|
||||
muIoni: for mu+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax= 200 keV
|
||||
MuBetheBloch : Emin= 200 keV Emax= 100 GeV
|
||||
@@ -397,7 +558,7 @@ msc: for mu- SubType= 10
|
||||
muIoni: for mu- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax= 200 keV
|
||||
MuBetheBloch : Emin= 200 keV Emax= 100 GeV
|
||||
@@ -416,26 +577,25 @@ muPairProd: for mu- XStype:1 SubType=4
|
||||
Sampling table 9x1001 from 0.85 GeV to 0.1 TeV
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
muPairProd : Emin= 0 eV Emax= 100 GeV ModifiedMephi
|
||||
NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon
|
||||
NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon
|
||||
NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon
|
||||
NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon
|
||||
|
||||
=======================================================
|
||||
====== ParticleHP Physics Parameters ========
|
||||
=======================================================
|
||||
UseOnlyPhotoEvaporation ? 0
|
||||
SkipMissingIsotopes ? 0
|
||||
NeglectDoppler ? 0
|
||||
DoNotAdjustFinalState ? 0
|
||||
ProduceFissionFragments ? 0
|
||||
UseWendtFissionModel ? 0
|
||||
UseNRESP71Model ? 0
|
||||
UseDBRC ? 0
|
||||
Use only photo-evaporation 0
|
||||
Skip missing isotopes 0
|
||||
Neglect Doppler 0
|
||||
Do not adjust final state 0
|
||||
Produce fission fragments 0
|
||||
Use WendtFissionModel 0
|
||||
Use NRESP71Model 0
|
||||
Use DBRC 0
|
||||
PHP use Poisson 0
|
||||
PHP check 1
|
||||
CHECK HP NAMES 0
|
||||
Enable DEBUG 0
|
||||
=======================================================
|
||||
|
||||
@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic
|
||||
NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon
|
||||
@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic
|
||||
|
||||
msc: for pi+ SubType= 10
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
@@ -445,7 +605,7 @@ msc: for pi+ SubType= 10
|
||||
hIoni: for pi+ XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
Bragg : Emin= 0 eV Emax=297.505 keV
|
||||
BetheBloch : Emin=297.505 keV Emax= 100 GeV
|
||||
@@ -466,7 +626,7 @@ msc: for pi- SubType= 10
|
||||
hIoni: for pi- XStype:3 SubType=2
|
||||
dE/dx and range tables from 100 eV to 100 GeV in 180 bins
|
||||
Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1
|
||||
StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
ICRU73QO : Emin= 0 eV Emax=297.505 keV
|
||||
BetheBloch : Emin=297.505 keV Emax= 100 GeV
|
||||
@@ -571,6 +731,15 @@ G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
|
||||
See commands in /vis/modeling/trajectories/ for other options.
|
||||
### Run 0 starts (master).
|
||||
|
||||
-------- WWWW ------- G4Exception-START -------- WWWW -------
|
||||
*** G4Exception : Analysis_W001
|
||||
issued by : G4RootNtupleFileManager::SetNtupleMergingMode
|
||||
Merging ntuples is not applicable in sequential application.
|
||||
Setting was ignored.
|
||||
*** This is just a warning message. ***
|
||||
-------- WWWW -------- G4Exception-END --------- WWWW -------
|
||||
|
||||
|
||||
---> Begin of event: 0
|
||||
|
||||
Primary Energy: 60 keV
|
||||
@@ -1552,11 +1721,10 @@ See commands in /vis/modeling/trajectories/ for other options.
|
||||
|
||||
---> End of event: 990
|
||||
|
||||
There are 12 h1 histograms
|
||||
There are 2 h2 histograms
|
||||
0 with 0 entries: PMT Hit Pattern
|
||||
1 with 0 entries: 1st event PMT Hit Pattern
|
||||
List them with "/analysis/list".
|
||||
View them with "/vis/plot" or "/vis/reviewPlots".
|
||||
There are histograms that can be viewed with visualization:
|
||||
12 h1 histograms(s)
|
||||
2 h2 histograms(s)
|
||||
List them with "/analysis/list".
|
||||
View them immediately with "/vis/plot" or "/vis/reviewPlots".
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
|
||||
Reference in New Issue
Block a user