Resolve merge conflict in jungfrauExecutables

This commit is contained in:
2023-03-17 16:43:08 +01:00
180 changed files with 9124 additions and 7547 deletions

View File

@ -222,6 +222,7 @@ int main(int argc, char *argv[]) {
multiThreadedCountingDetector *mt =
new multiThreadedCountingDetector(filter, nthreads, fifosize);
mt->setClusterSize(csize,csize);
#ifndef ANALOG
mt->setDetectorMode(ePhotonCounting);
cout << "Counting!" << endl;