mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 16:48:35 +01:00
replacing pulsechip with a generic algorithm
This commit is contained in:
@@ -1046,6 +1046,8 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
|
||||
std::string callDetectorMemeber(std::string(slsDetector::*somefunc)());
|
||||
int callDetectorMemeber(int (slsDetector::*somefunc)(int), int value);
|
||||
int parallelCallDetectorMember(int (slsDetector::*somefunc)(int), int value); //Should probably be templated
|
||||
|
||||
|
||||
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
|
||||
std::string getSettingsDir();
|
||||
|
||||
Reference in New Issue
Block a user