diff options
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 |