Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -1,6 +1,9 @@
#----------------------------------------------------------------------------
# Setup the project
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
cmake_minimum_required(VERSION 3.8...3.18)
if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
endif()
project(RE05)
#----------------------------------------------------------------------------
@@ -16,6 +16,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
11-11-20 M. Asai (exampleRE05-V10-06-00)
- Migration to G4RunManagerFactory.
01-28-19 M. Asai (exampleRE05-V10-05-00)
- Reduce the number of events in pythia_event.data to make it
smaller than 2 MB. Number of events executed by the macro
@@ -33,13 +33,9 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
#include "G4MTRunManager.hh"
#include "G4RunManagerFactory.hh"
#include "RE05WorkerInitialization.hh"
#else
#include "G4RunManager.hh"
#include "RE05SteppingVerbose.hh"
#endif
#include "G4UImanager.hh"
@@ -60,60 +56,57 @@ int main(int argc,char** argv)
ui = new G4UIExecutive(argc, argv);
}
#ifdef G4MULTITHREADED
G4MTRunManager* runManager = new G4MTRunManager;
G4int number_of_threads = 4; // default number of threads
runManager->SetNumberOfThreads(number_of_threads);
runManager->SetUserInitialization(new RE05WorkerInitialization);
#else
G4VSteppingVerbose* verbosity = new RE05SteppingVerbose;
auto verbosity = new RE05SteppingVerbose;
G4VSteppingVerbose::SetInstance(verbosity);
G4RunManager* runManager = new G4RunManager;
#endif
auto runManager = G4RunManagerFactory::CreateRunManager();
if(runManager->GetRunManagerType() == G4RunManager::masterRM)
{
runManager->SetNumberOfThreads(4);
runManager->SetUserInitialization(new RE05WorkerInitialization);
}
G4String parallelWorldName = "ReadoutWorld";
// User Initialization classes (mandatory)
//
G4VUserDetectorConstruction* detector = new RE05DetectorConstruction();
auto detector = new RE05DetectorConstruction();
detector->RegisterParallelWorld
(new RE05CalorimeterParallelWorld(parallelWorldName));
runManager->SetUserInitialization(detector);
//
G4VModularPhysicsList* physicsList = new QBBC;
auto physicsList = new QBBC;
physicsList
->RegisterPhysics(new G4ParallelWorldPhysics(parallelWorldName));
runManager->SetUserInitialization(physicsList);
//
G4VUserActionInitialization* actions = new RE05ActionInitialization;
auto actions = new RE05ActionInitialization;
runManager->SetUserInitialization(actions);
runManager->Initialize();
G4VisManager* visManager = new G4VisExecutive;
auto visManager = new G4VisExecutive;
visManager->Initialize();
//get the pointer to the User Interface manager
G4UImanager* UImanager = G4UImanager::GetUIpointer();
auto UImanager = G4UImanager::GetUIpointer();
if (!ui) // batch mode
{
G4String command = "/control/execute ";
G4String fileName = argv[1];
UImanager->ApplyCommand(command+fileName);
}
{
G4String command = "/control/execute ";
G4String fileName = argv[1];
UImanager->ApplyCommand(command+fileName);
}
else // interactive mode : define UI session
{
UImanager->ApplyCommand("/control/execute vis.mac");
ui->SessionStart();
delete ui;
}
delete visManager;
{
UImanager->ApplyCommand("/control/execute vis.mac");
ui->SessionStart();
delete ui;
}
// Job termination
// Free the store: user actions, physics_list and detector_description are
// owned and deleted by the run manager, so they should not
// be deleted in the main() program !
delete visManager;
delete runManager;
return 0;
@@ -1,10 +1,11 @@
Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type...
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-06-ref-06 (26-June-2020)
Geant4 version Name: geant4-10-07-ref-00 (4-December-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -15,6 +16,10 @@
<<< Reference Physics List QBBC
G4HEPEvtInterface - pythia_event.data is open.
--- G4CoupledTransportation is used
### HadronInelasticQBBC Construct Process:
Emin(FTFP)= 3 GeV Emax(FTFP)= 100000 GeV
Emin(BERT)= 1 GeV Emax(BERT)= 6 GeV Emax(BERTpions)= 12 GeV
Emin(BIC) = 0 GeV Emax(BIC)= 1.5 GeV.
### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
Visualization Manager instantiating with verbosity "warnings (3)"...
Visualization Manager initialising...
@@ -30,10 +35,12 @@ Registered graphics systems are:
VRML1FILE (VRML1FILE)
VRML2FILE (VRML2FILE)
gMocrenFile (gMocrenFile)
OpenGLImmediateXm (OGLIXm, OGLI)
OpenGLStoredXm (OGLSXm, OGL, OGLS)
OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK)
OpenGLStoredX (OGLSX, OGLSXm_FALLBACK)
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)
Registering model factories...
@@ -93,10 +100,11 @@ Rayl: for gamma SubType=11 BuildTable=1
LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
msc: for e- SubType= 10
RangeFactor= 0.04, stepLimType: 1, latDisp: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -120,10 +128,11 @@ CoulombScat: for e-, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for e+ SubType= 10
RangeFactor= 0.04, stepLimType: 1, latDisp: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV
StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llimit=1
eIoni: for e+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -151,9 +160,9 @@ CoulombScat: for e+, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -167,14 +176,14 @@ hBrems: for proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for proton, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
@@ -183,9 +192,9 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for GenericIon SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for GenericIon SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -197,9 +206,9 @@ ionIoni: for GenericIon SubType=2
BetheBloch : Emin= 2 MeV Emax= 100 TeV
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
ionIoni: for alpha SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -210,9 +219,9 @@ ionIoni: for alpha SubType=2
BetheBloch : Emin=7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for anti_proton SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -226,14 +235,14 @@ hBrems: for anti_proton SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for anti_proton SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
@@ -242,9 +251,9 @@ CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon+ SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -258,14 +267,14 @@ hBrems: for kaon+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
@@ -274,9 +283,9 @@ CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for kaon- SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for kaon- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -290,14 +299,14 @@ hBrems: for kaon- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for kaon- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 18x1001 from 3.94942 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for kaon-, integral:1 SubType=1 BuildTable=1
Used Lambda table of kaon+
@@ -306,9 +315,9 @@ CoulombScat: for kaon-, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu+ SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0, polarAngLim(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -323,14 +332,14 @@ muBrems: for mu+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
@@ -339,9 +348,9 @@ CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for mu- SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0, polarAngLim(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
muIoni: for mu- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -356,14 +365,14 @@ muBrems: for mu- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin= 0 eV Emax= 100 TeV
MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
muPairProd: for mu- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 21x1001 from 1 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin= 0 eV Emax= 100 TeV
muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for mu-, integral:1 SubType=1 BuildTable=1
Used Lambda table of mu+
@@ -372,9 +381,9 @@ CoulombScat: for mu-, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi+ SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi+ SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -388,14 +397,14 @@ hBrems: for pi+ SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi+ SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1
Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 1
@@ -404,9 +413,9 @@ CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
msc: for pi- SubType= 10
RangeFactor= 0.2, stepLimType: 0, latDisp: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV
StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llimit=1
hIoni: for pi- SubType=2
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
@@ -420,14 +429,14 @@ hBrems: for pi- SubType=3
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin= 0 eV Emax= 100 TeV
hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi
hPairProd: for pi- SubType=4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
Sampling table 20x1001 from 1.11656 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 100 TeV
hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi
CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
Used Lambda table of pi+
@@ -457,6 +466,28 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
Process: nKiller
---------------------------------------------------
Hadronic Processes for B-
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
Process: B-Inelastic
Model: FTFP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
---------------------------------------------------
Hadronic Processes for D-
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
Process: D-Inelastic
Model: FTFP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
---------------------------------------------------
Hadronic Processes for GenericIon
@@ -535,6 +566,19 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
Process: hFritiofCaptureAtRest
---------------------------------------------------
Hadronic Processes for anti_lambda
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
Process: anti_lambdaInelastic
Model: FTFP: 0 eV ---> 100 TeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV
Process: hFritiofCaptureAtRest
---------------------------------------------------
Hadronic Processes for anti_neutron
@@ -675,7 +719,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
Process: pi+Inelastic
Model: FTFP: 3 GeV ---> 100 TeV
Model: BertiniCascade: 0 eV ---> 6 GeV
Model: BertiniCascade: 1 GeV ---> 12 GeV
Model: Binary Cascade: 0 eV ---> 1.5 GeV
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
---------------------------------------------------
@@ -687,7 +732,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
Process: pi-Inelastic
Model: FTFP: 3 GeV ---> 100 TeV
Model: BertiniCascade: 0 eV ---> 6 GeV
Model: BertiniCascade: 1 GeV ---> 12 GeV
Model: Binary Cascade: 0 eV ---> 1.5 GeV
Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV
Process: hBertiniCaptureAtRest
@@ -755,7 +801,6 @@ Store e- internal conversion data 0
Electron internal conversion ID 2
Correlated gamma emission flag 0
Max 2J for sampling of angular correlations 10
Upload data before 1st event for Z < 9
=======================================================================
Region <DefaultRegionForTheWorld> -- -- appears in <expHall_P> world volume
@@ -791,21 +836,21 @@ Index : 1 used in the geometry : Yes
Index : 2 used in the geometry : Yes
Material : Silicon
Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
Energy thresholds : gamma 5.87994 keV e- 424.707 keV e+ 410.72 keV proton 70 keV
Energy thresholds : gamma 5.87535 keV e- 424.726 keV e+ 410.692 keV proton 70 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 3 used in the geometry : Yes
Material : Scintillator
Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 keV proton 70 keV
Energy thresholds : gamma 2.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 4 used in the geometry : Yes
Material : Lead
Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 keV proton 70 keV
Energy thresholds : gamma 94.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV
Region(s) which use this couple :
DefaultRegionForTheWorld
@@ -814,35 +859,35 @@ Index : 4 used in the geometry : Yes
Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 10 kByte
Total memory consumed for geometry optimisation: 7 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
0.00 0.00 0.00 4k expHall_L
0.00 0.00 0.00 2k expHall_L
0.00 0.00 0.00 0k trackerT_L
0.00 0.00 0.00 1k caloT_L
0.00 0.00 0.00 4k caloROlogical
0.00 0.00 0.00 2k caloROphiDivisionLogical
0.00 0.00 0.00 3k caloROlogical
0.00 0.00 0.00 1k caloROphiDivisionLogical
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
38.84 4k 1 48 48 0.00 caloROlogical
32.74 3k 6 33 48 0.00 expHall_L
16.73 1k 1 20 20 0.00 caloROphiDivisionLogical
8.26 0k 1 9 12 0.00 caloT_L
3.45 0k 1 3 5 0.00 trackerT_L
38.29 2k 1 48 48 0.00 caloROlogical
33.30 2k 6 33 48 0.00 expHall_L
16.54 1k 1 20 20 0.00 caloROphiDivisionLogical
8.32 0k 1 9 12 0.00 caloT_L
3.55 0k 1 3 5 0.00 trackerT_L
G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
### Run 0 start.
G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data.
>>> Event 0
36 hits are stored in RE05TrackerHitsCollection.
46 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 7.0167843058339 (GeV)
39 hits are stored in RE05TrackerHitsCollection.
41 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 5.5873690545693 (GeV)
1 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data.
>>> Event 1
@@ -860,19 +905,43 @@ G4HEPEvtInterface - reading 448 HEPEvt particles from pythia_event.data.
>>> Event 3
0 hits are stored in RE05TrackerHitsCollection.
3 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 0.52584297308065 (GeV)
Total energy deposition in calorimeter : 0.52996999970149 (GeV)
0 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data.
>>> Event 4
101 hits are stored in RE05TrackerHitsCollection.
70 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 11.670916435228 (GeV)
97 hits are stored in RE05TrackerHitsCollection.
66 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 12.008245159804 (GeV)
1 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data.
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomNav1002
issued by : G4PathFinder::ReportMove()
Endpoint moved between value returned by ComputeStep() and call to Locate().
Change of (End) Position / G4PathFinder::Locate is 1.000000577888008e-07 mm long
and its vector is (5.675065040122718e-08,-5.951574166829232e-08,5.689685167453717e-08) mm
Endpoint of ComputeStep() was (-1163.120810724368,1748.47075468823,284.9755530495673)
and current position to locate is (-1163.120810667618,1748.470754628714,284.9755531064642)
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomNav1002
issued by : G4PathFinder::ReportMove()
Endpoint moved between value returned by ComputeStep() and call to Locate().
Change of (End) Position / G4PathFinder::Locate is 1.00000024294349e-07 mm long
and its vector is (7.538380941696232e-08,-6.54800373922626e-08,-5.445258466352243e-09) mm
Endpoint of ComputeStep() was (-566.957892777153,151.9159095573704,802.8230326802734)
and current position to locate is (-566.9578927017692,151.9159094918904,802.8230326748281)
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
>>> Event 5
36 hits are stored in RE05TrackerHitsCollection.
7 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 2.9125322797515 (GeV)
173 hits are stored in RE05TrackerHitsCollection.
64 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 8.9935894733682 (GeV)
1 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data.
>>> Event 6
@@ -882,26 +951,53 @@ G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data.
0 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 627 HEPEvt particles from pythia_event.data.
>>> Event 7
47 hits are stored in RE05TrackerHitsCollection.
26 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 6.2066663803489 (GeV)
33 hits are stored in RE05TrackerHitsCollection.
33 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 8.2827726242516 (GeV)
1 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data.
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomNav1002
issued by : G4PathFinder::ReportMove()
Endpoint moved between value returned by ComputeStep() and call to Locate().
Change of (End) Position / G4PathFinder::Locate is 1.000000519838055e-07 mm long
and its vector is (9.724681149236858e-08,-4.401954356580973e-10,2.329966264369432e-08) mm
Endpoint of ComputeStep() was (-1321.909282173135,-2293.43348178148,552.2918822484413)
and current position to locate is (-1321.909282075888,-2293.43348178192,552.291882271741)
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
>>> Event 8
50 hits are stored in RE05TrackerHitsCollection.
54 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 8.8104397653849 (GeV)
81 hits are stored in RE05TrackerHitsCollection.
43 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 8.9783484008544 (GeV)
1 hits are stored in RE05MuonHitsCollection.
G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data.
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomNav1002
issued by : G4PathFinder::ReportMove()
Endpoint moved between value returned by ComputeStep() and call to Locate().
Change of (End) Position / G4PathFinder::Locate is 9.999996106638701e-08 mm long
and its vector is (6.064738045097329e-09,8.873485057847574e-08,4.570927103486611e-08) mm
Endpoint of ComputeStep() was (1043.658858514701,-1077.393237041303,-433.9449361501453)
and current position to locate is (1043.658858520766,-1077.393236952568,-433.944936104436)
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
>>> Event 9
99 hits are stored in RE05TrackerHitsCollection.
64 hits are stored in RE05TrackerHitsCollection.
29 hits are stored in RE05CalorimeterHitsCollection.
Total energy deposition in calorimeter : 6.503973802801 (GeV)
Total energy deposition in calorimeter : 6.0376000874489 (GeV)
1 hits are stored in RE05MuonHitsCollection.
Run terminated.
Run Summary
Number of events processed : 10
User=2.330000s Real=2.526213s Sys=0.020000s
User=2.110000s Real=2.170333s Sys=0.000000s
0 events have been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review them one by one.
"/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated.
#
Graphics systems deleted.
Visualization Manager deleting...
@@ -916,9 +1012,9 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 410
Total navigation history collections cleaned: 414
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.672 MB
Pool ID '20G4NavigationLevelRep', size : 0.679 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.13 MB
@@ -926,20 +1022,20 @@ Pool ID '16G4HEPEvtParticle', size : 0.0221 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.695 MB
Pool ID '7G4Track', size : 1.19 MB
Pool ID '18G4TouchableHistory', size : 0.049 MB
Pool ID '17G4DynamicParticle', size : 0.674 MB
Pool ID '7G4Track', size : 1.14 MB
Pool ID '18G4TouchableHistory', size : 0.05 MB
Pool ID '15G4CountedObjectIvE', size : 0.00673 MB
Pool ID '12G4Trajectory', size : 0.0279 MB
Pool ID '17G4TrajectoryPoint', size : 0.164 MB
Pool ID '14RE05TrackerHit', size : 0.00481 MB
Pool ID '17G4TrajectoryPoint', size : 0.152 MB
Pool ID '14RE05TrackerHit', size : 0.00673 MB
Pool ID '18RE05CalorimeterHit', size : 0.00961 MB
Pool ID '11RE05MuonHit', size : 0.000961 MB
Pool ID '21G4TrajectoryContainer', size : 0.000961 MB
Pool ID '10G4Fragment', size : 0.00577 MB
Pool ID '10G4Fragment', size : 0.00769 MB
Pool ID '17G4ReactionProduct', size : 0.0106 MB
Number of memory pools allocated: 20 of which, static: 0
Dynamic pools deleted: 20 / Total memory freed: 3 MB
Dynamic pools deleted: 20 / Total memory freed: 2.9 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.