mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-06 18:12:26 +02:00
formatting
This commit is contained in:
@@ -270,8 +270,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) {
|
||||
|
||||
@@ -109,7 +109,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);
|
||||
|
||||
Reference in New Issue
Block a user