added sanity check to only enable for chipttestboard and xilinx

This commit is contained in:
Mazzoleni Alice Francesca
2025-04-11 10:27:26 +02:00
parent 5be0724f82
commit 4c86ad3198
2 changed files with 17 additions and 0 deletions

View File

@ -16,6 +16,8 @@ namespace sls {
class GeneralDataTest : public GeneralData {
public:
GeneralDataTest() { detType = slsDetectorDefs::CHIPTESTBOARD; }
int GetNumberOfAnalogDatabytes() { return nAnalogBytes; };
int GetNumberOfDigitalDatabytes() { return nDigitalBytes; };