some clean up regarding trimbits

This commit is contained in:
2021-09-15 11:22:45 +02:00
parent 7eb64fc055
commit 2e36bb3a65
4 changed files with 5 additions and 6 deletions

View File

@@ -409,7 +409,7 @@ std::string Module::setSettingsDir(const std::string &dir) {
return shm()->settingsDir;
}
void Module::loadSettingsFile(const std::string &fname) {
void Module::loadTrimbits(const std::string &fname) {
// find specific file if it has detid in file name (.snxxx)
if (shm()->myDetectorType == EIGER || shm()->myDetectorType == MYTHEN3) {
std::ostringstream ostfn;