summaryrefslogtreecommitdiff
path: root/src/fisx_detector.h
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2017-11-25 13:42:57 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2017-11-25 13:42:57 +0100
commit11014d2c7d3b283ef2025afc371039a9e637cc70 (patch)
treecba4ad02ad51ebf81ff7b9d8a6298d57656a3a2e /src/fisx_detector.h
parentfe656bd54a9f339ee4ccddadde86fe07f78a88c2 (diff)
New upstream version 1.1.4
Diffstat (limited to 'src/fisx_detector.h')
-rw-r--r--src/fisx_detector.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fisx_detector.h b/src/fisx_detector.h
index e4ef13c..cf95926 100644
--- a/src/fisx_detector.h
+++ b/src/fisx_detector.h
@@ -88,6 +88,19 @@ public:
const double & getDistance() const;
/*!
+ Make sure the internal escape peak cache is empty
+ */
+ void clearEscapePeakCache();
+
+ /*!
+ Getter to internal variable
+ */
+ const double getEscapePeakEnergyThreshold() const {return this->escapePeakEnergyThreshold;};
+ const double getEscapePeakIntensityThreshold() const {return this->escapePeakIntensityThreshold;};
+ const int getEscapePeakNThreshold() const {return this->escapePeakNThreshold;};
+ const double getEscapePeakAlphaIn() const {return this->escapePeakAlphaIn;};
+
+ /*!
Returns escape peak energy and rate per detected photon of given energy.
The optional arguments label and update serve for caching purposes.