merged with g2continuous

This commit is contained in:
2020-09-08 08:46:37 +02:00
19 changed files with 153 additions and 83 deletions

View File

@ -1125,9 +1125,9 @@ void Implementation::updateTotalNumberOfFrames() {
int64_t repeats = numberOfTriggers;
// gotthard2: auto mode
// burst mode: (bursts instead of triggers)
// non burst mode: no bursts or triggers
// continuous mode: no bursts or triggers
if (myDetectorType == GOTTHARD2 && timingMode == AUTO_TIMING) {
if (burstMode != BURST_OFF) {
if (burstMode == BURST_INTERNAL || burstMode == BURST_EXTERNAL) {
repeats = numberOfBursts;
} else {
repeats = 1;