You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<int64_t> timestampCcdb{"timestampCcdb", -1, "timestamp of the efficiency files used to query in CCDB"};
149
149
Configurable<int64_t> ccdbNoLaterThan{"ccdbNoLaterThan", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"};
for (doublerad(configCentral.minMergingRadius); rad < configCentral.maxMergingRadius; rad += 0.01) {
1112
+
for (doublerad(configCentral.minMergingRadius); rad < configCentral.maxMergingRadius; rad += 0.01) {// FIXME: Variable 'rad' with floating point type 'double' should not be used as a loop counter.
0 commit comments