<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=763395115-08082007>I agree that this is a bug in <FONT 
face="Times New Roman" color=#000000 
size=3>benchmarkPET.C.</FONT></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT><SPAN class=763395115-08082007>How much of an 
effect do you see on the benchmark results after&nbsp;the 
fix&nbsp;?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT><SPAN 
class=763395115-08082007>Best,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT><SPAN 
class=763395115-08082007>Assen</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> gate-users-bounces@lists.healthgrid.org 
[mailto:gate-users-bounces@lists.healthgrid.org] <B>On Behalf Of </B>Georgi 
Gerganov<BR><B>Sent:</B> Friday, August 03, 2007 4:36 AM<BR><B>To:</B> 
gate-devel@lists.healthgrid.org<BR><B>Cc:</B> 
gate-users@lists.healthgrid.org<BR><B>Subject:</B> [Gate-users] benchmarkPET.C 
bug?<BR></FONT><BR></DIV>
<DIV></DIV>Dear All,<BR><BR>We have a doubt that "benchmarkPET.C" contains an 
error leading to wrong Scattered/Unscattered coincidence counting. <BR>We 
suppose the lines 176 and 177:<BR><BR>if (comptonPhantom1 == 0 &amp;&amp; 
comptonPhantom2 == 0 &amp;&amp; <BR>RayleighPhantom1 == 0 &amp;&amp; 
RayleighPhantom1 == 0) { // true unscattered coincidence<BR><BR>should be like 
this:<BR><BR>if (comptonPhantom1 == 0 &amp;&amp; comptonPhantom2 == 0 
&amp;&amp;<BR>RayleighPhantom1 == 0 &amp;&amp; RayleighPhantom2 == 0) { // true 
unscattered coincidence <BR><BR>(notice the 3-rd and the 4-th condintions are 
the same)<BR><BR>Kind regards,<BR>Georgi Gerganov &amp; Jordan 
Madjhunkov<BR><BR>
<P><pre wrap> 
     =====================================================================
     
     Please note that this e-mail and any files transmitted with it may be 
     privileged, confidential, and protected from disclosure under 
     applicable law. If the reader of this message is not the intended 
     recipient, or an employee or agent responsible for delivering this 
     message to the intended recipient, you are hereby notified that any 
     reading, dissemination, distribution, copying, or other use of this 
     communication or any of its attachments is strictly prohibited.  If 
     you have received this communication in error, please notify the 
     sender immediately by replying to this message and deleting this 
     message, any attachments, and all copies and backups from your 
     computer.
</pre></P></BODY></HTML>