Changeset 10092 for trunk/Mars/msimcamera
- Timestamp:
- 01/06/11 17:04:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimcamera/MSimRandomPhotons.cc
r9991 r10092 238 238 } 239 239 240 // If the simulated wavelen th range exists and is smallerreduce the240 // If the simulated wavelength range exists and is smaller, reduce the 241 241 // range to it. Later it is checked that at both edges the transmission 242 242 // is 0. This must be true in both cases: The simulated wavelength range … … 338 338 { 339 339 *fLog << warn << "WARNING - Total transmission efficiency at "; 340 *fLog << min << "nm is not zero, but " << nsb.GetSpline()->Eval(min) << "... abort." << endl;340 *fLog << min << "nm is not zero, but " << eff.GetSpline()->Eval(min) << "... abort." << endl; 341 341 } 342 342 if (eff.GetSpline()->Eval(max)>1e-5) 343 343 { 344 344 *fLog << warn << "WARNING - Total transmission efficiency at "; 345 *fLog << max << "nm is not zero, but " << nsb.GetSpline()->Eval(max) << "... abort." << endl;345 *fLog << max << "nm is not zero, but " << eff.GetSpline()->Eval(max) << "... abort." << endl; 346 346 } 347 347
Note:
See TracChangeset
for help on using the changeset viewer.