-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from OpenGATE/t30_isotope
Add t30 tests for isotopes
- Loading branch information
Showing
153 changed files
with
1,760 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[Isotopes] | ||
C14: Z=6 ; N=14 ; A= 14.0032419884 g/mole | ||
|
||
[Elements] | ||
Hydrogen: S= H ; Z= 1. ; A= 1.01 g/mole | ||
Carbon: S= C ; Z= 6. ; A= 12.01 g/mole | ||
C14: n=1 ; S= C14 | ||
+iso: name=auto ; f=1 | ||
|
||
[Materials] | ||
Vacuum: d=0.000001 mg/cm3 ; n=1 | ||
+el: name=Hydrogen ; n=1 | ||
|
||
C: d=2.1 g/cm3; n=1; state=solid | ||
+el: name=Carbon; n=1 | ||
|
||
C14: d=2.1 g/cm3; n=1; state=solid | ||
+el: name=auto; n=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
#/control/alias mainMaterial "C" | ||
#/control/alias npart "1000000" | ||
#/control/alias suffix "1M" | ||
#/control/alias physicList "QGSP_BIC_HP" | ||
|
||
/control/execute mac/verbose.mac | ||
|
||
#===================================================== | ||
# GEOMETRY | ||
#===================================================== | ||
|
||
/gate/geometry/setMaterialDatabase data/GateMaterials.db | ||
|
||
# World | ||
/gate/world/geometry/setXLength 2 m | ||
/gate/world/geometry/setYLength 2 m | ||
/gate/world/geometry/setZLength 4 m | ||
/gate/world/setMaterial Vacuum | ||
|
||
|
||
# Sphere (virtual detector) | ||
/gate/world/daughters/name shellcyl1 | ||
/gate/world/daughters/insert sphere | ||
/gate/shellcyl1/geometry/setRmin 75 cm | ||
/gate/shellcyl1/geometry/setRmax 75.1 cm | ||
/gate/shellcyl1/placement/setTranslation 0.0 0.0 25 cm | ||
/gate/shellcyl1/setMaterial Vacuum | ||
|
||
# Global Box | ||
/gate/world/daughters/name mainbox1 | ||
/gate/world/daughters/insert box | ||
/gate/mainbox1/geometry/setXLength 20 cm | ||
/gate/mainbox1/geometry/setYLength 20 cm | ||
/gate/mainbox1/geometry/setZLength 100 cm | ||
/gate/mainbox1/placement/setTranslation 0.0 0.0 25 cm | ||
/gate/mainbox1/setMaterial {mainMaterial} | ||
/gate/mainbox1/vis/setVisible 1 | ||
/gate/mainbox1/vis/setColor yellow | ||
|
||
|
||
#===================================================== | ||
# PHYSICS | ||
#===================================================== | ||
|
||
/gate/physics/addPhysicsList {physicList} | ||
|
||
/gate/physics/Gamma/SetCutInRegion world 10 mm | ||
/gate/physics/Electron/SetCutInRegion world 10 mm | ||
/gate/physics/Positron/SetCutInRegion world 10 mm | ||
|
||
/gate/physics/Proton/SetCutInRegion mainbox1 0.5 mm | ||
|
||
/gate/physics/SetMaxStepSizeInRegion world 10 mm | ||
/gate/physics/SetMaxStepSizeInRegion mainbox1 1 mm | ||
|
||
/gate/physics/ActivateStepLimiter proton | ||
|
||
/gate/physics/displayCuts | ||
|
||
|
||
#===================================================== | ||
# OUTPUT | ||
#===================================================== | ||
|
||
/gate/actor/addActor KillActor MyActor | ||
/gate/actor/MyActor/save output/part-{mainMaterial}-{physicList}-{suffix}.txt | ||
/gate/actor/MyActor/attachTo world | ||
/gate/actor/MyActor/addFilter particleFilter | ||
/gate/actor/MyActor/particleFilter/addParticle neutron | ||
|
||
/gate/actor/addActor SimulationStatisticActor stat | ||
/gate/actor/stat/save output/stat-{mainMaterial}-{physicList}-{suffix}.txt | ||
|
||
#===================================================== | ||
# INITIALISATION | ||
#===================================================== | ||
|
||
/gate/run/initialize | ||
# Enable the following lines to display available and enabled processes | ||
# /gate/physics/processList Available | ||
# /gate/physics/processList Enabled | ||
|
||
|
||
#===================================================== | ||
# BEAMS | ||
#===================================================== | ||
|
||
/gate/source/addSource mybeam gps | ||
|
||
/gate/source/mybeam/gps/particle proton | ||
/gate/source/mybeam/gps/pos/type Beam | ||
/gate/source/mybeam/gps/pos/shape Cylinder | ||
/gate/source/mybeam/gps/pos/centre 0 0 -75 cm | ||
/gate/source/mybeam/gps/pos/radius 1 mm | ||
/gate/source/mybeam/gps/pos/halfz 1 cm | ||
/gate/source/mybeam/gps/ene/mono 100 MeV | ||
/gate/source/mybeam/gps/ene/type Gauss | ||
/gate/source/mybeam/gps/ene/sigma 2.0 MeV | ||
/gate/source/mybeam/gps/direction 0 0 1 | ||
|
||
#===================================================== | ||
# VISUALISATION | ||
#===================================================== | ||
|
||
#/control/execute mac/visu.mac | ||
|
||
#===================================================== | ||
# START BEAMS | ||
#===================================================== | ||
|
||
#MersenneTwister | ||
/gate/random/setEngineName MersenneTwister | ||
/gate/random/setEngineSeed auto | ||
|
||
/material/g4/printMaterial {mainMaterial} | ||
|
||
/gate/application/setTotalNumberOfPrimaries {npart} | ||
/gate/application/start | ||
|
||
exit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
# G4 verbose | ||
/control/verbose 0 | ||
/run/verbose 0 | ||
/event/verbose 0 | ||
/tracking/verbose 0 | ||
|
||
# gate verbose | ||
|
||
/gate/application/verbose 0 | ||
/gate/generator/verbose 0 | ||
/gate/source/verbose 0 | ||
/gate/random/verbose 0 | ||
/gate/output/verbose 0 | ||
/gate/verbose Physic 0 | ||
/gate/verbose Cuts 1 | ||
/gate/verbose SD 0 | ||
/gate/verbose Actions 0 | ||
/gate/verbose Actor 0 | ||
/gate/verbose Step 0 | ||
/gate/verbose Error 0 | ||
/gate/verbose Warning 0 | ||
/gate/verbose Output 0 | ||
/gate/verbose Beam 0 | ||
/gate/verbose Volume 2 | ||
/gate/verbose Image 0 | ||
/gate/verbose Geometry 1 | ||
/gate/verbose Core 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/vis/open OGLIQt | ||
/vis/drawVolume | ||
/vis/viewer/flush | ||
/tracking/storeTrajectory 1 | ||
/vis/scene/add/trajectories | ||
/vis/scene/endOfEventAction accumulate | ||
|
||
/vis/scene/add/axes 0 0 0 500 mm | ||
/vis/scene/add/text 10 0 0 cm 20 0 0 X | ||
/vis/scene/add/text 0 10 0 cm 20 0 0 Y | ||
/vis/scene/add/text 0 0 10 cm 20 0 0 Z | ||
|
||
#/vis/viewer/set/viewpointThetaPhi 90 -90 | ||
#/vis/viewer/panTo 0 0 | ||
#/vis/viewer/zoom 50 | ||
|
||
/vis/viewer/set/auxiliaryEdge true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 40449 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 20131 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 201701 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 40472 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 20184 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 201175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 65827 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 32702 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 329993 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 56790 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 28493 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 285411 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 40052 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 20143 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 202176 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 40445 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 20198 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 202023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 192157 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 97032 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 964771 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 193587 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 96955 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 963899 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 177851 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 88970 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 890113 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 183609 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 91819 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 920165 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 191741 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 96886 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 960867 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 192092 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 96289 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NumberOfKillTracks = 961615 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 1000000 | ||
# NumberOfTracks = 2032192 | ||
# NumberOfSteps = 52263541 | ||
# NumberOfGeometricalSteps = 3794166 | ||
# NumberOfPhysicalSteps = 48469375 | ||
# ElapsedTime = 144.108 | ||
# ElapsedTimeWoInit = 142.591 | ||
# StartDate = Fri Apr 8 14:45:31 2022 | ||
# EndDate = Fri Apr 8 14:47:56 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 7013.09 | ||
# TPS (Track per sec) = 14251.9 | ||
# SPS (Step per sec) = 366529 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 500000 | ||
# NumberOfTracks = 1014288 | ||
# NumberOfSteps = 26126714 | ||
# NumberOfGeometricalSteps = 1894803 | ||
# NumberOfPhysicalSteps = 24231911 | ||
# ElapsedTime = 68.5382 | ||
# ElapsedTimeWoInit = 67.6891 | ||
# StartDate = Fri Apr 8 14:33:53 2022 | ||
# EndDate = Fri Apr 8 14:35:01 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 7386.71 | ||
# TPS (Track per sec) = 14984.5 | ||
# SPS (Step per sec) = 385981 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 5000000 | ||
# NumberOfTracks = 10151895 | ||
# NumberOfSteps = 261278146 | ||
# NumberOfGeometricalSteps = 18964827 | ||
# NumberOfPhysicalSteps = 242313319 | ||
# ElapsedTime = 722.52 | ||
# ElapsedTimeWoInit = 721.084 | ||
# StartDate = Fri Apr 8 14:08:13 2022 | ||
# EndDate = Fri Apr 8 14:20:15 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 6934 | ||
# TPS (Track per sec) = 14078.7 | ||
# SPS (Step per sec) = 362341 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 1000000 | ||
# NumberOfTracks = 2033401 | ||
# NumberOfSteps = 52266079 | ||
# NumberOfGeometricalSteps = 3797536 | ||
# NumberOfPhysicalSteps = 48468543 | ||
# ElapsedTime = 174.084 | ||
# ElapsedTimeWoInit = 173.206 | ||
# StartDate = Fri Apr 8 14:39:32 2022 | ||
# EndDate = Fri Apr 8 14:42:26 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 5773.47 | ||
# TPS (Track per sec) = 11739.8 | ||
# SPS (Step per sec) = 301757 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 500000 | ||
# NumberOfTracks = 1013890 | ||
# NumberOfSteps = 26122767 | ||
# NumberOfGeometricalSteps = 1893699 | ||
# NumberOfPhysicalSteps = 24229068 | ||
# ElapsedTime = 88.3376 | ||
# ElapsedTimeWoInit = 87.1457 | ||
# StartDate = Fri Apr 8 14:30:50 2022 | ||
# EndDate = Fri Apr 8 14:32:18 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 5737.52 | ||
# TPS (Track per sec) = 11634.4 | ||
# SPS (Step per sec) = 299760 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NumberOfRun = 1 | ||
# NumberOfEvents = 5000000 | ||
# NumberOfTracks = 10149242 | ||
# NumberOfSteps = 261275107 | ||
# NumberOfGeometricalSteps = 18962252 | ||
# NumberOfPhysicalSteps = 242312855 | ||
# ElapsedTime = 752.39 | ||
# ElapsedTimeWoInit = 751.235 | ||
# StartDate = Fri Apr 8 13:40:04 2022 | ||
# EndDate = Fri Apr 8 13:52:36 2022 | ||
# StartSimulationTime = 0 | ||
# StopSimulationTime = 1 | ||
# CurrentSimulationTime = 1 | ||
# VirtualStartSimulationTime = 0 | ||
# VirtualStopSimulationTime = 1 | ||
# ElapsedSimulationTime = 1 | ||
# PPS (Primary per sec) = 6655.7 | ||
# TPS (Track per sec) = 13510.1 | ||
# SPS (Step per sec) = 347794 |
Oops, something went wrong.