<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chroma/bin/chroma-sim, 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>Implement new loader function that turns a string into a Geometry,</title>
<updated>2021-05-09T15:42:38+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2012-01-20T02:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=bf46d6b9f42330b42f4634ea6ac0e2b318942786'/>
<id>bf46d6b9f42330b42f4634ea6ac0e2b318942786</id>
<content type='text'>
searching through files, named geometries in the cache, and geometry
creation functions.

The loader function also is responsible for fetching or creating a BVH
to go with the geometry.

This commit also removes some code that has been replaced by the new
system.  Other bits will come back in future commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
searching through files, named geometries in the cache, and geometry
creation functions.

The loader function also is responsible for fetching or creating a BVH
to go with the geometry.

This commit also removes some code that has been replaced by the new
system.  Other bits will come back in future commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print events/second statistic in chroma-sim</title>
<updated>2021-05-09T15:42:38+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2012-01-12T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=1167da9997adebd43a552a65bdfcd3d30fab4a68'/>
<id>1167da9997adebd43a552a65bdfcd3d30fab4a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import ROOT module from its true location and add missing import of enable_debug_on_crash</title>
<updated>2021-05-09T15:42:38+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2012-01-02T17:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=433f94b262df12a7bf6b49dbac7bbe73db9b8aa6'/>
<id>433f94b262df12a7bf6b49dbac7bbe73db9b8aa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use constant particle gun in chroma-sim so it can generate pi0 events.</title>
<updated>2021-05-09T15:42:38+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-10-17T14:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=5562ab260eabbdc29a64a17ef1c9ab6e4a05224e'/>
<id>5562ab260eabbdc29a64a17ef1c9ab6e4a05224e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make main into a function so we can profile it</title>
<updated>2011-10-07T16:55:53+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-10-07T16:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=d0a7ec169cbb3bf19024b6f9d337845e706b4fa2'/>
<id>d0a7ec169cbb3bf19024b6f9d337845e706b4fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a chroma.log module that provides the default logger object for</title>
<updated>2011-10-03T14:08:08+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-10-03T14:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=5bc1516d020cd5b304d0364b74b65d6f3239809c'/>
<id>5bc1516d020cd5b304d0364b74b65d6f3239809c</id>
<content type='text'>
the package.

Rather than use the logging module directly, we wrap it with this to ensure
that logger.basicConfig() is called automatically.  All chroma code
should use this logger for printing status information so that it can
be hidden when chroma is part of a bigger application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the package.

Rather than use the logging module directly, we wrap it with this to ensure
that logger.basicConfig() is called automatically.  All chroma code
should use this logger for printing status information so that it can
be hidden when chroma is part of a bigger application.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call ROOT.SetBatch() in chroma-sim to avoid unnecessary X11 traffic.</title>
<updated>2011-10-03T12:57:28+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-10-03T12:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=f546e2ee29db8c62112e9370c9a51947e6f87da1'/>
<id>f546e2ee29db8c62112e9370c9a51947e6f87da1</id>
<content type='text'>
Speeds up loading when you are using SSH forwarding over a slow link.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speeds up loading when you are using SSH forwarding over a slow link.
</pre>
</div>
</content>
</entry>
<entry>
<title>chroma-sim --rootlogon will create a .rootlogon.C file in your current directory so you can read Chroma ROOT files.</title>
<updated>2011-09-30T15:12:31+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-30T15:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=1690552ff476ae8d0994f38966ce9422b800b901'/>
<id>1690552ff476ae8d0994f38966ce9422b800b901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Command line options to start the Python debugger on crash.</title>
<updated>2011-09-29T23:24:42+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-29T23:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=82f876e1f10974b8502caba7c33884543e646138'/>
<id>82f876e1f10974b8502caba7c33884543e646138</id>
<content type='text'>
Not entirely effective for chroma-cam, since this does not catch
exceptions thrown in child processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not entirely effective for chroma-cam, since this does not catch
exceptions thrown in child processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation in chroma-sim and allow detector name to have multiple dots.</title>
<updated>2011-09-26T20:52:26+00:00</updated>
<author>
<name>Stan Seibert</name>
<email>stan@mtrr.org</email>
</author>
<published>2011-09-26T20:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/chroma/commit/?id=a01bcf3748af2e473d27770d153d3bee4a81af08'/>
<id>a01bcf3748af2e473d27770d153d3bee4a81af08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
