diff --git a/source/materials/OpticalMaterialProperties.cc b/source/materials/OpticalMaterialProperties.cc index f64fbf8d41..3680854a6f 100644 --- a/source/materials/OpticalMaterialProperties.cc +++ b/source/materials/OpticalMaterialProperties.cc @@ -867,22 +867,22 @@ namespace opticalprops { h_Planck * c_light / (250. * nm), h_Planck * c_light / (230. * nm), h_Planck * c_light / (210. * nm), h_Planck * c_light / (190. * nm), h_Planck * c_light / (170. * nm), h_Planck * c_light / (150. * nm), - h_Planck * c_light / (108. * nm), optPhotMaxE_ + optPhotMaxE_ }; std::vector WLS_absLength = { - noAbsLength_, + noAbsLength_, // ~6200 nm noAbsLength_, 50. * nm, // 380 , 370 nm - 30. * nm, 30. * nm, // 360 , 330 nm - 50. * nm, 80. * nm, // 320 , 310 nm + 30. * nm, 30. * nm, // 360 , 330 nm + 50. * nm, 80. * nm, // 320 , 310 nm 100. * nm, 100. * nm, // 300 , 270 nm 400. * nm, 400. * nm, // 250 , 230 nm 350. * nm, 250. * nm, // 210 , 190 nm 350. * nm, 400. * nm, // 170 , 150 nm - 400. * nm, 400. * nm // 100 nm + 400. * nm // ~108 nm }; - //for (int i=0; i " << std::setw(6) << WLS_absLength[i] / nm << " nm" << G4endl;