Skip to content

Instantly share code, notes, and snippets.

@pn11
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pn11/0909c3aa0c4b68846b49 to your computer and use it in GitHub Desktop.
Save pn11/0909c3aa0c4b68846b49 to your computer and use it in GitHub Desktop.
Am-241 source defined with GPS.
#/tracking/verbose 0
/tracking/verbose 1
#/control/verbose 1
# /vis/viewer/set/targetPoint 0. 0. 0. cm
# /vis/viewer/set/targetPoint 12.5 0. 0. cm
#/vis/viewer/set/viewpointVector 1 1 1
/vis/viewer/set/viewpointVector 0 0 1
# Those method are from
# https://indico.in2p3.fr/event/443/session/11/contribution/15/material/slides/0.ppt
# All energy and branching ratio is based on Isotope handbook (11th edition)
# Am-241 alpha ray
## alpha1
/gps/source/intensity 0.8445 # 84.45%
/gps/particle alpha
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 5.48556 MeV
##alpha2
/gps/source/add 0.1323 # 13.23%
/gps/particle alpha
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 5.44286 MeV
# Am gamma ray
## gamma 1
/gps/source/add 0.0240 # 2.40%
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 26.3446 keV
## gamma 2
/gps/source/add 0.00121 # 0.121%
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 33.1963 keV
## gamma 3
/gps/source/add 0.3578 # 35.78%
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 59.5409 keV
#Np X-ray ray
## Np-L_l
/gps/source/add 0.00848 # 0.848%
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 11.89 keV
## Np-L_alpha
/gps/source/add 0.1303 # 13.03 %
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 13.90 keV
## Np-L_beta_eta
/gps/source/add 0.1886 # 18.86 %
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 17.81 keV
## Np-L_beta_eta
/gps/source/add 0.0481 # 4.81 %
/gps/particle gamma
/gps/pos/type Point
/gps/pos/centre 0.0 0.0 0.1 mm
/gps/ang/type iso
/gps/ene/type Mono
/gps/ene/mono 20.82 keV
# start event
#/run/beamOn 100000 # takes ??
#/run/beamOn 30000 # takes ??
#/run/beamOn 10000 # takes ??
#/run/beamOn 1000 # takes ??
#/run/beamOn 5000 # takes ??
#/run/beamOn 10 # takes ??
/run/beamOn 1000 # takes ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment