Skip to content

Commit

Permalink
adding extra margin for sync TOF dia calibs
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Oct 3, 2024
1 parent c0c70ae commit bd771a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TOF/calibration/src/TOFDiagnosticCalibrator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void TOFDiagnosticCalibrator::finalizeSlot(Slot& slot)
auto flName = o2::ccdb::CcdbApi::generateFileName(clName);

uint64_t startingMS = slot.getStartTimeMS() - 10000; // start 10 seconds before
uint64_t stoppingMS = slot.getEndTimeMS() + 10000; // stop 10 seconds after
uint64_t stoppingMS = slot.getEndTimeMS() + 600000; // stop 10 minutes after
mccdbInfoVector.emplace_back("TOF/Calib/Diagnostic", clName, flName, md, startingMS, stoppingMS);
mDiagnosticVector.emplace_back(*diag);
}
Expand Down

0 comments on commit bd771a7

Please sign in to comment.