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 5d48bb6 commit 429a317Copy full SHA for 429a317
Common/Tasks/centralityStudy.cxx
@@ -273,13 +273,13 @@ struct centralityStudy {
273
return;
274
}
275
276
+ mRunNumber = collision.multRunNumber();
277
LOGF(info, "Setting up for run: %i", mRunNumber);
278
279
// only get object when switching runs
280
o2::parameters::GRPECSObject* grpo = ccdb->getForRun<o2::parameters::GRPECSObject>(pathGRPECSObject, mRunNumber);
281
startOfRunTimestamp = grpo->getTimeStart();
-
282
- mRunNumber = collision.multRunNumber();
+
283
histPath = std::format("Run_{}/", mRunNumber);
284
285
if (doprocessCollisions || doprocessCollisionsWithCentrality) {
0 commit comments