Skip to content

Commit 429a317

Browse files
authored
Update centralityStudy.cxx
1 parent 5d48bb6 commit 429a317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,13 @@ struct centralityStudy {
273273
return;
274274
}
275275

276+
mRunNumber = collision.multRunNumber();
276277
LOGF(info, "Setting up for run: %i", mRunNumber);
277278

278279
// only get object when switching runs
279280
o2::parameters::GRPECSObject* grpo = ccdb->getForRun<o2::parameters::GRPECSObject>(pathGRPECSObject, mRunNumber);
280281
startOfRunTimestamp = grpo->getTimeStart();
281-
282-
mRunNumber = collision.multRunNumber();
282+
283283
histPath = std::format("Run_{}/", mRunNumber);
284284

285285
if (doprocessCollisions || doprocessCollisionsWithCentrality) {

0 commit comments

Comments
 (0)