2007年5月10日星期四

Gate里的scatter记录

The phantomSD plays a crucial role in GATE simulations, as it is used to detect and count Compton and Rayleigh interactions taking place in the scanner FOV. This information is then used to estimate whether a photon reaching a detector is a direct or a Compton-scattered photon. Thus, in PET, the phantomSD is currently the only way to discriminate scattered from true coincidences. To simulate low energy X-ray acquisitions (for example mammography acquisitions from 7 to 28 keV), information concerning Rayleigh interactions is significant.

Using this type of sensitive detector, it's possible to retrieve two types of information considering the hits:

• The number of Compton and Rayleigh interactions occuring in all the volumes attached to the phantomSD: this information is stored in the data output variables nPhantomCompton and nPhantomRayleigh.

Note: This information is also available for the crystalSD with the variables nCrystalCompton and nCrystalRayleigh.

• The last volume attached to the phantomSD in which a Compton or aRayleigh interaction occured: the data output variables used are named compVolName and RayleighVolName.

Attachment of the phantomSD

• One first needs to define a dummy, air-filled volume covering the whole field-of-view of the scanner.
• Then, all the source volumes should be offsprings (direct or indirect) of this volume.
• Last, all these volumes (FOV and sources) should be attached to the phantomSD using the command attachPhantomSD.


1 条评论:

时间 2007年5月10日 06:45 , Blogger Shawn 说...

发现在root输出的Singles里面,只有一个comptonPhantom

Int_t nPhanCompton;

...

tsingles->SetBranchAddress("comptonPhantom", &nPhanCompton);

 

发表评论

订阅 博文评论 [Atom]

<< 主页