diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-02 12:12:38 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-02 12:12:38 -0400 |
commit | 707ca1b366f11032682cc864ca2848905e6b485c (patch) | |
tree | e0e66c498cb29168acb0f8fab8479b12489b2f30 /optics.py | |
parent | 7e2a7e988031c22898249f3801aa0d3c690bb729 (diff) | |
download | chroma-707ca1b366f11032682cc864ca2848905e6b485c.tar.gz chroma-707ca1b366f11032682cc864ca2848905e6b485c.tar.bz2 chroma-707ca1b366f11032682cc864ca2848905e6b485c.zip |
update event structure. break gpu.GPU class into separate smaller independent classes.
Diffstat (limited to 'optics.py')
-rw-r--r-- | optics.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ labppo_scintillator.set('scattering_length', wavelengths=[ 200.0, 215.0, 225.0, ################### WCSim materials ##################### -water_wcsim = Material('water') +water_wcsim = Material('water_wcsim') water_wcsim.density = 1.0 # g/cm^3 water_wcsim.composition = { 'H' : 0.1119, 'O' : 0.8881 } # fraction by mass hc_over_GeV = 1.2398424468024265e-06 # h_Planck * c_light / GeV / nanometer |