You are on page 1of 10

MobaXterm Personal Edition v8.

(X server, SSH client and network tools)

Your computer drives are accessible through the /drives path

Your DISPLAY is set to 192.168.1.112:1.0

When using SSH, your remote DISPLAY is automatically forwarded

Each command status is specified by a special symbol (v or x)

Important:

This is MobaXterm Personal Edition. The Professional edition

allows you to customize MobaXterm for your company: you can add

your own logo, your parameters, your welcome message and generate
either an MSI installation package or a portable executable.

We can also modify MobaXterm or develop the plugins you need.

For more information: http://mobaxterm.mobatek.net/download.html

[2016-05-19 14:20.51] ~
[ajayt.Ajay] ssh -X at092@wumpus.its.uow.edu.au
Last login: Thu May 19 13:48:46 2016 from 220-240-80-50.t
$ ssh -X ajay@130.130.82.19
ajay@130.130.82.19's password:
Last login: Thu May 19 13:48:24 2016 from wumpus.its.uow.edu.au
The environment has been set!!!!
[ajay@hadron ~]$ cd Geant4_School_2016/B1/build/
[ajay@hadron build]$ make
[100%] Built target exampleB1
[ajay@hadron build]$ ./exampleB1
Available UI session types: [ GAG, tcsh, csh ]

*************************************************************
Geant4 version Name: geant4-10-02-patch-01
(26-February-2016)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
*************************************************************

Visualization Manager instantiating with verbosity "warnings (3)"...


Visualization Manager initialising...
Registering graphics systems...
You have successfully registered the following graphics systems.
Current available graphics systems are:
ASCIITree (ATree)
DAWNFILE (DAWNFILE)
G4HepRep (HepRepXML)
G4HepRepFile (HepRepFile)
RayTracer (RayTracer)
VRML1FILE (VRML1FILE)
VRML2FILE (VRML2FILE)
gMocrenFile (gMocrenFile)
OpenGLImmediateX (OGLIX, OGLI)
OpenGLStoredX (OGLSX, OGL, OGLS)
RayTracerX (RayTracerX)
Registering model factories...

You have successfully registered the following model factories.


Registered model factories:
generic
drawByCharge
drawByParticleID
drawByOriginVolume
drawByAttribute
Registered filter factories:
chargeFilter
particleFilter
originVolumeFilter
attributeFilter
You
Run
End
End

have successfully registered the following user vis actions.


Duration User Vis Actions: none
of Event User Vis Actions: none
of Run User Vis Actions: none

Some /vis commands (optionally) take a string to specify colour.


Available colours:
black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
/control/saveHistory

/run/verbose 2
#
# Change the default number of threads (in multi-threaded mode)
#/run/numberOfThreads 4
#
# Initialize kernel
/run/initialize
userDetector->Construct() start.
Checking overlaps for volume phys_Phantom ... OK!
World is registered to the default region.
physicsList->Construct() start.
G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used
physicsList->CheckParticleList() start.
physicsList->setCut() start.
#
# Visualization setting
/control/execute vis.mac
# Macro file for the visualization setting in the initialization phase
# of the B1 example when running in interactive mode
#
# Use these open statements to open selected visualization
#
# Use this open statement to create an OpenGL view:
/vis/open OGL 600x600-0+0
/vis/sceneHandler/create OGL
/vis/viewer/create ! ! 600x600-0+0
/vis/viewer/refresh
#
# Use this open statement to create an OpenInventor view:
#/vis/open OI
#
# Use this open statement to create a .prim file suitable for
# viewing in DAWN:
#/vis/open DAWNFILE
#
# Use this open statement to create a .heprep file suitable for
# viewing in HepRApp:
#/vis/open HepRepFile
#
# Use this open statement to create a .wrl file suitable for
# viewing in a VRML viewer:
#/vis/open VRML2FILE
#
# Disable auto refresh and quieten vis messages whilst scene and
# trajectories are established:
/vis/viewer/set/autoRefresh false
/vis/verbose errors
Visualization verbosity changed to errors (2)
#
# Draw geometry:
/vis/drawVolume
/vis/scene/create
/vis/scene/add/volume world
/vis/sceneHandler/attach
#
# Specify view angle:
/vis/viewer/set/viewpointVector -1 0 0
/vis/viewer/set/lightsVector -1 0 0
#
# Specify style (surface, wireframe, auxiliary edges,...)
/vis/viewer/set/style wireframe
/vis/viewer/set/auxiliaryEdge true
/vis/viewer/set/lineSegmentsPerCircle 100
#
# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
/vis/scene/add/trajectories smooth
/tracking/storeTrajectory 2
Attributes available for modeling and filtering with
"/vis/modeling/trajectories/create/drawByAttribute" and
"/vis/filtering/trajectories/create/attributeFilter" commands:
G4TrajectoriesModel:
Event ID (EventID): G4int
Run ID (RunID): G4int
G4SmoothTrajectory:
Charge (Ch): unit: e+ (G4double)
Track ID (ID): G4int
Initial kinetic energy (IKE): G4BestUnit (G4double)
Initial momentum magnitude (IMag): G4BestUnit (G4double)
Initial momentum (IMom): G4BestUnit (G4ThreeVector)
No. of points (NTP): G4int
PDG Encoding (PDG): G4int

Parent ID (PID): G4int


Particle Name (PN): G4String
G4SmoothTrajectoryPoint:
Auxiliary Point Position (Aux): G4BestUnit (G4ThreeVector)
Step Position (Pos): G4BestUnit (G4ThreeVector)
/vis/scene/notifyHandlers
/vis/modeling/trajectories/create/drawByCharge
/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
/vis/scene/notifyHandlers scene-0
/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
/vis/scene/notifyHandlers scene-0
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
#
# Draw hits at end of event:
#/vis/scene/add/hits
#
# To draw only gammas:
#/vis/filtering/trajectories/create/particleFilter
#/vis/filtering/trajectories/particleFilter-0/add gamma
#
# To invert the above, drawing all particles except gammas,
# keep the above two lines but also add:
#/vis/filtering/trajectories/particleFilter-0/invert true
#
# Many other options are available with /vis/modeling and /vis/filtering.
# For example, to select colour by particle ID:
#/vis/modeling/trajectories/create/drawByParticleID
#/vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts true
# To select or override default colours (note: e+ is blue by default):
#/vis/modeling/trajectories/list
#/vis/modeling/trajectories/drawByParticleID-0/set e+ yellow
#
# To superimpose all of the events from a given run:
/vis/scene/endOfEventAction accumulate
#
# Decorations
# Name
/vis/set/textColour green
/vis/set/textLayout right
/vis/scene/add/text2D 0.9 -.9 24 ! ! exampleB1
/vis/scene/notifyHandlers
# or, if your system does not support right-adjustment
#/vis/scene/add/text2D 0 -.9 24 ! ! exampleB1
/vis/set/textLayout
/vis/set/textColour
#
# Axes, scale, etc.
/vis/scene/add/scale
/vis/scene/notifyHandlers
/vis/scene/add/axes
/vis/scene/notifyHandlers
/vis/scene/add/eventID
/vis/scene/notifyHandlers
/vis/scene/add/date
/vis/scene/notifyHandlers
/vis/scene/add/logo2D
/vis/scene/notifyHandlers
/vis/scene/add/logo
/vis/scene/notifyHandlers
#
# Frame
/vis/set/colour red
/vis/set/lineWidth 2
/vis/scene/add/frame
/vis/scene/notifyHandlers
/vis/set/colour
/vis/set/lineWidth
#
# Attach text to one edge of Shape1, with a small, fixed offset
/vis/scene/add/text 0 6 -4 cm 18 4 4 Shape1
/vis/scene/notifyHandlers
# Attach text to one corner of Shape2, with a small, fixed offset
/vis/scene/add/text 6 7 10 cm 18 4 4 Shape2
/vis/scene/notifyHandlers
#
# To get nice view
/vis/geometry/set/visibility World 0 false
/vis/scene/notifyHandlers
/vis/geometry/set/visibility Envelope 0 false
ERROR: Logical volume "Envelope" not found in logical volume store.
/vis/viewer/set/style surface
/vis/viewer/set/hiddenMarker true

/vis/viewer/set/viewpointThetaPhi 120 150


#
# Re-establish auto refreshing and verbosity:
/vis/viewer/set/autoRefresh true
/vis/viewer/refresh
/vis/verbose warnings
Visualization verbosity changed to warnings (3)
#
# For file-based drivers, use this to create an empty detector view:
#/vis/viewer/flush
Idle> /tracking/verbose 1
/tracking/verbose 1
Idle> run/beamOn 1
/run/beamOn 1
### ===
phot:

Deexcitation model UAtomDeexcitation is activated for 1 region:


DefaultRegionForTheWorld

for gamma
SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 10 TeV in 154 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermorePhElectric : Emin=
0 eV
Emax=
10 TeV
AngularGenSauterGavrila

compt:

for gamma
SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 20 bins per decade, spline: 1
LambdaPrime table from 1 MeV to 10 TeV in 140 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LowEPComptonModel : Emin=
0 eV
Emax=
20 MeV FluoActive
KleinNishina : Emin=
20 MeV
Emax=
10 TeV FluoActive

conv:

Rayl:

FluoActive

for gamma
SubType= 14 BuildTable= 1
Lambda table from 1.022 MeV to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
PenConversion : Emin=
0 eV
Emax=
80 GeV
BetheHeitlerLPM : Emin=
80 GeV
Emax=
10 TeV

for gamma
SubType= 11 BuildTable= 1
Lambda table from 100 eV to 100 keV, 20 bins per decade, spline: 0
LambdaPrime table from 100 keV to 10 TeV in 160 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
LivermoreRayleigh : Emin=
0 eV
Emax=
10 TeV
CullenGenerator

msc:

for eSubType= 10
RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin=
0 eV
Emax=
100 MeV Table with 120 bins Emin=
Emax=
100 MeV
WentzelVIUni : Emin=
100 MeV
Emax=
10 TeV Table with 100 bins Emin=
Emax=
10 TeV
eIoni:

eBrem:

100 eV

100 MeV

for eSubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
PenIoni : Emin=
0 eV
Emax=
1 MeV
MollerBhabha : Emin=
1 MeV
Emax=
10 TeV
deltaVI
for eSubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
LPM flag: 1 for E > 1 GeV, HighEnergyThreshold(GeV)= 10000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin=
0 eV
Emax=
1 GeV
AngularGen2BS
eBremLPM : Emin=
1 GeV
Emax=
10 TeV
AngularGen2BS

CoulombScat:
for e-, integral: 1
SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
100 MeV
Emax=
10 TeV
msc:

for e+
SubType= 10
RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin=
0 eV
Emax=
100 MeV Table with 120 bins Emin=
Emax=
100 MeV
WentzelVIUni : Emin=
100 MeV
Emax=
10 TeV Table with 100 bins Emin=
Emax=
10 TeV
eIoni:

for e+
SubType= 2
dE/dx and range tables from 100 eV

to 10 TeV in 220 bins

100 eV

100 MeV

eBrem:

Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1


finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
PenIoni : Emin=
0 eV
Emax=
1 MeV
MollerBhabha : Emin=
1 MeV
Emax=
10 TeV
deltaVI
for e+
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
LPM flag: 1 for E > 1 GeV, HighEnergyThreshold(GeV)= 10000
===== EM models for the G4Region DefaultRegionForTheWorld ======
eBremSB : Emin=
0 eV
Emax=
1 GeV
AngularGen2BS
eBremLPM : Emin=
1 GeV
Emax=
10 TeV
AngularGen2BS

annihil:
for e+, integral: 1
SubType= 5 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
eplus2gg : Emin=
0 eV
Emax=
10 TeV

CoulombScat:
for e+, integral: 1
SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
100 MeV
Emax=
10 TeV
msc:

for proton
SubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for proton
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.02, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin=
0 eV
Emax=
2 MeV
deltaVI
BetheBloch : Emin=
2 MeV
Emax=
10 TeV
deltaVI

hBrems:
for proton
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:
for proton
SubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 13x1001; from 7.50618 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for proton, integral: 1
SubType= 1 BuildTable= 1
Used Lambda table of anti_proton
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
nuclearStopping:
for proton
SubType= 8 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin=
0 eV
Emax=
1 MeV
msc:

for GenericIon
SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin=
0 eV
Emax=
10 TeV

ionIoni:
for GenericIon
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
ParamICRU73 : Emin=
0 eV
Emax=
10 TeV
deltaVI
nuclearStopping:
for GenericIon
SubType= 8 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin=
0 eV
Emax=
1 MeV
msc:

for alpha
SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
UrbanMsc : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=

100 eV

Emax=

10 TeV

ionIoni:
for alpha
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
===== EM models for the G4Region DefaultRegionForTheWorld ======
BraggIon : Emin=
0 eV
Emax=
7.9452 MeV
deltaVI
BetheBloch : Emin=
7.9452 MeV
Emax=
10 TeV
deltaVI
nuclearStopping:
for alpha
SubType= 8 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin=
0 eV
Emax=
1 MeV
msc:

for anti_proton
SubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for anti_proton
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.02, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin=
0 eV
Emax=
2 MeV
deltaVI
BetheBloch : Emin=
2 MeV
Emax=
10 TeV
deltaVI

hBrems:
for anti_proton
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:
for anti_proton
SubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 13x1001; from 7.50618 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for anti_proton, integral: 1
SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
nuclearStopping:
for anti_proton
SubType= 8 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU49NucStopping : Emin=
0 eV
Emax=
1 MeV
msc:

for kaon+
SubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for kaon+
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin=
0 eV
Emax= 1.05231 MeV
deltaVI
BetheBloch : Emin= 1.05231 MeV
Emax=
10 TeV
deltaVI

hBrems:
for kaon+
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:
for kaon+
SubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 14x1001; from 3.94942 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for kaon+, integral: 1
SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1

180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531


===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV

msc:

for kaonSubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for kaonSubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin=
0 eV
Emax= 1.05231 MeV
deltaVI
BetheBloch : Emin= 1.05231 MeV
Emax=
10 TeV
deltaVI

hBrems:
for kaonSubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:
for kaonSubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 14x1001; from 3.94942 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for kaon-, integral: 1
SubType= 1 BuildTable= 1
Used Lambda table of kaon+
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
msc:

for mu+
SubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
muIoni:
for mu+
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin=
0 eV
Emax=
200 keV
deltaVI
BetheBloch : Emin=
200 keV
Emax=
1 GeV
deltaVI
MuBetheBloch : Emin=
1 GeV
Emax=
10 TeV
muBrems:
for mu+
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
muPairProd:
for mu+
SubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 17x1001; from 1 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for mu+, integral: 1
SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
msc:

for muSubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
muIoni:
for muSubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1

finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01


===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin=
0 eV
Emax=
200 keV
deltaVI
BetheBloch : Emin=
200 keV
Emax=
1 GeV
deltaVI
MuBetheBloch : Emin=
1 GeV
Emax=
10 TeV

muBrems:
for muSubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
MuBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
muPairProd:
for muSubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 17x1001; from 1 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
muPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for mu-, integral: 1
SubType= 1 BuildTable= 1
Used Lambda table of mu+
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
msc:

for pi+
SubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for pi+
SubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin=
0 eV
Emax= 297.505 keV
deltaVI
BetheBloch : Emin= 297.505 keV
Emax=
10 TeV
deltaVI

hBrems:
for pi+
SubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:
for pi+
SubType= 4
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 16x1001; from 1.11656 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV
CoulombScat:
for pi+, integral: 1
SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV
msc:

for piSubType= 10
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin=
0 eV
Emax=
10 TeV Table with 220 bins Emin=
100 eV
Emax=
10 TeV
hIoni:

for piSubType= 2
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
ICRU73QO : Emin=
0 eV
Emax= 297.505 keV
deltaVI
BetheBloch : Emin= 297.505 keV
Emax=
10 TeV
deltaVI

hBrems:
for piSubType= 3
dE/dx and range tables from 100 eV to 10 TeV in 220 bins
Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
hBrem : Emin=
0 eV
Emax=
10 TeV
===== Limit on energy threshold has been applied
hPairProd:

for

pi-

SubType= 4

dE/dx and range tables from 100 eV to 10 TeV in 220 bins


Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
Sampling table 16x1001; from 1.11656 GeV to 10 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin=
0 eV
Emax=
10 TeV

CoulombScat:
for pi-, integral: 1
SubType= 1 BuildTable= 1
Used Lambda table of pi+
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin=
0 eV
Emax=
10 TeV

Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume


This region is in the mass world.
Root logical volume(s) : World
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0],
G4UserSteppingAction[0]
Materials : G4_AIR G4_WATER
Production cuts :
gamma 500 um
e- 500 um
e+ 500 um proton 500 um
Region <DefaultRegionForParallelWorld> -- -- is not associated to any world.
Root logical volume(s) :
Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0],
G4UserSteppingAction[0]
Materials :
Production cuts :
gamma 500 um
e- 500 um
e+ 500 um proton 500 um
========= Table of registered couples ==============================
Index : 0
used in the geometry : Yes
Material : G4_AIR
Range cuts
: gamma 500 um
eEnergy thresholds : gamma 250 eV
eRegion(s) which use this couple :
DefaultRegionForTheWorld
Index : 1
used in the geometry : Yes
Material : G4_WATER
Range cuts
: gamma 500 um
eEnergy thresholds : gamma 2.19716 keV
Region(s) which use this couple :
DefaultRegionForTheWorld

500 um
250 eV

e+
e+

500 um
250 eV

proton 500 um
proton 50 keV

500 um
e+ 500 um proton 500 um
e- 223.91 keV
e+ 219.064 keV proton 50 keV

====================================================================
Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics

Total memory consumed for geometry optimisation:


0 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
/vis/scene/notifyHandlers scene-0
### Run 0 starts.

*****************************************************************************************************
****
* G4Track Information:
Particle = e-,
Track ID = 1,
Parent ID = 0
*****************************************************************************************************
****
Step#
X(mm)
Y(mm)
Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0
0
0
-200
6
0
0
0
World initStep
1
0.122 -0.0326
-183
6 0.00181
16.9
16.9
World msc
Edep in the step: 0.001812858546018645
2
0.288
-0.372
-151
5.99 0.00385
32.1
49
World msc
Edep in the step: 0.003853409797978889
3
0.299
-0.382
-150
5.99 0.000113
0.983
50
World msc
Edep in the step: 0.0001130339962046366
4
0.299
-0.382
-150
5.99 2.21e-07 0.00168
50 phys_Phantom
CoupledTransportation
Edep in the step: 2.208157446856822e-07
5
0.299
-0.382
-150
5.99 0.000175 0.00119
50 phys_Phantom msc
6
0.316
-0.406
-149
5.64
0.0837
0.624
50.6 phys_Phantom eIoni
7
0.256
-0.467
-149
5.47
0.17
0.682
51.3 phys_Phantom msc
8
0.0852
-0.52
-148
5.37
0.0959
0.682
52 phys_Phantom msc
9 -0.0927
-0.558
-147
5.27
0.102
0.682
52.7 phys_Phantom msc
10
-0.315
-0.545
-147
5.18
0.0922
0.682
53.4 phys_Phantom msc
11
-0.422
-0.486
-146
5.08
0.099
0.682
54 phys_Phantom msc
12
-0.6
-0.438
-145
4.92
0.162
0.682
54.7 phys_Phantom msc
13
-0.821
-0.33
-145
4.82
0.0979
0.682
55.4 phys_Phantom msc
14
-0.998
-0.272
-144
4.73
0.0874
0.682
56.1 phys_Phantom msc
15
-1.25
-0.187
-143
4.63
0.105
0.682
56.8 phys_Phantom msc
16
-1.59 -0.0426
-143
4.52
0.102
0.682
57.5 phys_Phantom msc

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

-1.91
-2.24
-2.54
-2.96
-3.39
-3.88
-4.06
-4.53
-5.07
-5.64
-6.11
-6.6
-7.06
-7.52
-8.01
-8.45
-9.42
-11.1
-12.4
-13.3
-14.2
-13.8
-13.3
-12.9
-12.7
-12.5
-12.3
-12.2
-12.3

0.055
0.0677
0.0181
-0.0508
-0.167
-0.262
-0.324
-0.606
-0.787
-1.03
-1.26
-1.41
-1.49
-1.66
-1.77
-1.31
-0.32
0.948
1.9
2.72
3.14
3.92
4.26
4.6
4.84
5.07
5.12
5.23
5.27

Step#
0
1
2
3
4
5

X(mm)
-4.06
-4.32
-4.49
-4.56
-4.6
-4.59

Y(mm)
-0.324
-0.183
-0.203
-0.329
-0.325
-0.332

-142
-142
-141
-141
-140
-140
-139
-139
-139
-138
-138
-138
-137
-137
-136
-136
-135
-135
-135
-136
-136
-136
-136
-137
-137
-137
-137
-137
-137

4.42
4.32
4.21
4.02
3.9
3.68
3.3
3.22
3.12
3.03
2.94
2.85
2.75
2.64
2.48
2.34
2.09
1.63
1.36
1.12
0.922
0.762
0.635
0.365
0.29
0.226
0.162
0.0767
0

0.103
0.102
0.11
0.192
0.121
0.212
0.0393
0.0825
0.0951
0.0962
0.0885
0.0892
0.0997
0.112
0.16
0.141
0.248
0.46
0.267
0.241
0.197
0.16
0.126
0.27
0.0745
0.0647
0.0637
0.0854
0.0767

0.682
0.682
0.682
0.682
0.682
0.682
0.254
0.682
0.682
0.682
0.682
0.682
0.682
0.682
0.682
0.682
1.53
2.32
1.77
1.46
1.18
0.956
0.78
0.644
0.376
0.309
0.253
0.198
0.0897

58.1
58.8
59.5
60.2
60.9
61.6
61.8
62.5
63.2
63.9
64.5
65.2
65.9
66.6
67.3
67.9
69.5
71.8
73.6
75
76.2
77.2
77.9
78.6
79
79.3
79.5
79.7
79.8

phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom
phys_Phantom

msc
msc
msc
msc
msc
msc
eIoni
msc
msc
msc
msc
msc
msc
msc
msc
msc
eBrem
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni
eIoni

*****************************************************************************************************
****
* G4Track Information:
Particle = e-,
Track ID = 3,
Parent ID = 1
*****************************************************************************************************
****
Z(mm) KinE(MeV)
-139
0.345
-139
0.225
-139
0.164
-139
0.107
-139
0.0466
-139
0

dE(MeV) StepLeng TrackLeng NextVolume ProcName


0
0
0 phys_Phantom initStep
0.12
0.358
0.358 phys_Phantom eIoni
0.0608
0.252
0.61 phys_Phantom eIoni
0.0571
0.2
0.81 phys_Phantom eIoni
0.0607
0.142
0.952 phys_Phantom eIoni
0.0466
0.0376
0.989 phys_Phantom eIoni

*****************************************************************************************************
****
* G4Track Information:
Particle = e-,
Track ID = 2,
Parent ID = 1
*****************************************************************************************************
****
Step#
X(mm)
Y(mm)
Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0
0.316
-0.406
-149
0.271
0
0
0 phys_Phantom initStep
1
0.324
-0.397
-149
0.27 0.00154
0.0162
0.0162 phys_Phantom msc
2
0.331
-0.39
-149
0.266 0.00367
0.0143
0.0305 phys_Phantom msc
3
0.338
-0.382
-149
0.265 0.00112
0.0143
0.0448 phys_Phantom msc
4
0.347
-0.376
-149
0.263 0.00255
0.0143
0.0591 phys_Phantom msc
5
0.355
-0.371
-149
0.26 0.00226
0.0143
0.0734 phys_Phantom msc
6
0.362
-0.368
-149
0.258 0.00238
0.0143
0.0878 phys_Phantom msc
7
0.369
-0.365
-149
0.257 0.00131
0.0143
0.102 phys_Phantom msc
8
0.375
-0.361
-149
0.253 0.00314
0.0143
0.116 phys_Phantom msc
9
0.381
-0.355
-149
0.249 0.00412
0.0143
0.131 phys_Phantom msc
10
0.508
-0.262
-149
0.163
0.0862
0.273
0.403 phys_Phantom eIoni
11
0.589
-0.254
-149
0.0969
0.0662
0.199
0.602 phys_Phantom eIoni
12
0.624
-0.311
-149
0.0157
0.0812
0.127
0.729 phys_Phantom eIoni
13
0.622
-0.309
-149
0
0.0157 0.00546
0.735 phys_Phantom eIoni
End of event: 0.005779523155946856
Run terminated.
Run Summary
Number of events processed : 1
User=0.14s Real=25.34s Sys=0.01s
End of Run: Total edep: 0.005779523155946856
The run consists of 1 e- of 6 MeV
Energy Deposited in World: 5.779523155946856 keV +- 0 eV
------------------------------------------------------------

WARNING: 1 event has been kept for refreshing and/or reviewing.


"/vis/reviewKeptEvents" to review them.
Idle>

You might also like