I have used the GPS way of defining a radioactive source, isotropic; resulting in a very small number of particles actually entering the detector’s sensitive region, how should this be weighted in the GPS definition?
my GPS is :
# beam 1
# default intensity is 1 now change to 5.
/gps/source/intensity 5.
/gps/particle gamma
/gps/pos/type Volume
/gps/pos/shape Cylinder
/gps/pos/centre 0. 0. 10. cm
/gps/pos/radius 10. cm
/gps/pos/halfz 10. cm
# angular distribution
/gps/ang/type iso
# energy distribution
/gps/ene/mono 1.33 MeV
# beam 2
# twice the instensity of beam 1
/gps/source/add 10.
/gps/particle gamma
# source
/gps/pos/type Volume
/gps/pos/shape Cylinder
/gps/pos/centre 0. 0. 10. cm
/gps/pos/radius 10. cm
/gps/pos/halfz 10. cm
# angular distribution
/gps/ang/type iso
# energy distribution
/gps/ene/mono 1.17 MeV