formatting

This commit is contained in:
2026-08-06 13:54:58 +02:00
parent df1b6aafbc
commit f264085206
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -269,8 +269,6 @@ void Module::setThresholdEnergy(int e_eV, detectorSettings isettings,
}
}
void Module::setAllThresholdEnergy(std::array<int, 3> e_eV,
detectorSettings isettings, bool trimbits) {
if (shm()->detType != MYTHEN3) {
+1 -1
View File
@@ -110,7 +110,7 @@ class Module : public virtual slsDetectorDefs {
bool trimbits);
void setAllThresholdEnergy(std::array<int, 3> e_eV,
detectorSettings isettings, bool trimbits);
std::string getSettingsDir() const;
std::string getSettingsDir() const;
void updateRxAllThresholdMetadata(std::array<int, 3> e_eV);
std::string setSettingsDir(const std::string &dir);
void loadTrimbits(const std::string &fname);