From 0309dfadf55b72023bb9d9131b80a701c211f684 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 Oct 2010 16:25:57 +0200 Subject: Add "bandwidth" to beam parameters file Also, fix previous commit. --- src/beam-parameters.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/beam-parameters.h') diff --git a/src/beam-parameters.h b/src/beam-parameters.h index 84d95b49..aec2c6aa 100644 --- a/src/beam-parameters.h +++ b/src/beam-parameters.h @@ -23,6 +23,10 @@ struct beam_params double fluence; /* photons per pulse */ double beam_radius; /* metres */ double photon_energy; /* eV per photon */ + double bandwidth; /* FWHM(wavelength) over wavelength. + * Note: current simulation code just uses + * a rectangular distribution with this as + * its (full) width. */ double dqe; /* Detector DQE (fraction) */ double adu_per_photon; /* Detector "gain" */ -- cgit v1.2.3