Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 4, 2024
1 parent ad5b42c commit 03d072d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGLF/TableProducer/Nuspex/threebodyRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -264,18 +264,18 @@ struct threebodyRecoTask {
}
}
}

void initCCDB(aod::BCsWithTimestamps::iterator const& bc)
{
if (mRunNumber == bc.runNumber()) {
return;
}

if (cfgSkimmedProcessing) {
if (cfgSkimmedProcessing) {
zorro.initCCDB(ccdb.service, bc.runNumber(), bc.timestamp(), "fH3L3Body");
zorro.populateHistRegistry(registry, bc.runNumber());
}

mRunNumber = bc.runNumber();
}

Expand Down

0 comments on commit 03d072d

Please sign in to comment.