Geant4 Cross Reference |
1 2 Usage: load_gdml <intput_gdml_file:mandatory> <output_gdml_file:optional> 3 4 G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G01/solids.gdml'... 5 G4GDML: Reading definitions... 6 G4GDML: Reading materials... 7 G4GDML: Reading solids... 8 G4GDML: Reading structure... 9 Checking overlaps for volume vol0_PV:0 (G4Box) ... OK! 10 Checking overlaps for volume vol1_PV:0 (G4Cons) ... OK! 11 Checking overlaps for volume vol2_PV:0 (G4Para) ... OK! 12 Checking overlaps for volume vol3_PV:0 (G4Sphere) ... OK! 13 Checking overlaps for volume vol4_PV:0 (G4Trap) ... OK! 14 Checking overlaps for volume vol11_PV:0 (G4Trd) ... OK! 15 Checking overlaps for volume vol21_PV:0 (G4Tubs) ... OK! 16 Checking overlaps for volume vol31_PV:0 (G4SubtractionSolid) ... OK! 17 Checking overlaps for volume vol41_PV:0 (G4Polycone) ... OK! 18 Checking overlaps for volume vol412_PV:0 (G4GenericPolycone) ... OK! 19 Checking overlaps for volume vol51_PV:0 (G4Ellipsoid) ... OK! 20 Checking overlaps for volume vol61_PV:0 (G4Tet) ... OK! 21 Checking overlaps for volume vol71_PV:0 (G4TwistedBox) ... OK! 22 Checking overlaps for volume vol81_PV:0 (G4TwistedTrd) ... OK! 23 Checking overlaps for volume vol91_PV:0 (G4TwistedTrap) ... OK! 24 Checking overlaps for volume vol101_PV:0 (G4TwistedTubs) ... OK! 25 Checking overlaps for volume vol201_PV:0 (G4TessellatedSolid) ... OK! 26 Checking overlaps for volume vol301_PV:0 (G4Torus) ... OK! 27 Checking overlaps for volume vol401_PV:0 (G4Orb) ... OK! 28 Checking overlaps for volume vol501_PV:0 (G4Polyhedra) ... OK! 29 Checking overlaps for volume vol502_PV:0 (G4Polyhedra) ... OK! 30 Checking overlaps for volume vol601_PV:0 (G4Hype) ... OK! 31 Checking overlaps for volume vol701_PV:0 (G4EllipticalTube) ... OK! 32 Checking overlaps for volume vol1001_PV:0 (G4EllipticalCone) ... OK! 33 Checking overlaps for volume vol1002_PV:0 (G4GenericTrap) ... OK! 34 Checking overlaps for volume vol1003_PV:0 (G4GenericTrap) ... OK! 35 G4GDML: Reading setup... 36 G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G01/solids.gdml' done! 37 Stripping off GDML names of materials, solids and volumes ... 38 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... 39 40 ############################################ 41 !!! WARNING - FPE detection is activated !!! 42 ############################################ 43 44 45 ################################ 46 !!! G4Backtrace is activated !!! 47 ################################ 48 49 50 ************************************************************** 51 Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) 52 Copyright : Geant4 Collaboration 53 References : NIM A 506 (2003), 250-303 54 : IEEE-TNS 53 (2006), 270-278 55 : NIM A 835 (2016), 186-225 56 WWW : http://geant4.org/ 57 ************************************************************** 58 59 <<< Geant4 Physics List simulation engine: FTFP_BERT 60 61 62 hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval 63 for pions : 3 to 6 GeV 64 for kaons : 3 to 6 GeV 65 for proton : 3 to 6 GeV 66 for neutron : 3 to 6 GeV 67 68 ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 69 Visualization Manager instantiating with verbosity "warnings (3)"... 70 Visualization Manager initialising... 71 Registering graphics systems... 72 73 You have successfully registered the following graphics systems. 74 Registered graphics systems are: 75 ASCIITree (ATree) 76 DAWNFILE (DAWNFILE) 77 G4HepRepFile (HepRepFile) 78 RayTracer (RayTracer) 79 VRML2FILE (VRML2FILE) 80 gMocrenFile (gMocrenFile) 81 TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) 82 OpenGLImmediateQt (OGLIQt, OGLI) 83 OpenGLStoredQt (OGLSQt, OGL, OGLS) 84 OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) 85 OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) 86 OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) 87 OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) 88 RayTracerX (RayTracerX) 89 Qt3D (Qt3D) 90 TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) 91 TOOLSSG_X11_ZB (TSG_X11_ZB, TSGX11ZB) 92 TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) 93 TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB) 94 TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) 95 TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB) 96 You may choose a graphics system (driver) with a parameter of 97 the command "/vis/open" or "/vis/sceneHandler/create", 98 or you may omit the driver parameter and choose at run time: 99 - by argument in the construction of G4VisExecutive 100 - by environment variable "G4VIS_DEFAULT_DRIVER" 101 - by entry in "~/.g4session" 102 - by build flags. 103 - Note: This feature is not allowed in batch mode. 104 For further information see "examples/basic/B1/exampleB1.cc" 105 and "vis.mac". 106 107 Registering model factories... 108 109 You have successfully registered the following model factories. 110 Registered model factories: 111 generic 112 drawByAttribute 113 drawByCharge 114 drawByOriginVolume 115 drawByParticleID 116 drawByEncounteredVolume 117 118 Registered models: 119 None 120 121 Registered filter factories: 122 attributeFilter 123 chargeFilter 124 originVolumeFilter 125 particleFilter 126 encounteredVolumeFilter 127 128 Registered filters: 129 None 130 131 You have successfully registered the following user vis actions. 132 Run Duration User Vis Actions: none 133 End of Event User Vis Actions: none 134 End of Run User Vis Actions: none 135 136 Some /vis commands (optionally) take a string to specify colour. 137 "/vis/list" to see available colours. 138 139 140 Global auxiliary info: 141 142 143 ======================================================================= 144 ====== Electromagnetic Physics Parameters ======== 145 ======================================================================= 146 LPM effect enabled 1 147 Enable creation and use of sampling tables 0 148 Apply cuts on all EM processes 0 149 Use combined TransportationWithMsc Disabled 150 Use general process 1 151 Enable linear polarisation for gamma 0 152 Enable photoeffect sampling below K-shell 1 153 Enable sampling of quantum entanglement 0 154 X-section factor for integral approach 0.8 155 Min kinetic energy for tables 100 eV 156 Max kinetic energy for tables 100 TeV 157 Number of bins per decade of a table 7 158 Verbose level 1 159 Verbose level for worker thread 0 160 Bremsstrahlung energy threshold above which 161 primary e+- is added to the list of secondary 100 TeV 162 Bremsstrahlung energy threshold above which primary 163 muon/hadron is added to the list of secondary 100 TeV 164 Positron annihilation at rest model SimplePositronium 165 Enable 3 gamma annihilation on fly 0 166 Lowest triplet kinetic energy 1 MeV 167 Enable sampling of gamma linear polarisation 0 168 5D gamma conversion model type 0 169 5D gamma conversion model on isolated ion 0 170 Use Ricardo-Gerardo pair production model 0 171 Livermore data directory epics_2017 172 ======================================================================= 173 ====== Ionisation Parameters ======== 174 ======================================================================= 175 Step function for e+- (0.2, 1 mm) 176 Step function for muons/hadrons (0.2, 0.1 mm) 177 Step function for light ions (0.2, 0.1 mm) 178 Step function for general ions (0.2, 0.1 mm) 179 Lowest e+e- kinetic energy 1 keV 180 Lowest muon/hadron kinetic energy 1 keV 181 Use ICRU90 data 0 182 Fluctuations of dE/dx are enabled 1 183 Type of fluctuation model for leptons and hadrons Urban 184 Use built-in Birks satuaration 0 185 Build CSDA range enabled 0 186 Use cut as a final range enabled 0 187 Enable angular generator interface 0 188 Max kinetic energy for CSDA tables 1 GeV 189 Max kinetic energy for NIEL computation 0 eV 190 Linear loss limit 0.01 191 Read data from file for e+e- pair production by mu 0 192 ======================================================================= 193 ====== Multiple Scattering Parameters ======== 194 ======================================================================= 195 Type of msc step limit algorithm for e+- 1 196 Type of msc step limit algorithm for muons/hadrons 0 197 Msc lateral displacement for e+- enabled 1 198 Msc lateral displacement for muons and hadrons 0 199 Urban msc model lateral displacement alg96 1 200 Range factor for msc step limit for e+- 0.04 201 Range factor for msc step limit for muons/hadrons 0.2 202 Geometry factor for msc step limitation of e+- 2.5 203 Safety factor for msc step limit for e+- 0.6 204 Skin parameter for msc step limitation of e+- 1 205 Lambda limit for msc step limit for e+- 1 mm 206 Use Mott correction for e- scattering 0 207 Factor used for dynamic computation of angular 208 limit between single and multiple scattering 1 209 Fixed angular limit between single 210 and multiple scattering 3.1416 rad 211 Upper energy limit for e+- multiple scattering 100 MeV 212 Type of electron single scattering model 0 213 Type of nuclear form-factor 1 214 Screening factor 1 215 ======================================================================= 216 217 phot: for gamma SubType=12 BuildTable=0 218 LambdaPrime table from 200 keV to 100 TeV in 61 bins 219 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 220 LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo 221 222 compt: for gamma SubType=13 BuildTable=1 223 Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 224 LambdaPrime table from 1 MeV to 100 TeV in 56 bins 225 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 226 Klein-Nishina : Emin= 0 eV Emax= 100 TeV 227 228 conv: for gamma SubType=14 BuildTable=1 229 Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 230 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 231 BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai 232 233 Rayl: for gamma SubType=11 BuildTable=1 234 Lambda table from 100 eV to 150 keV, 7 bins/decade, spline: 0 235 LambdaPrime table from 150 keV to 100 TeV in 62 bins 236 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 237 LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator 238 239 msc: for e- SubType= 10 240 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 241 UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV 242 StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm 243 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV 244 StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm 245 246 eIoni: for e- XStype:3 SubType=2 247 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 248 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 249 StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 250 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 251 MollerBhabha : Emin= 0 eV Emax= 100 TeV 252 253 eBrem: for e- XStype:4 SubType=3 254 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 255 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 256 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 257 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 258 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai 259 eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai 260 261 CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 262 Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 263 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 264 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 265 eCoulombScattering : Emin= 100 MeV Emax= 100 TeV 266 267 msc: for e+ SubType= 10 268 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 269 UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV 270 StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm 271 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV 272 StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm 273 274 eIoni: for e+ XStype:3 SubType=2 275 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 276 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 277 StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 278 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 279 MollerBhabha : Emin= 0 eV Emax= 100 TeV 280 281 eBrem: for e+ XStype:4 SubType=3 282 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 283 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 284 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 285 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 286 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai 287 eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai 288 289 annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 290 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 291 eplus2gg : Emin= 0 eV Emax= 100 TeV 292 293 CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 294 Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 295 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 296 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 297 eCoulombScattering : Emin= 100 MeV Emax= 100 TeV 298 299 msc: for proton SubType= 10 300 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 301 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 302 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 303 304 hIoni: for proton XStype:3 SubType=2 305 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 306 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 307 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 308 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 309 Bragg : Emin= 0 eV Emax= 2 MeV 310 BetheBloch : Emin= 2 MeV Emax= 100 TeV 311 312 hBrems: for proton XStype:1 SubType=3 313 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 314 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 315 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 316 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 317 318 hPairProd: for proton XStype:1 SubType=4 319 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 320 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 321 Sampling table 17x1001 from 7.50618 GeV to 100 TeV 322 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 323 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 324 325 CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 326 Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 327 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 328 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 329 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 330 331 msc: for GenericIon SubType= 10 332 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 333 UrbanMsc : Emin= 0 eV Emax= 100 TeV 334 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 335 336 ionIoni: for GenericIon XStype:3 SubType=2 337 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 338 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 339 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 340 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 341 Bragg : Emin= 0 eV Emax= 2 MeV 342 BetheBloch : Emin= 2 MeV Emax= 100 TeV 343 344 msc: for alpha SubType= 10 345 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 346 UrbanMsc : Emin= 0 eV Emax= 100 TeV 347 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 348 349 ionIoni: for alpha XStype:3 SubType=2 350 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 351 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 352 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 353 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 354 BraggIon : Emin= 0 eV Emax=7.9452 MeV 355 BetheBloch : Emin=7.9452 MeV Emax= 100 TeV 356 357 msc: for anti_proton SubType= 10 358 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 359 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 360 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 361 362 hIoni: for anti_proton XStype:3 SubType=2 363 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 364 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 365 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 366 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 367 ICRU73QO : Emin= 0 eV Emax= 2 MeV 368 BetheBloch : Emin= 2 MeV Emax= 100 TeV 369 370 hBrems: for anti_proton XStype:1 SubType=3 371 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 372 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 373 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 374 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 375 376 hPairProd: for anti_proton XStype:1 SubType=4 377 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 378 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 379 Sampling table 17x1001 from 7.50618 GeV to 100 TeV 380 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 381 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 382 383 CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 384 Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 385 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 386 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 387 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 388 389 msc: for kaon+ SubType= 10 390 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 391 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 392 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 393 394 hIoni: for kaon+ XStype:3 SubType=2 395 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 396 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 397 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 398 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 399 Bragg : Emin= 0 eV Emax=1.05231 MeV 400 BetheBloch : Emin=1.05231 MeV Emax= 100 TeV 401 402 hBrems: for kaon+ XStype:1 SubType=3 403 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 404 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 405 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 406 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 407 408 hPairProd: for kaon+ XStype:1 SubType=4 409 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 410 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 411 Sampling table 18x1001 from 3.94942 GeV to 100 TeV 412 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 413 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 414 415 CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 416 Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 417 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 418 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 419 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 420 421 msc: for kaon- SubType= 10 422 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 423 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 424 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 425 426 hIoni: for kaon- XStype:3 SubType=2 427 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 428 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 429 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 430 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 431 ICRU73QO : Emin= 0 eV Emax=1.05231 MeV 432 BetheBloch : Emin=1.05231 MeV Emax= 100 TeV 433 434 hBrems: for kaon- XStype:1 SubType=3 435 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 436 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 437 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 438 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 439 440 hPairProd: for kaon- XStype:1 SubType=4 441 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 442 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 443 Sampling table 18x1001 from 3.94942 GeV to 100 TeV 444 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 445 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 446 447 CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 448 Used Lambda table of kaon+ 449 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 450 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 451 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 452 453 msc: for mu+ SubType= 10 454 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 455 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 456 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 457 458 muIoni: for mu+ XStype:3 SubType=2 459 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 460 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 461 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 462 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 463 Bragg : Emin= 0 eV Emax= 200 keV 464 MuBetheBloch : Emin= 200 keV Emax= 100 TeV 465 466 muBrems: for mu+ XStype:1 SubType=3 467 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 468 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 469 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 470 MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 471 472 muPairProd: for mu+ XStype:1 SubType=4 473 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 474 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 475 Sampling table 21x1001 from 0.85 GeV to 100 TeV 476 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 477 muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 478 479 CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 480 Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 481 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 482 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 483 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 484 485 msc: for mu- SubType= 10 486 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 487 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 488 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 489 490 muIoni: for mu- XStype:3 SubType=2 491 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 492 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 493 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 494 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 495 ICRU73QO : Emin= 0 eV Emax= 200 keV 496 MuBetheBloch : Emin= 200 keV Emax= 100 TeV 497 498 muBrems: for mu- XStype:1 SubType=3 499 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 500 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 501 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 502 MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 503 504 muPairProd: for mu- XStype:1 SubType=4 505 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 506 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 507 Sampling table 21x1001 from 0.85 GeV to 100 TeV 508 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 509 muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 510 511 CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 512 Used Lambda table of mu+ 513 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 514 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 515 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 516 517 msc: for pi+ SubType= 10 518 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 519 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 520 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 521 522 hIoni: for pi+ XStype:3 SubType=2 523 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 524 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 525 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 526 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 527 Bragg : Emin= 0 eV Emax=297.505 keV 528 BetheBloch : Emin=297.505 keV Emax= 100 TeV 529 530 hBrems: for pi+ XStype:1 SubType=3 531 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 532 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 533 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 534 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 535 536 hPairProd: for pi+ XStype:1 SubType=4 537 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 538 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 539 Sampling table 20x1001 from 1.11656 GeV to 100 TeV 540 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 541 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 542 543 CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 544 Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 545 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 546 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 547 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 548 549 msc: for pi- SubType= 10 550 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 551 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV 552 StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm 553 554 hIoni: for pi- XStype:3 SubType=2 555 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 556 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 557 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 558 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 559 ICRU73QO : Emin= 0 eV Emax=297.505 keV 560 BetheBloch : Emin=297.505 keV Emax= 100 TeV 561 562 hBrems: for pi- XStype:1 SubType=3 563 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 564 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 565 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 566 hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi 567 568 hPairProd: for pi- XStype:1 SubType=4 569 dE/dx and range tables from 100 eV to 100 TeV in 84 bins 570 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 571 Sampling table 20x1001 from 1.11656 GeV to 100 TeV 572 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 573 hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi 574 575 CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 576 Used Lambda table of pi+ 577 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 578 ===== EM models for the G4Region DefaultRegionForTheWorld ====== 579 eCoulombScattering : Emin= 0 eV Emax= 100 TeV 580 581 ==================================================================== 582 HADRONIC PROCESSES SUMMARY (verbose level 1) 583 ----------------------------------------------------------------------- 584 Hadronic Processes for neutron 585 Process: hadElastic 586 Model: hElasticCHIPS: 0 eV ---> 100 TeV 587 Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV 588 Process: neutronInelastic 589 Model: FTFP: 3 GeV ---> 100 TeV 590 Model: BertiniCascade: 0 eV ---> 6 GeV 591 Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV 592 Process: nCapture 593 Model: nRadCapture: 0 eV ---> 100 TeV 594 Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV 595 Process: nKiller 596 ----------------------------------------------------------------------- 597 Hadronic Processes for B- 598 Process: hadElastic 599 Model: hElasticLHEP: 0 eV ---> 100 TeV 600 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 601 Process: B-Inelastic 602 Model: FTFP: 0 eV ---> 100 TeV 603 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 604 ----------------------------------------------------------------------- 605 Hadronic Processes for D- 606 Process: hadElastic 607 Model: hElasticLHEP: 0 eV ---> 100 TeV 608 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 609 Process: D-Inelastic 610 Model: FTFP: 0 eV ---> 100 TeV 611 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 612 ----------------------------------------------------------------------- 613 Hadronic Processes for GenericIon 614 Process: ionInelastic 615 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n 616 Model: FTFP: 3 GeV/n ---> 100 TeV/n 617 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 618 ----------------------------------------------------------------------- 619 Hadronic Processes for He3 620 Process: hadElastic 621 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n 622 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 623 Process: He3Inelastic 624 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n 625 Model: FTFP: 3 GeV/n ---> 100 TeV/n 626 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 627 ----------------------------------------------------------------------- 628 Hadronic Processes for alpha 629 Process: hadElastic 630 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n 631 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 632 Process: alphaInelastic 633 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n 634 Model: FTFP: 3 GeV/n ---> 100 TeV/n 635 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 636 ----------------------------------------------------------------------- 637 Hadronic Processes for anti_He3 638 Process: hadElastic 639 Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n 640 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n 641 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 642 Process: anti_He3Inelastic 643 Model: FTFP: 0 eV /n ---> 100 TeV/n 644 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 645 Process: hFritiofCaptureAtRest 646 ----------------------------------------------------------------------- 647 Hadronic Processes for anti_alpha 648 Process: hadElastic 649 Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n 650 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n 651 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 652 Process: anti_alphaInelastic 653 Model: FTFP: 0 eV /n ---> 100 TeV/n 654 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 655 Process: hFritiofCaptureAtRest 656 ----------------------------------------------------------------------- 657 Hadronic Processes for anti_deuteron 658 Process: hadElastic 659 Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n 660 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n 661 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 662 Process: anti_deuteronInelastic 663 Model: FTFP: 0 eV /n ---> 100 TeV/n 664 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 665 Process: hFritiofCaptureAtRest 666 ------------------------------------------------------------------------- 667 Hadronic Processes for anti_hypertriton 668 Process: hFritiofCaptureAtRest 669 ----------------------------------------------------------------------- 670 Hadronic Processes for anti_lambda 671 Process: hadElastic 672 Model: hElasticLHEP: 0 eV ---> 100 TeV 673 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 674 Process: anti_lambdaInelastic 675 Model: FTFP: 0 eV ---> 100 TeV 676 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 677 Process: hFritiofCaptureAtRest 678 ----------------------------------------------------------------------- 679 Hadronic Processes for anti_neutron 680 Process: hadElastic 681 Model: hElasticLHEP: 0 eV ---> 100.1 MeV 682 Model: AntiAElastic: 100 MeV ---> 100 TeV 683 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 684 Process: anti_neutronInelastic 685 Model: FTFP: 0 eV ---> 100 TeV 686 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 687 Process: hFritiofCaptureAtRest 688 ----------------------------------------------------------------------- 689 Hadronic Processes for anti_proton 690 Process: hadElastic 691 Model: hElasticLHEP: 0 eV ---> 100.1 MeV 692 Model: AntiAElastic: 100 MeV ---> 100 TeV 693 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 694 Process: anti_protonInelastic 695 Model: FTFP: 0 eV ---> 100 TeV 696 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 697 Process: hFritiofCaptureAtRest 698 ----------------------------------------------------------------------- 699 Hadronic Processes for anti_triton 700 Process: hadElastic 701 Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n 702 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n 703 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 704 Process: anti_tritonInelastic 705 Model: FTFP: 0 eV /n ---> 100 TeV/n 706 Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV 707 Process: hFritiofCaptureAtRest 708 ----------------------------------------------------------------------- 709 Hadronic Processes for deuteron 710 Process: hadElastic 711 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n 712 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 713 Process: dInelastic 714 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n 715 Model: FTFP: 3 GeV/n ---> 100 TeV/n 716 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 717 ----------------------------------------------------------------------- 718 Hadronic Processes for e+ 719 Process: positronNuclear 720 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV 721 Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV 722 ----------------------------------------------------------------------- 723 Hadronic Processes for e- 724 Process: electronNuclear 725 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV 726 Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV 727 ----------------------------------------------------------------------- 728 Hadronic Processes for gamma 729 Process: photonNuclear 730 Model: GammaNPreco: 0 eV ---> 200 MeV 731 Model: BertiniCascade: 199 MeV ---> 6 GeV 732 Model: TheoFSGenerator: 3 GeV ---> 100 TeV 733 Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV 734 ----------------------------------------------------------------------- 735 Hadronic Processes for kaon+ 736 Process: hadElastic 737 Model: hElasticLHEP: 0 eV ---> 100 TeV 738 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 739 Process: kaon+Inelastic 740 Model: FTFP: 3 GeV ---> 100 TeV 741 Model: BertiniCascade: 0 eV ---> 6 GeV 742 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 743 ----------------------------------------------------------------------- 744 Hadronic Processes for kaon- 745 Process: hadElastic 746 Model: hElasticLHEP: 0 eV ---> 100 TeV 747 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 748 Process: kaon-Inelastic 749 Model: FTFP: 3 GeV ---> 100 TeV 750 Model: BertiniCascade: 0 eV ---> 6 GeV 751 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 752 Process: hBertiniCaptureAtRest 753 ----------------------------------------------------------------------- 754 Hadronic Processes for lambda 755 Process: hadElastic 756 Model: hElasticLHEP: 0 eV ---> 100 TeV 757 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 758 Process: lambdaInelastic 759 Model: FTFP: 3 GeV ---> 100 TeV 760 Model: BertiniCascade: 0 eV ---> 6 GeV 761 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 762 ----------------------------------------------------------------------- 763 Hadronic Processes for mu+ 764 Process: muonNuclear 765 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV 766 Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV 767 ----------------------------------------------------------------------- 768 Hadronic Processes for mu- 769 Process: muonNuclear 770 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV 771 Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV 772 Process: muMinusCaptureAtRest 773 ----------------------------------------------------------------------- 774 Hadronic Processes for pi+ 775 Process: hadElastic 776 Model: hElasticGlauber: 0 eV ---> 100 TeV 777 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 778 Process: pi+Inelastic 779 Model: FTFP: 3 GeV ---> 100 TeV 780 Model: BertiniCascade: 0 eV ---> 6 GeV 781 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 782 ----------------------------------------------------------------------- 783 Hadronic Processes for pi- 784 Process: hadElastic 785 Model: hElasticGlauber: 0 eV ---> 100 TeV 786 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 787 Process: pi-Inelastic 788 Model: FTFP: 3 GeV ---> 100 TeV 789 Model: BertiniCascade: 0 eV ---> 6 GeV 790 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 791 Process: hBertiniCaptureAtRest 792 ----------------------------------------------------------------------- 793 Hadronic Processes for proton 794 Process: hadElastic 795 Model: hElasticCHIPS: 0 eV ---> 100 TeV 796 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 797 Process: protonInelastic 798 Model: FTFP: 3 GeV ---> 100 TeV 799 Model: BertiniCascade: 0 eV ---> 6 GeV 800 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV 801 ----------------------------------------------------------------------- 802 Hadronic Processes for sigma- 803 Process: hadElastic 804 Model: hElasticLHEP: 0 eV ---> 100 TeV 805 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 806 Process: sigma-Inelastic 807 Model: FTFP: 3 GeV ---> 100 TeV 808 Model: BertiniCascade: 0 eV ---> 6 GeV 809 Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV 810 Process: hBertiniCaptureAtRest 811 ----------------------------------------------------------------------- 812 Hadronic Processes for triton 813 Process: hadElastic 814 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n 815 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 816 Process: tInelastic 817 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n 818 Model: FTFP: 3 GeV/n ---> 100 TeV/n 819 Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV 820 ======================================================================= 821 ====== Geant4 Native Pre-compound Model Parameters ======== 822 ======================================================================= 823 Type of pre-compound inverse x-section 1 824 Pre-compound model active 1 825 Pre-compound excitation low energy 100 keV 826 Pre-compound excitation high energy 30 MeV 827 Angular generator for pre-compound model 1 828 Use NeverGoBack option for pre-compound model 0 829 Use SoftCutOff option for pre-compound model 0 830 Use CEM transitions for pre-compound model 1 831 Use GNASH transitions for pre-compound model 0 832 Use HETC submodel for pre-compound model 0 833 ======================================================================= 834 ====== Nuclear De-excitation Module Parameters ======== 835 ======================================================================= 836 Type of de-excitation inverse x-section 3 837 Type of de-excitation factory Evaporation+GEM 838 Number of de-excitation channels 68 839 Min excitation energy 10 eV 840 Min energy per nucleon for multifragmentation 200 GeV 841 Limit excitation energy for Fermi BreakUp 20 MeV 842 Level density (1/MeV) 0.075 843 Use simple level density model 1 844 Use discrete excitation energy of the residual 0 845 Time limit for long lived isomeres 1 ns 846 Isomer production flag 1 847 Internal e- conversion flag 1 848 Store e- internal conversion data 1 849 Correlated gamma emission flag 0 850 Max 2J for sampling of angular correlations 10 851 ======================================================================= 852 G4GDML: Writing 'g01.gdml'... 853 G4GDML: Writing definitions... 854 G4GDML: Writing materials... 855 G4GDML: Writing solids... 856 G4GDML: Writing structure... 857 G4GDML: Writing userinfo... 858 G4GDML: Writing setup... 859 G4GDML: Writing surfaces... 860 G4GDML: Writing 'g01.gdml' done ! 861 /run/verbose 2 862 /run/beamOn 20 863 864 Region <DefaultRegionForTheWorld> -- -- appears in <World_PV> world volume 865 This region is in the mass world. 866 Root logical volume(s) : World 867 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 868 Materials : Air Water 869 Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um 870 871 Region <DefaultRegionForParallelWorld> -- -- is not associated to any world. 872 Root logical volume(s) : 873 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 874 Materials : 875 Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um 876 877 ========= Table of registered couples ============================ 878 879 Index : 0 used in the geometry : Yes 880 Material : Air 881 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um 882 Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV 883 Region(s) which use this couple : 884 DefaultRegionForTheWorld 885 886 Index : 1 used in the geometry : Yes 887 Material : Water 888 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um 889 Energy thresholds : gamma 2.52493 keV e- 277.585 keV e+ 270.777 keV proton 70 keV 890 Region(s) which use this couple : 891 DefaultRegionForTheWorld 892 893 ================================================================== 894 895 Start closing geometry. 896 -------------------------------------------------------------------------------- 897 G4GeometryManager::ReportVoxelStats -- Voxel Statistics 898 899 Total memory consumed for geometry optimisation: 3 kByte 900 Total CPU time elapsed for geometry optimisation: 0 seconds 901 902 Voxelisation: top CPU users: 903 Percent Total CPU System CPU Memory Volume 904 ------- ---------- ---------- -------- ---------- 905 0.00 0.00 0.00 3k World 906 907 Voxelisation: top memory users: 908 Percent Memory Heads Nodes Pointers Total CPU Volume 909 ------- -------- ------ ------ -------- ---------- ---------- 910 100.00 3k 9 37 106 0.00 World 911 -------------------------------------------------------------------------------- 912 913 ### Run 0 starts. 914 915 ********************************************************************************************************* 916 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 917 ********************************************************************************************************* 918 919 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 920 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 921 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 922 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 923 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 924 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 925 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 926 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 927 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 928 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 929 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 930 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 931 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 932 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 933 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 934 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 935 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 936 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 937 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 938 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 939 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 940 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 941 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 942 943 ********************************************************************************************************* 944 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 945 ********************************************************************************************************* 946 947 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 948 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 949 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 950 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 951 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 952 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 953 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 954 955 ********************************************************************************************************* 956 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 957 ********************************************************************************************************* 958 959 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 960 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 961 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 962 963 ********************************************************************************************************* 964 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 965 ********************************************************************************************************* 966 967 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 968 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 969 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 970 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 971 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 972 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 973 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 974 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 975 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 976 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 977 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 978 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 979 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 980 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 981 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 982 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 983 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 984 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 985 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 986 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 987 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 988 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 989 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 990 991 ********************************************************************************************************* 992 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 993 ********************************************************************************************************* 994 995 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 996 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 997 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 998 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 999 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1000 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1001 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1002 1003 ********************************************************************************************************* 1004 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1005 ********************************************************************************************************* 1006 1007 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1008 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1009 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1010 1011 ********************************************************************************************************* 1012 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1013 ********************************************************************************************************* 1014 1015 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1016 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1017 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1018 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1019 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1020 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1021 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1022 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1023 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1024 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1025 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1026 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1027 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1028 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1029 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1030 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1031 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1032 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1033 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1034 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1035 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1036 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1037 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1038 1039 ********************************************************************************************************* 1040 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1041 ********************************************************************************************************* 1042 1043 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1044 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1045 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1046 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1047 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1048 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1049 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1050 1051 ********************************************************************************************************* 1052 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1053 ********************************************************************************************************* 1054 1055 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1056 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1057 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1058 1059 ********************************************************************************************************* 1060 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1061 ********************************************************************************************************* 1062 1063 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1064 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1065 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1066 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1067 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1068 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1069 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1070 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1071 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1072 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1073 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1074 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1075 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1076 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1077 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1078 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1079 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1080 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1081 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1082 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1083 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1084 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1085 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1086 1087 ********************************************************************************************************* 1088 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1089 ********************************************************************************************************* 1090 1091 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1092 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1093 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1094 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1095 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1096 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1097 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1098 1099 ********************************************************************************************************* 1100 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1101 ********************************************************************************************************* 1102 1103 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1104 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1105 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1106 1107 ********************************************************************************************************* 1108 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1109 ********************************************************************************************************* 1110 1111 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1112 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1113 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1114 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1115 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1116 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1117 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1118 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1119 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1120 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1121 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1122 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1123 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1124 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1125 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1126 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1127 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1128 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1129 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1130 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1131 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1132 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1133 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1134 1135 ********************************************************************************************************* 1136 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1137 ********************************************************************************************************* 1138 1139 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1140 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1141 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1142 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1143 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1144 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1145 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1146 1147 ********************************************************************************************************* 1148 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1149 ********************************************************************************************************* 1150 1151 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1152 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1153 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1154 1155 ********************************************************************************************************* 1156 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1157 ********************************************************************************************************* 1158 1159 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1160 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1161 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1162 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1163 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1164 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1165 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1166 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1167 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1168 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1169 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1170 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1171 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1172 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1173 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1174 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1175 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1176 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1177 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1178 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1179 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1180 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1181 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1182 1183 ********************************************************************************************************* 1184 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1185 ********************************************************************************************************* 1186 1187 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1188 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1189 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1190 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1191 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1192 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1193 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1194 1195 ********************************************************************************************************* 1196 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1197 ********************************************************************************************************* 1198 1199 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1200 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1201 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1202 1203 ********************************************************************************************************* 1204 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1205 ********************************************************************************************************* 1206 1207 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1208 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1209 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1210 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1211 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1212 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1213 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1214 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1215 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1216 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1217 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1218 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1219 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1220 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1221 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1222 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1223 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1224 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1225 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1226 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1227 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1228 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1229 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1230 1231 ********************************************************************************************************* 1232 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1233 ********************************************************************************************************* 1234 1235 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1236 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1237 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1238 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1239 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1240 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1241 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1242 Run terminated. 1243 Run Summary 1244 Number of events processed : 20 1245 User=0.000000s Real=0.004210s Sys=0.000000s 1246 /gun/direction 0 0 -1 1247 /run/beamOn 20 1248 1249 Region <DefaultRegionForTheWorld> -- -- appears in <World_PV> world volume 1250 This region is in the mass world. 1251 Root logical volume(s) : World 1252 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1253 Materials : Air Water 1254 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1255 1256 Region <DefaultRegionForParallelWorld> -- -- is not associated to any world. 1257 Root logical volume(s) : 1258 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1259 Materials : 1260 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1261 1262 ========= Table of registered couples ============================ 1263 1264 Index : 0 used in the geometry : Yes 1265 Material : Air 1266 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1267 Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV 1268 Region(s) which use this couple : 1269 DefaultRegionForTheWorld 1270 1271 Index : 1 used in the geometry : Yes 1272 Material : Water 1273 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1274 Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV 1275 Region(s) which use this couple : 1276 DefaultRegionForTheWorld 1277 1278 ================================================================== 1279 1280 ### Run 1 starts. 1281 1282 ********************************************************************************************************* 1283 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1284 ********************************************************************************************************* 1285 1286 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1287 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1288 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1289 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1290 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1291 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1292 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1293 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1294 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1295 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1296 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1297 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1298 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1299 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1300 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1301 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1302 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1303 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1304 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1305 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1306 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1307 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1308 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1309 1310 ********************************************************************************************************* 1311 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1312 ********************************************************************************************************* 1313 1314 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1315 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1316 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1317 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1318 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1319 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1320 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1321 1322 ********************************************************************************************************* 1323 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1324 ********************************************************************************************************* 1325 1326 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1327 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1328 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1329 1330 ********************************************************************************************************* 1331 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1332 ********************************************************************************************************* 1333 1334 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1335 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1336 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1337 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1338 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1339 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1340 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1341 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1342 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1343 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1344 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1345 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1346 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1347 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1348 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1349 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1350 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1351 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1352 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1353 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1354 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1355 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1356 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1357 1358 ********************************************************************************************************* 1359 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1360 ********************************************************************************************************* 1361 1362 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1363 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1364 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1365 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1366 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1367 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1368 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1369 1370 ********************************************************************************************************* 1371 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1372 ********************************************************************************************************* 1373 1374 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1375 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1376 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1377 1378 ********************************************************************************************************* 1379 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1380 ********************************************************************************************************* 1381 1382 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1383 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1384 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1385 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1386 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1387 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1388 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1389 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1390 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1391 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1392 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1393 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1394 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1395 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1396 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1397 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1398 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1399 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1400 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1401 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1402 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1403 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1404 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1405 1406 ********************************************************************************************************* 1407 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1408 ********************************************************************************************************* 1409 1410 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1411 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1412 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1413 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1414 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1415 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1416 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1417 1418 ********************************************************************************************************* 1419 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1420 ********************************************************************************************************* 1421 1422 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1423 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1424 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1425 1426 ********************************************************************************************************* 1427 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1428 ********************************************************************************************************* 1429 1430 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1431 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1432 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1433 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1434 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1435 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1436 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1437 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1438 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1439 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1440 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1441 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1442 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1443 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1444 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1445 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1446 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1447 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1448 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1449 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1450 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1451 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1452 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1453 1454 ********************************************************************************************************* 1455 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1456 ********************************************************************************************************* 1457 1458 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1459 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1460 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1461 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1462 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1463 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1464 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1465 1466 ********************************************************************************************************* 1467 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1468 ********************************************************************************************************* 1469 1470 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1471 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1472 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1473 1474 ********************************************************************************************************* 1475 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1476 ********************************************************************************************************* 1477 1478 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1479 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1480 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1481 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1482 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1483 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1484 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1485 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1486 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1487 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1488 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1489 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1490 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1491 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1492 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1493 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1494 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1495 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1496 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1497 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1498 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1499 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1500 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1501 1502 ********************************************************************************************************* 1503 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1504 ********************************************************************************************************* 1505 1506 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1507 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1508 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1509 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1510 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1511 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1512 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1513 1514 ********************************************************************************************************* 1515 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1516 ********************************************************************************************************* 1517 1518 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1519 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1520 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1521 1522 ********************************************************************************************************* 1523 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1524 ********************************************************************************************************* 1525 1526 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1527 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1528 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1529 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1530 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1531 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1532 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1533 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1534 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1535 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1536 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1537 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1538 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1539 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1540 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1541 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1542 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1543 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1544 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1545 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1546 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1547 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1548 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1549 1550 ********************************************************************************************************* 1551 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1552 ********************************************************************************************************* 1553 1554 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1555 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1556 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1557 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1558 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1559 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1560 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1561 1562 ********************************************************************************************************* 1563 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1564 ********************************************************************************************************* 1565 1566 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1567 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1568 1 5e+03 0.1 700 1e+03 0 7.03e+03 7.03e+03 OutOfWorld Transportation 1569 1570 ********************************************************************************************************* 1571 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1572 ********************************************************************************************************* 1573 1574 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1575 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1576 1 -780 0.1 0.1 1e+03 0 1.22e+03 1.22e+03 vol701_PV Transportation 1577 2 -720 0.1 0.1 1e+03 0 60 1.28e+03 World_PV Transportation 1578 3 -540 0.1 0.1 1e+03 0 180 1.46e+03 vol101_PV Transportation 1579 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 1580 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 1581 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation 1582 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation 1583 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation 1584 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 1585 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 1586 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 1587 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation 1588 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation 1589 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation 1590 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 1591 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 1592 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 1593 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation 1594 19 948 0.1 0.1 1e+03 0 188 2.95e+03 vol1001_PV Transportation 1595 20 952 0.1 0.1 1e+03 0 3.8 2.95e+03 World_PV Transportation 1596 21 5e+03 0.1 0.1 1e+03 0 4.05e+03 7e+03 OutOfWorld Transportation 1597 1598 ********************************************************************************************************* 1599 * G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 1600 ********************************************************************************************************* 1601 1602 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 1603 0 -2e+03 0.1 0.1 1e+03 0 0 0 World_PV initStep 1604 1 -780 122 0.1 1e+03 0 1.23e+03 1.23e+03 vol601_PV Transportation 1605 2 -760 124 0.1 1e+03 0 20 1.25e+03 World_PV Transportation 1606 3 -740 126 0.1 1e+03 0 20 1.27e+03 vol601_PV Transportation 1607 4 -720 128 0.1 1e+03 0 20 1.29e+03 World_PV Transportation 1608 5 5e+03 700 0.1 1e+03 0 5.75e+03 7.03e+03 OutOfWorld Transportation 1609 Run terminated. 1610 Run Summary 1611 Number of events processed : 20 1612 User=0.010000s Real=0.003618s Sys=0.000000s 1613 /tracking/verbose 0 1614 /gun/direction 0.3 0.2 1 1615 /run/beamOn 20 1616 1617 Region <DefaultRegionForTheWorld> -- -- appears in <World_PV> world volume 1618 This region is in the mass world. 1619 Root logical volume(s) : World 1620 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1621 Materials : Air Water 1622 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1623 1624 Region <DefaultRegionForParallelWorld> -- -- is not associated to any world. 1625 Root logical volume(s) : 1626 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1627 Materials : 1628 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1629 1630 ========= Table of registered couples ============================ 1631 1632 Index : 0 used in the geometry : Yes 1633 Material : Air 1634 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1635 Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV 1636 Region(s) which use this couple : 1637 DefaultRegionForTheWorld 1638 1639 Index : 1 used in the geometry : Yes 1640 Material : Water 1641 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1642 Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV 1643 Region(s) which use this couple : 1644 DefaultRegionForTheWorld 1645 1646 ================================================================== 1647 1648 ### Run 2 starts. 1649 Run terminated. 1650 Run Summary 1651 Number of events processed : 20 1652 User=0.000000s Real=0.001859s Sys=0.000000s 1653 /gun/direction 0.3 -0.2 1 1654 /run/beamOn 20 1655 1656 Region <DefaultRegionForTheWorld> -- -- appears in <World_PV> world volume 1657 This region is in the mass world. 1658 Root logical volume(s) : World 1659 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1660 Materials : Air Water 1661 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1662 1663 Region <DefaultRegionForParallelWorld> -- -- is not associated to any world. 1664 Root logical volume(s) : 1665 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1666 Materials : 1667 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1668 1669 ========= Table of registered couples ============================ 1670 1671 Index : 0 used in the geometry : Yes 1672 Material : Air 1673 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1674 Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV 1675 Region(s) which use this couple : 1676 DefaultRegionForTheWorld 1677 1678 Index : 1 used in the geometry : Yes 1679 Material : Water 1680 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1681 Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV 1682 Region(s) which use this couple : 1683 DefaultRegionForTheWorld 1684 1685 ================================================================== 1686 1687 ### Run 3 starts. 1688 Run terminated. 1689 Run Summary 1690 Number of events processed : 20 1691 User=0.000000s Real=0.001802s Sys=0.000000s 1692 /gun/direction -0.3 0.2 0.6 1693 /run/beamOn 20 1694 1695 Region <DefaultRegionForTheWorld> -- -- appears in <World_PV> world volume 1696 This region is in the mass world. 1697 Root logical volume(s) : World 1698 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1699 Materials : Air Water 1700 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1701 1702 Region <DefaultRegionForParallelWorld> -- -- is not associated to any world. 1703 Root logical volume(s) : 1704 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] 1705 Materials : 1706 Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1707 1708 ========= Table of registered couples ============================ 1709 1710 Index : 0 used in the geometry : Yes 1711 Material : Air 1712 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1713 Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV 1714 Region(s) which use this couple : 1715 DefaultRegionForTheWorld 1716 1717 Index : 1 used in the geometry : Yes 1718 Material : Water 1719 Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um 1720 Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV 1721 Region(s) which use this couple : 1722 DefaultRegionForTheWorld 1723 1724 ================================================================== 1725 1726 ### Run 4 starts. 1727 Run terminated. 1728 Run Summary 1729 Number of events processed : 20 1730 User=0.000000s Real=0.001986s Sys=0.000000s 1731 Graphics systems deleted. 1732 Visualization Manager deleting... 1733 G4 kernel has come to Quit state. 1734 Deleting G4Run (id:4) 1735 UserDetectorConstruction deleted 0x269bfd0 1736 UserPhysicsList deleted 0x269c470 1737 UserActionInitialization deleted 0x282c310 1738 UserWorkerInitialization deleted 0 1739 UserWorkerThreadInitialization deleted 0 1740 UserRunAction deleted. 1741 UserPrimaryGenerator deleted. 1742 RunManager is deleting RunManagerKernel. 1743 G4SDManager deleted. 1744 EventManager deleted. 1745 Units table cleared. 1746 TransportationManager deleted. 1747 Total navigation history collections cleaned: 8 1748 G4RNGHelper object is deleted. 1749 ================== Deleting memory pools =================== 1750 Pool ID '20G4NavigationLevelRep', size : 0.00961 MB 1751 Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB 1752 Pool ID '17G4DynamicParticle', size : 0.000961 MB 1753 Pool ID '7G4Event', size : 0.000961 MB 1754 Pool ID '15G4PrimaryVertex', size : 0.000961 MB 1755 Pool ID '17G4PrimaryParticle', size : 0.000961 MB 1756 Pool ID '7G4Track', size : 0.000961 MB 1757 Pool ID '18G4TouchableHistory', size : 0.000961 MB 1758 Pool ID '15G4CountedObjectIvE', size : 0.000961 MB 1759 Number of memory pools allocated: 9 of which, static: 0 1760 Dynamic pools deleted: 9 / Total memory freed: 0.017 MB 1761 ============================================================ 1762 G4Allocator objects are deleted. 1763 UImanager deleted. 1764 StateManager deleted. 1765 RunManagerKernel is deleted. Good bye :) 1766 RunManager is deleted.