Dear All,<br><br>We have a doubt that &quot;benchmarkPET.C&quot; 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>