<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chroma/tests, branch master</title>
<subtitle>Chroma is a high performance optical photon simulation for particle physics detectors</subtitle>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/'/>
<entry>
<title>Move CUDA source inside chroma package, rename tests directory to test</title>
<updated>2011-09-16T19:02:02+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-16T19:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=142b3c3caff164deb9bc7b2848e58e52387723ff'/>
<id>142b3c3caff164deb9bc7b2848e58e52387723ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add chroma-sim script. get rid of GPU class; contexts should now be created with create_cuda_context().</title>
<updated>2011-09-12T20:41:17+00:00</updated>
<author>
<name>Anthony LaTorre</name>
<email>tlatorre9@gmail.com</email>
</author>
<published>2011-09-12T20:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=6f0703602270d03f4025221f13fee21aa842a863'/>
<id>6f0703602270d03f4025221f13fee21aa842a863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ray_intersection unit test.</title>
<updated>2011-09-10T20:21:21+00:00</updated>
<author>
<name>Anthony LaTorre</name>
<email>tlatorre9@gmail.com</email>
</author>
<published>2011-09-10T20:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=e19f8046b479790a9b5f8feedf8a13678f75d350'/>
<id>e19f8046b479790a9b5f8feedf8a13678f75d350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>geometry on the GPU is now a struct created in the GPUGeometry class. coding style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code.</title>
<updated>2011-09-06T21:18:14+00:00</updated>
<author>
<name>Anthony LaTorre</name>
<email>tlatorre9@gmail.com</email>
</author>
<published>2011-09-06T21:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=86cb5f26029b3357727b88fee3fa7dd799a8d6c8'/>
<id>86cb5f26029b3357727b88fee3fa7dd799a8d6c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2011-09-03T13:21:36+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-03T13:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=38f05bf761490def1886016524f328528b08f549'/>
<id>38f05bf761490def1886016524f328528b08f549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GPU-based sampling from an arbitrary distribition.</title>
<updated>2011-09-03T13:19:55+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-03T13:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=48550062440c5b7f1479ecbe17fd4b024a90fca2'/>
<id>48550062440c5b7f1479ecbe17fd4b024a90fca2</id>
<content type='text'>
The sample_cdf() device function will draw random numbers from an arbitrary
disribution given a cumulative distribution function in the form of
a list of x,y points, beginning with y=0 and ending with y=1.  For an
example of how to convert a ROOT histogram to this form, see the unit
test in test_sample_cdf.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sample_cdf() device function will draw random numbers from an arbitrary
disribution given a cumulative distribution function in the form of
a list of x,y points, beginning with y=0 and ending with y=1.  For an
example of how to convert a ROOT histogram to this form, see the unit
test in test_sample_cdf.py
</pre>
</div>
</content>
</entry>
<entry>
<title>update event structure. break gpu.GPU class into separate smaller independent classes.</title>
<updated>2011-09-02T16:12:38+00:00</updated>
<author>
<name>Anthony LaTorre</name>
<email>tlatorre9@gmail.com</email>
</author>
<published>2011-09-02T16:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=707ca1b366f11032682cc864ca2848905e6b485c'/>
<id>707ca1b366f11032682cc864ca2848905e6b485c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a RootReader class that also functions as an iterator, also create</title>
<updated>2011-08-23T23:28:36+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-23T23:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=2f0b5cd9b42d64b50bd123b87a0c91207d674dfa'/>
<id>2f0b5cd9b42d64b50bd123b87a0c91207d674dfa</id>
<content type='text'>
a simple unit test for event reading and writing.  There were several
minor I/O bugs that are now fixed!  Always test your code, kids!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a simple unit test for event reading and writing.  There were several
minor I/O bugs that are now fixed!  Always test your code, kids!
</pre>
</div>
</content>
</entry>
<entry>
<title>Benchmark and unit test for PDF creation</title>
<updated>2011-08-22T21:02:02+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-22T21:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=10db3c8392b4e977972f619b5930370de32fd2a3'/>
<id>10db3c8392b4e977972f619b5930370de32fd2a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A failing test demonstrating the faiure of G4ParallelGenerator to produce photons when the parent particle is at (1,0,0)</title>
<updated>2011-08-20T20:49:33+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-20T20:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=e87676dd3c3a8982349937e88af7465ec6a9f982'/>
<id>e87676dd3c3a8982349937e88af7465ec6a9f982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
