We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd44818 commit 1350d57Copy full SHA for 1350d57
Common/Tools/timestampModule.h
@@ -96,6 +96,10 @@ class TimestampModule
96
int64_t sorTimestamp = runDuration.first; // timestamp of the SOR/SOX/STF in ms
97
int64_t eorTimestamp = runDuration.second; // timestamp of the EOR/EOX/ETF in ms
98
99
+ // clear cache to prevent interference with orbit reset queries from other code
100
+ // FIXME this should not have been a problem, to be investigated
101
+ ccdb->clearCache(timestampOpts.orbit_reset_path.value.data());
102
+
103
const bool isUnanchoredRun3MC = runNumber >= 300000 && runNumber < 500000;
104
if (timestampOpts.isRun2MC.value == 1 || isUnanchoredRun3MC) {
105
// isRun2MC: bc/orbit distributions are not simulated in Run2 MC. All bcs are set to 0.
0 commit comments