1 / 23

GAMOS tutorial Compton Camera Exercises

GAMOS tutorial Compton Camera Exercises. http://fismed.ciemat.es/GAMOS. Ex. 1: Define Compton camera geometry Ex. 2: Obtain information about what is happening in the simulation Ex. 3: Apply Detector effects The exercises are sequential

chibale
Télécharger la présentation

GAMOS tutorial Compton Camera Exercises

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GAMOS tutorialCompton CameraExercises http://fismed.ciemat.es/GAMOS Introducción a GEANT4

  2. Ex. 1: Define Compton camera geometry Ex. 2: Obtain information about what is happening in the simulation Ex. 3: Apply Detector effects The exercises are sequential Use the commands of the previous exercise (only change what is indicated) Compton Camera Simulation Exercises Introducción a GEANT4

  3. Scatterer: 0.5 cm X 0.5 cm X 1 cm Si crystal Absorber: 0.5 cm X 0.5 cm X 2 cm CZT crystal 12 x 12 crystals in 1 block in each ring 2 cm separation between scatterer ring and absorber ring Source of 141 keV photons at (0,0,0) towards the X axis, 5 cm from scatterer ring Compon Camera Exercise 1a: Compton geometry Introducción a GEANT4

  4. Place gamma source homogeneously distributed in a water sphere Activity: 1 milliCurie Energy: 141 keV Compton Camera Exercise 1b: use gamma source in water Introducción a GEANT4

  5. Make info about the physics processes that occur Make the crystal sensitive detector and produce signals (hits) Obtain histograms about hits quantities (energy, position, …) Get detailed info about Compton and Photoelectric effect in crystals Compton Camera Exercise 2a: obtain information Introducción a GEANT4

  6. Use GEANT4 standard electromagnetic package, instead of low energy electromagnetic package Observe differences in energy distribution Observe differences in processes occurring Observe differences in CPU time Compton Camera Exercise 2b: standard physics Introducción a GEANT4

  7. A Compton imaging event is defined as one that has at least one signal in at least one scatterer crystal and one absorber crystal, with a summed energy approximately equal to the source energy Classification is done looking at the reconstructed hits Define a RecHitBuilder that builds hits for each crystal and defines the position as the centre of the pixel Count % of Compton imaging events How many are true single single events? How many have more than 2 reconstructed hits? Compton Camera Exercise 2c: Classify events as Compton Imaging events Introducción a GEANT4

  8. Set the photopeak energy gate as 1% Observe differences in number of Compton imaging events Compton Camera Exercise 3a: Energy resolution Introducción a GEANT4

  9. Set the photopeak energy gate as 1% Set the scatterer detector energy resolution as 1% Observe differences in number of Compton imaging events Observe differences in hits energy Compton Camera Exercise 3ai: Energy resolution Introducción a GEANT4

  10. Set the photopeak energy gate as 1% Set the absorber detector energy resolution as 5% Observe differences in number of Compton imaging events Observe differences in hits energy Compton Camera Exercise 3aii: Energy resolution Introducción a GEANT4

  11. Set the photopeak energy gate as 1% Set the scatterer detector energy resolution as 1% AND the absorber detector energy resolution as 5% Observe differences in number of Compton imaging events Observe differences in hits energy Compton Camera Exercise 3aiii: Energy resolution Introducción a GEANT4

  12. Set the dead time of scatter detector crystals as 1 microseconds When a crystal takes signal, the full 12x12 crystal array becomes dead for a time Observe differences in number of Compton imaging events Compton Camera Exercise 3bi: Dead time Introducción a GEANT4

  13. Set the dead time of absorber detector crystals as 1 microseconds When a crystal takes signal, the full 12x12 crystal array becomes dead for a time Observe differences in number of Compton imaging events Compton Camera Exercise 3bii: Dead time Introducción a GEANT4

  14. Set the dead time of scatterer and absorber detector crystals as 1 microseconds When a crystal takes signal, the full 12x12 becomes dead for a time Observe differences in number of Compton imaging events Compton Camera Exercise 3biii: Dead time Introducción a GEANT4

  15. Set the measuring time of the scatterer detector crystals as 1 microseconds Two signals in a crystal cannot be distinguised if they differe less than a given amount Observe differences in number of Compton imaging events Compton Camera Exercise 3ci: Measuring time Introducción a GEANT4

  16. Set the measuring time of the absorber detector crystals as 1 microseconds Two signals in a crystal cannot be distinguised if they differe less than a given amount Observe differences in number of Compton imaging events Compton Camera Exercise 3cii: Measuring time Introducción a GEANT4

  17. Set the measuring time of the scatterer and absorber detector crystals as 1 microseconds Two signals in a crystal cannot be distinguised if they differe less than a given amount Observe differences in number of Compton imaging events Compton Camera Exercise 3cii: Measuring time Introducción a GEANT4

  18. Compton imaging is done on 2 detector events, so when there are multiple interactions within a detector event it is necessary to identify the position and energy of the interaction of interest, to reduce to one interaction in each detector This can be achieved via “Identifying Compton Interactions” using various algorithms It may be appropriate to use the interaction energy, position or separations to identify the 1st interaction. Compton Camera Exercise 2c: Using events with multiple interactions Introducción a GEANT4

  19. Set the ComptonRecHitDist for the scatterer and absorber to 0 mm. /gamos/setParam CC:EvtClass:ComptRecHitDistScat 0.*mm /gamos/setParam CC:EvtClass:ComptRecHitDistAbs 0.*mm Use the NM1stHitByEnergy Algorithm Only single/singles will be identified Write out singles using /gamos/setParam CC:EvtClass:DumpSingles 1 /gamos/setParam CC:EvtClass:DumpMultiples 0 Observe number of Compton imaging events Compton Camera Exercise 3a: Using events with multiple interactions Introducción a GEANT4

  20. Set the ComptonRecHitDist for the scatterer to 6 mm and absorber to 0 mm. /gamos/setParam CC:EvtClass:ComptRecHitDistScat 6.*mm /gamos/setParam CC:EvtClass:ComptRecHitDistAbs 0.*mm Use the NM1stHitByEnergy Algorithm Only multiples/singles and singles/multiples will be identified Write out only the multiples using /gamos/setParam CC:EvtClass:DumpSingles 0 /gamos/setParam CC:EvtClass:DumpMultiples 1 Observe number of Compton imaging events Compton Camera Exercise 3b: Using events with multiple interactions Introducción a GEANT4

  21. Set the ComptonRecHitDist for the scatterer to 0 mm and absorber to 6 mm. /gamos/setParam CC:EvtClass:ComptRecHitDistScat 0.*mm /gamos/setParam CC:EvtClass:ComptRecHitDistAbs 6.*mm Use the NM1stHitByEnergy Algorithm Only singles/multiples and singles/multiples will be identified Write out only the multiples using /gamos/setParam CC:EvtClass:DumpSingles 0 /gamos/setParam CC:EvtClass:DumpMultiples 1 Observe number of Compton imaging events Compton Camera Exercise 3c: Using events with multiple interactions Introducción a GEANT4

  22. Set the ComptonRecHitDist for the scatterer to 6 mm and absorber to 6 mm. /gamos/setParam CC:EvtClass:ComptRecHitDistScat 6.*mm /gamos/setParam CC:EvtClass:ComptRecHitDistAbs 6.*mm Use the NM1stHitByEnergy Algorithm Multiples/multiples, singles/multiples, multiples/singles and singles/multiples will be identified Write out only the multiples using /gamos/setParam CC:EvtClass:DumpSingles 0 /gamos/setParam CC:EvtClass:DumpMultiples 1 Observe number of Compton imaging events Compton Camera Exercise 3d: Using events with multiple interactions Introducción a GEANT4

  23. Set the ComptonRecHitDist for the scatterer to 0 mm and absorber to 6 mm. /gamos/setParam CC:EvtClass:ComptRecHitDistScat 0.*mm /gamos/setParam CC:EvtClass:ComptRecHitDistAbs 6.*mm Use the NM1stHitByXYZPos Algorithm singles/multiples will be identified Write out only the multiples using /gamos/setParam CC:EvtClass:DumpSingles 0 /gamos/setParam CC:EvtClass:DumpMultiples 1 Observe number of Compton imaging events Compton Camera Exercise 3d: Using events with multiple interactions Introducción a GEANT4

More Related