[Gate-users] About the Judgement of true coincidence, random coincidence and scattered coincidence

Arno_gmail arnoxiaolei86 at gmail.com
Wed May 6 16:01:43 CEST 2015


Hello everyone:
I am confused with extracting the true  coincidences, random coincidences and scattered coincidence from root file, and do not know whether it is right to do as follows.




		if ( eventID1 != eventID2 )
		{
			Nbr_Coinc_Random++;
		}
		if(eventID1 == eventID2&&(comptonPhantom1 != 0 || comptonPhantom2 != 0))
		{
			Nbr_Coinc_Scanners++;
		}
		if ( eventID1 == eventID2 && comptonPhantom1 == 0 && comptonPhantom2 == 0 )
		{
			Nbr_Coinc_Trues++;
		}



By the way, what is the definition of "prompt  coincidences". Thanks a lot! Best wishes!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20150506/4ba1c782/attachment.html>


More information about the Gate-users mailing list