Skip to content

Commit 1949d72

Browse files
authored
Update Zorro init for the nuclei spectra analysis (#7042)
1 parent a14d098 commit 1949d72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ struct nucleiSpectra {
342342
return;
343343
}
344344
if (cfgSkimmedProcessing) {
345-
zorro.initCCDB(ccdb.service, bc.runNumber(), bc.timestamp(), "fHe3");
345+
zorro.initCCDB(ccdb.service, bc.runNumber(), bc.timestamp(), "fHe");
346+
zorro.populateHistRegistry(spectra, bc.runNumber());
346347
}
347348
auto timestamp = bc.timestamp();
348349
mRunNumber = bc.runNumber();

0 commit comments

Comments
 (0)