00001 # GPS Cobalt60 source
00002 #
00003 # Introduction:
00004 # 60Co emits 2 gammas in coincidence, one of 1.33 MeV and one of 1.17 MeV energy
00005 # In many cases, "pile-up" of these 2 photons in the detector in a single event
00006 # can be neglected. Examples are:
00007 # - if the detector is reasonably far from the 60Co source
00008 # - if no "event-by-event" analysis is needed (only cumulative effects are studied)
00009 # In this cases, the source can be described as 2 separate sources: one at 1.33 MeV,
00010 # the other at 1.17 MeV
00011 #
00012 # There are 2 options for the modelling of the source:
00013 # 1. The 2 gamma lines can be modelled separately.
00014 # The simulations results can be combined as post-processing
00015 # 2. The 2 gamma lines can be modelled together.
00016 # GPS will randonly select one or the other, depending on the relative intensity
00017 #
00018 # Description:
00019 # - Point source, centred in (0.,35.,0.) cm
00020 # - Monoenergetic lines: 1.17 MeV or 1.33 MeV
00021 # - Isotropic emission, 4PI
00022
00023 # Separate modelling of the 2 gamma lines here:
00024
00025 # Particle type
00026 /gps/particle gamma
00027
00028 # Energy
00029 /gps/ene/type Mono
00030 /gps/ene/mono 1.17 MeV
00031 #/gps/ene/mono 1.33 MeV
00032
00033 # Position
00034 /gps/pos/type Point
00035 /gps/pos/centre 0. 35. 0. cm
00036
00037 # Angular distribution:
00038 /gps/ang/type iso
00039 /gps/ang/minphi 0. deg
00040 /gps/ang/maxphi 360. deg
00041 /gps/ang/mintheta 0. deg
00042 /gps/ang/maxtheta 180. deg