aboutsummaryrefslogtreecommitdiff
path: root/src/parameters-xpp.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parameters-xpp.tmp')
-rw-r--r--src/parameters-xpp.tmp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/parameters-xpp.tmp b/src/parameters-xpp.tmp
new file mode 100644
index 00000000..29173ed9
--- /dev/null
+++ b/src/parameters-xpp.tmp
@@ -0,0 +1,17 @@
+/* Number of photons in pulse */
+#define FLUENCE (2.0e11)
+
+/* Detector's quantum efficiency */
+#define DQE (0.9)
+
+/* ADU per photon (front detector) */
+#define DETECTOR_GAIN (1.0)
+
+/* Radius of the water column */
+#define WATER_RADIUS (0.0e-6 / 2.0)
+
+/* Radius of X-ray beam */
+#define BEAM_RADIUS (1.0e-6 / 2.0)
+
+/* Photon energy in eV */
+#define PHOTON_ENERGY (8000.0)