<div dir="ltr"><div>Hi,</div><div> </div><div>Does anyone know why the total number of coincidences is less than the sum of the trues, randoms and scatters?</div><div> </div><div> </div><div>if ( eventID1 != eventID2 ) Nbr_Coinc_Random++;<br>

            <br> if ( eventID1 == eventID2 && comptonPhantom1 == 0 && comptonPhantom2 == 0 ) Nbr_Coinc_Trues++;<br>  <br>if ( comptonPhantom1 > 0 || comptonPhantom2 > 0) Nbr_Coinc_Scatter++;</div><div>

 </div><div>Regards,</div><div>Tahereh</div></div>