[Gate-users] benchmarkPET.C bug?
Georgi Gerganov
ggerganov at gmail.com
Fri Aug 3 10:36:15 CEST 2007
Dear All,
We have a doubt that "benchmarkPET.C" contains an error leading to wrong
Scattered/Unscattered coincidence counting.
We suppose the lines 176 and 177:
if (comptonPhantom1 == 0 && comptonPhantom2 == 0 &&
RayleighPhantom1 == 0 && RayleighPhantom1 == 0) { // true unscattered
coincidence
should be like this:
if (comptonPhantom1 == 0 && comptonPhantom2 == 0 &&
RayleighPhantom1 == 0 && RayleighPhantom2 == 0) { // true unscattered
coincidence
(notice the 3-rd and the 4-th condintions are the same)
Kind regards,
Georgi Gerganov & Jordan Madjhunkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20070803/f9d1cd81/attachment.htm>
More information about the Gate-users
mailing list