<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1453275190257_3542">Dear Gaters, </div><div id="yui_3_16_0_1_1453275190257_3542"><br></div><div id="yui_3_16_0_1_1453275190257_3542" class="">I am simulating J-PET detector based on plastic scintillators. This scanner is based on axially arranged scintillating detectors (http://inspirehep.net/record/1346549/files/detector3Daxis.png).</div><div id="yui_3_16_0_1_1453275190257_3542" class="">In contrast to traditional PET scanners, proper hit is not caused by the photoelectric effect but by the Compton phenomenon. For example true coincidence is an event in which there are two primary Compton scatterings in two different strips with energy deposition bigger than fixed energy threshold equal 200 keV. There is additional condition that in an event there must be eqactly two Compton scatterings with energy deposition bigger than 10 keV (noise threshold).</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3657" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class="">True coincidences are selected using following conditions on Gate variables:</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3661" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class=""> if (h1.eventID==h2.eventID) {</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> if (h1.nPhantomCompton==0 and h2.nPhantomCompton==0) {</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> if (h1.nCrystalCompton==1 and h2.nCrystalCompton==1) {</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> -> TRUE COINCIDENCE</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> }</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> }</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> }</div><div id="yui_3_16_0_1_1453275190257_3542" class=""> ...</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3672" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class="">Algorithm of simple geometric recontruction:</div><div id="yui_3_16_0_1_1453275190257_3542" class="">p1 = (h1.posX, h1.posY, h1.posZ)</div><div id="yui_3_16_0_1_1453275190257_3542" class="">p2 = (h2.posX, h2.posY, h2.posZ)</div><div id="yui_3_16_0_1_1453275190257_3542" class="">t1,t2 - times of two primary Compton scatterings from single annihilation</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3679" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class="">l=|p1-p1|</div><div id="yui_3_16_0_1_1453275190257_3542" class="">dl=(t1-t2) * c</div><div id="yui_3_16_0_1_1453275190257_3542" class="">a=dl(2 l)+1/2</div><div id="yui_3_16_0_1_1453275190257_3542" class="">p = p1 (1-a) +p2 a // - position of "reconstructed" point</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3686" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class="">Unfortunatelly, after simple geometric recontruction of only true coincidences, I get some "strange" results. In the attachment there is result of simulation of sphere source with a diameter 1 mm with activity 370 keV placed in (1cm,0,0). The detector is placed in the vacuum. Source of back-to-back gamma quanta with energy 511 keV was used in the simulation.</div><div id="yui_3_16_0_1_1453275190257_3542" class=""><br id="yui_3_16_0_1_1453275190257_3690" class=""></div><div id="yui_3_16_0_1_1453275190257_3542" class="">One can see, that there are some points that lie outside the region with diameter 1 mm and even outside the region with radius equal to 5 cm.</div><div id="yui_3_16_0_1_1453275190257_3542" dir="ltr" class=""><b id="yui_3_16_0_1_1453275190257_3700">What may be the reason of formation of these coincidences?</b> Number of these strange coincidences is much less than number of proper true coincidences but I would like to find a solution to improve my results. Thank you in advance for your time and your help.</div><div id="yui_3_16_0_1_1453275190257_3542" dir="ltr" class=""><br></div><div id="yui_3_16_0_1_1453275190257_3542" dir="ltr" class="">Best regards,</div><div id="yui_3_16_0_1_1453275190257_3542" dir="ltr" class="">Paweł Kowalski,</div><div id="yui_3_16_0_1_1453275190257_3542" dir="ltr" class="">National Centre for Nuclear Research</div></div></body></html>