<div dir="ltr"><div><div>Dear Devin,<br><br></div>GATE inherits the Optical Absorption 
physics process from GEANT4. In that code, the absorption length is the 
average distance traveled by a photon before being absorbed by the 
medium. It is the mean free path that is returned by the G4 
GetMeanFreePath method. <br><br>AttenuationLengthVector = aMaterialPropertyTable->GetProperty("ABSLENGTH");<br><br>AttenuationLength = AttenuationLengthVector->Value(thePhotonMomentum);  <br>==>
 From the propertyvector of ABSLENGTH provided by the user, 
Value(thePhotonMomentum) is an interpolation to get the attenuation 
lenght of that specific photon energy. <br><br></div>Take a look at sections 3.2.1 and 3.2.2 of the following document:<br><div><br><a href="http://cern.ch/geant4/UserDocumentation/UsersGuides/PhysicsReferenceManual/fo/PhysicsReferenceManual.pdf" rel="noreferrer" target="_blank">http://cern.ch/geant4/UserDocumentation/UsersGuides/PhysicsReferenceManual/fo/PhysicsReferenceManual.pdf</a><br>
<br>
These sections show how the mean free path and cross section are related and how the defined distance (step) to the next interaction<br>
is sampled in a Monte Carlo method from the given mean free path (or cross section).<br><br></div><div>What
 the OpticalAbsorption code from Geant4 provides (either calculated 
internally by the code or from a database) is the 
average/mean/expectation-value of the distance a particle will travel 
before undergoing the interaction.<br><br>I hope this helps,<br><br></div><div>Vesna</div><br><div><div><div><div><div><span style="color:rgb(7,55,99)"><span style="font-family:tahoma,sans-serif"><span style="color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">Laboratoire Imagerie Moléculaire In Vivo (IMIV)<br>UMR 1023 Inserm/CEA/Université Paris Sud - ERL 9218 CNRS<br>CEA/I2BM/Service Hospitalier Frédéric Joliot<br>4 place du Général Leclerc<br>91400 Orsay</span></span><br></span></span></div></div></div></div></div><span style="color:rgb(7,55,99)"><span style="font-family:tahoma,sans-serif"></span></span><span style="color:rgb(12,52,61)"></span><div><div><div class="gmail_extra"><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jul 13, 2015 at 4:19 PM, Devin VanElburg <span dir="ltr"><<a href="mailto:vanelbud@tbh.net" target="_blank">vanelbud@tbh.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:Tahoma,sans-serif;font-size:13px">Hello all,<br><br>I am attempting to factor in the transmittance of optical photons through different light guides. I suppose I will have to change the absorption length parameter in the Materials.xml file, but it's not quite the same. I want to be clear with how GATE uses the absorption length. So:<br><br>      <propertyvector name="ABSLENGTH" unit="m" energyunit="eV"><br>        <ve energy="1.84" value="50"/><br>        <ve energy="4.08" value="50"/><br>      </propertyvector><br><br>Does this mean that for an optical photon of 1.84eV, it will travel about 50m before it is absorbed? Is this an average depth value? Is it based on a Gaussian probability distribution?<br><br>Transmission of optical materials is normally given as a fraction of the incident light, at a given wavelength of light and for a given thickness of material. For example, say 92% transmittance of 405nm photons for a 1.0mm thick lead glass lightguide. <br><br>Can anyone offer any insight as to how GATE uses these ABSLENGTH values?<br><br><br><br><div style="clear:both">Cheers,<br>Devin Van Elburg<br>------------------------<br>Physics w/ c/ Biomedical Physics<br>Lakehead University</div><br></div>
<br>_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br></blockquote></div><br></div></div></div></div>