aboutsummaryrefslogtreecommitdiff
path: root/src/beam-parameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beam-parameters.h')
-rw-r--r--src/beam-parameters.h4
1 files changed, 4 insertions, 0 deletions
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" */