mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 16:58:41 +01:00
Fix missing includes
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <mutex>
|
||||
#include <algorithm>
|
||||
#include<unordered_map>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -206,6 +206,7 @@ class singlePhotonDetector : public analogDetector<uint16_t> {
|
||||
return new singlePhotonDetector(*this); // Calls the copy constructor
|
||||
}
|
||||
|
||||
|
||||
/** sets/gets number of rms threshold to detect photons
|
||||
\param n number of sigma to be set (0 or negative gets)
|
||||
\returns actual number of sigma parameter
|
||||
|
||||
Reference in New Issue
Block a user