mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
Merge branch 'developer' into gotthard2
This commit is contained in:
@ -1054,7 +1054,7 @@ class Detector {
|
||||
Result<std::vector<int>> getRxDbitList(Positions pos = {}) const;
|
||||
|
||||
/** [CTB] list contains the set of bits (0-63) to save */
|
||||
void setRxDbitList(std::vector<int> list, Positions pos = {});
|
||||
void setRxDbitList(const std::vector<int>& list, Positions pos = {});
|
||||
|
||||
/** [CTB] */
|
||||
Result<int> getRxDbitOffset(Positions pos = {}) const;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <unistd.h>
|
||||
#include <cstring>
|
||||
#include <unistd.h>
|
||||
#pragma once
|
||||
/**
|
||||
@short data structure to hold the detector data after postprocessing
|
||||
|
Reference in New Issue
Block a user