mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 10:04:55 +01:00
size
This commit is contained in:
@@ -381,7 +381,7 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
* Returns the number of detectors in the multidetector structure
|
||||
* @returns number of detectors
|
||||
*/
|
||||
int getNumberOfDetectors() const;//
|
||||
int size() const;//
|
||||
|
||||
/**
|
||||
* Returns number of detectors in dimension d
|
||||
@@ -872,10 +872,6 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
*/
|
||||
int getDataBytes(int detPos = -1);
|
||||
|
||||
/**
|
||||
* Returns the number of detectors in the multi structure*/
|
||||
size_t size() const { return detectors.size(); }
|
||||
|
||||
/**
|
||||
* Set/get dacs value
|
||||
* @param val value (in V)
|
||||
|
||||
Reference in New Issue
Block a user