aboutsummaryrefslogtreecommitdiff
path: root/src/parameters-xpp.tmp
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-25 16:00:23 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commit380ec553c04576fc3dc4c816127078d3c2cf9e32 (patch)
tree7f2e4a384bf1ed2285c15817fbbfe46c1add1d64 /src/parameters-xpp.tmp
parenta1408ca8460ef486730b4e5ce11cfca2504edf3b (diff)
Read beam parameters from file (where appropriate)
Diffstat (limited to 'src/parameters-xpp.tmp')
-rw-r--r--src/parameters-xpp.tmp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/parameters-xpp.tmp b/src/parameters-xpp.tmp
deleted file mode 100644
index 29173ed9..00000000
--- a/src/parameters-xpp.tmp
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 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)