[Gate-users] How to get information of scintillate

배승빈 sbin550 at gmail.com
Mon Jun 17 11:03:26 CEST 2013


Dear GATE users,
 I am simulating the gamma conversion into optical photons in scintillator. 
The steps are following,

 first, gamma-ray comes in the scintillator
 second, gamma conversion into optical photon.
 third, optical photons were detected by photo cathode.

 The important information what I want to get through this simulation is as following.

 1. the number of detected optical photons at the event.
 2. the position where the gamma ray was scintillated.
 3. the energy of scintillated gamma ray.

 Even though my simulation was finished, I could not get the information of 2 and 3 that i mention above.

 Please give me any advice.

 What should I do to deal with this problem?
 How to get those information?

 My code for physics and the output are as following,



#=====================================================
#                  P H Y S I C S
#=====================================================

/gate/physics/addProcess Scintillation
/gate/physics/addProcess OpticalAbsorption
/gate/physics/addProcess OpticalRayleigh
/gate/physics/addProcess OpticalBoundary
/gate/physics/addProcess OpticalMie
/gate/physics/addProcess OpticalWLS

/gate/physics/processList Enabled
/gate/physics/processList Initialized

/gate/digitizer/Singles/enable
/gate/digitizer/Singles/verbose	5
/gate/digitizer/Singles/insert opticaladder
/gate/digitizer/Singles/insert readout
#
/gate/digitizer/Singles/readout/setDepth    2

#=====================================================
#  D A T A   O U T P U T   
#=====================================================

/gate/output/analysis/enable
/gate/output/analysis/verbose 5
#/gate/output/fastanalysis/enable
/gate/output/root/enable
/gate/output/root/verbose   5
/gate/output/root/setFileName           ../result/2013_Jun_9_05
/gate/output/root/setRootOpticalFlag	1
/gate/output/root/setRootHitFlag	1
/gate/output/root/setRootNtupleFlag	1
/gate/output/root/setRootRecordFlag	1
/gate/output/root/setRootSinglesFlag	1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20130617/2a61bad6/attachment.html>


More information about the Gate-users mailing list