mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 07:40:03 +02:00
gotthard2: bug fix adconfiguration initialization
This commit is contained in:
parent
a2dd35ae38
commit
6b391a34dc
Binary file not shown.
@ -363,6 +363,8 @@ void setupDetector() {
|
|||||||
for (i = 0; i < NCHIP; ++i) {
|
for (i = 0; i < NCHIP; ++i) {
|
||||||
for (j = 0; j < NCHAN; ++j) {
|
for (j = 0; j < NCHAN; ++j) {
|
||||||
vetoReference[i][j] = 0;
|
vetoReference[i][j] = 0;
|
||||||
|
}
|
||||||
|
for (j = 0; j < NADC; ++j) {
|
||||||
adcConfiguration[i][j] = 0;
|
adcConfiguration[i][j] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
#define APIJUNGFRAU 0x191111
|
#define APIJUNGFRAU 0x191111
|
||||||
#define APIEIGER 0x191111
|
#define APIEIGER 0x191111
|
||||||
#define APICTB 0x191121
|
#define APICTB 0x191121
|
||||||
#define APIGOTTHARD2 0x191125
|
|
||||||
#define APIMYTHEN3 0x191125
|
#define APIMYTHEN3 0x191125
|
||||||
|
#define APIGOTTHARD2 0x191125
|
||||||
|
Loading…
x
Reference in New Issue
Block a user