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<br><br>