mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-07 08:12:39 +01:00
WIP
This commit is contained in:
@@ -713,6 +713,8 @@ template <> defs::detectorType StringTo(const std::string &s) {
|
||||
return defs::GOTTHARD2;
|
||||
if (s == "Xilinx_ChipTestBoard")
|
||||
return defs::XILINX_CHIPTESTBOARD;
|
||||
if (s == "Matterhorn")
|
||||
return defs::MATTERHORN;
|
||||
throw RuntimeError("Unknown detector type " + s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user