<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:navy;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=FR link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>De :</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> COMTAT Claude <br>
<b><span style='font-weight:bold'>Envoyé :</span></b> vendredi 3 août 2007
11:24<br>
<b><span style='font-weight:bold'>À :</span></b>
'gate-users-bounces@lists.healthgrid.org'<br>
<b><span style='font-weight:bold'>Objet :</span></b> RE: [Gate-users]
benchmarkPET.C bug?</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>You are right, this is a
bug, present since the beginning of Gate. Note that the results of the
benchmark include this bug. Thanks for reporting it.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Claude <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>De :</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
gate-users-bounces@lists.healthgrid.org [mailto:gate-users-bounces@lists.healthgrid.org]
<b><span style='font-weight:bold'>De la part de</span></b> Georgi Gerganov<br>
<b><span style='font-weight:bold'>Envoyé :</span></b> vendredi 3 août 2007
10:36<br>
<b><span style='font-weight:bold'>À :</span></b>
gate-devel@lists.healthgrid.org<br>
<b><span style='font-weight:bold'>Cc :</span></b>
gate-users@lists.healthgrid.org<br>
<b><span style='font-weight:bold'>Objet :</span></b> [Gate-users]
benchmarkPET.C bug?</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>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 && comptonPhantom2 == 0 && <br>
RayleighPhantom1 == 0 && RayleighPhantom1 == 0) { // true unscattered
coincidence<br>
<br>
should be like this:<br>
<br>
if (comptonPhantom1 == 0 && comptonPhantom2 == 0 &&<br>
RayleighPhantom1 == 0 && 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 & Jordan Madjhunkov<o:p></o:p></span></font></p>
</div>
</body>
</html>