<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chroma/fileio, 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>File reorganization to move toward standard python package layout</title>
<updated>2011-09-16T18:27:46+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-16T18:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=084dfd08b714faefaea77cb7dc04d2e93dc04b1d'/>
<id>084dfd08b714faefaea77cb7dc04d2e93dc04b1d</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>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>Missing import from fileio.root</title>
<updated>2011-08-20T19:56:22+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-20T19:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=08d257b12fe69bbf04432903dfab334bcbc651ff'/>
<id>08d257b12fe69bbf04432903dfab334bcbc651ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import chroma modules from subpackages with import chroma.module_name</title>
<updated>2011-08-17T14:36:22+00:00</updated>
<author>
<name>Anthony LaTorre</name>
<email>tlatorre9@gmail.com</email>
</author>
<published>2011-08-17T14:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=e33c6fab8b8dd8adb3d71af8517dfe45ba264cf7'/>
<id>e33c6fab8b8dd8adb3d71af8517dfe45ba264cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor sim.py into a reusable Simulation class that is called by the</title>
<updated>2011-08-16T21:10:58+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-16T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=85f9f1d23f74ed9679d879c32f7e3c72c7e7ce8f'/>
<id>85f9f1d23f74ed9679d879c32f7e3c72c7e7ce8f</id>
<content type='text'>
main function().  Also cleanup more event data structure names and add
an nphoton value that is preserved even if you prune off all the
actual photon vertices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
main function().  Also cleanup more event data structure names and add
an nphoton value that is preserved even if you prune off all the
actual photon vertices.
</pre>
</div>
</content>
</entry>
<entry>
<title>Epic restructuring of code to switch to a generator-based style of</title>
<updated>2011-08-16T17:52:00+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-16T17:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=7d9b50e9e64c9d8d9a25942e2ffaca52142c6c2b'/>
<id>7d9b50e9e64c9d8d9a25942e2ffaca52142c6c2b</id>
<content type='text'>
event creation.

Now we have vertex generators (that produce initial particles), photon
generators (that create photons to propagate), and a standard data
structure using Python class containers and numpy arrays to hand
around the code.

Also cleaned up some naming of things before they become conventions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
event creation.

Now we have vertex generators (that produce initial particles), photon
generators (that create photons to propagate), and a standard data
structure using Python class containers and numpy arrays to hand
around the code.

Also cleaned up some naming of things before they become conventions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a helper function to the ROOT Channel class that will populate 3</title>
<updated>2011-08-15T01:00:36+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-15T01:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=9d61786d403a340d5ceb88b1c565cf0362c00580'/>
<id>9d61786d403a340d5ceb88b1c565cf0362c00580</id>
<content type='text'>
arrays with hit information: hit or not, time and charge.  Handy for
fetching all the hits in an event into numpy arrays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arrays with hit information: hit or not, time and charge.  Handy for
fetching all the hits in an event into numpy arrays.
</pre>
</div>
</content>
</entry>
<entry>
<title>G4Generator and sim.py can now generate boosted pi0 decays.</title>
<updated>2011-08-12T17:58:52+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-08-12T17:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=7915bd33e868e8e935f14795215ea50ad4bc4a5b'/>
<id>7915bd33e868e8e935f14795215ea50ad4bc4a5b</id>
<content type='text'>
The ROOT data structure has been extended to allow storage
of the individual gamma rays as subtracks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ROOT data structure has been extended to allow storage
of the individual gamma rays as subtracks.
</pre>
</div>
</content>
</entry>
</feed>
