<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p> </p>
<p>Dear Gate-users,</p>
<p>I want to use optical photons to track the particles path in the crystals. As mentioned in manual, I set the GATE_USE_OPTICAL to ON and to decrease the simulation time I reduce the number of crystals (I have only 5 blocks of LSO crystals each block contains 64 crystals). I don't have niether singles nor coincidences in my root file. I am using version 7.2. I took 4 slices (slice duration = 1s ). Any ideas about this issue will be highly appreciated.</p>
<p>My code is as follows:</p>
<p>#===============================<br /># P H Y S I C S <br />#===============================</p>
<p>/gate/physics/addPhysicsList QGSP_BERT_EMV<br />/gate/physics/addPhysicsList emstandard</p>
<p>/gate/physics/addProcess PhotoElectric gamma<br />/gate/physics/processes/PhotoElectric/setModel StandardModel</p>
<p>/gate/physics/addProcess Compton gamma<br />/gate/physics/processes/Compton/setModel StandardModel</p>
<p>/gate/physics/addProcess OpticalAbsorption</p>
<p>#==============================<br /># S O U R C E<br />#==============================<br />/gate/source/addSource betta <br />/gate/source/betta/gps/particle opticalphoton <br />/gate/source/betta/gps/polarization 1 0 0 <br />/gate/source/betta/gps/energytype Fluor18 <br />/gate/source/betta/setForcedUnstableFlag true <br />/gate/source/betta/setForcedHalfLife 6586 s <br />/gate/source/betta/gps/energytype Mono <br />/gate/source/betta/gps/monoenergy 511 keV <br />/gate/source/betta/gps/type Volume <br />/gate/source/betta/gps/shape Sphere <br />/gate/source/betta/gps/radius 0.1 mm <br />/gate/source/betta/gps/centre 0. 0. 0. cm <br />/gate/source/betta/gps/angtype iso <br />/gate/source/betta/setActivity 500 kilobecquerel</p>
<p>#=====================================================<br /># D I G I T I Z E R: DETECTOR ELECTRONIC RESPONSE<br />#===================================================== <br /> <br />/gate/digitizer/Singles/insert opticaladder<br />/gate/digitizer/Singles/insert readout</p>
<p>#=====================================================<br /># C O I N C I D E N C E S O R T E R<br />#=====================================================</p>
<p>/gate/digitizer/Coincidences/setInputName Singles<br />/gate/digitizer/Coincidences/setOffset 0. ns <br />/gate/digitizer/Coincidences/setWindow 6 ns<br />/gate/digitizer/Coincidences/MultiplesPolicy killAll</p>
<p>#=====================================================<br /># D A T A O U T P U T <br />#=====================================================<br />/gate/output/root/enable <br />/gate/output/root/setFileName optic2_l12_polorizedsource<br />/gate/output/root/setRootOpticalFlag 1<br />/gate/output/root/setRootHitFlag 1<br />/gate/output/root/setRootSinglesFlag 1</p>
<p>/gate/output/fastanalysis/enable</p>
<div> </div>
</body></html>