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 dbac046 commit 4b35153Copy full SHA for 4b35153
PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx
@@ -983,7 +983,7 @@ struct FlowGfwLightIons {
983
{
984
auto runDuration = ccdb->getRunDuration(firstRun);
985
uint64_t tsSOF = runDuration.first;
986
- long long diff = timestamp - tsSOF;
+ uint64_t diff = timestamp - tsSOF;
987
return static_cast<double>(diff) / 3600000.0;
988
}
989
0 commit comments