Skip to content

Commit 2f4ab78

Browse files
authored
Update LFNucleiBATask.cxx
1 parent a6fac7d commit 2f4ab78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,9 @@ struct LFNucleiBATask {
241241
}
242242
}
243243

244-
void init(o2::framework::InitContext&)
244+
void init(o2::framework::InitContext& context)
245245
{
246+
o2::aod::ITSResponse::setParameters(context);
246247
if (skimmingOptions.applySkimming) {
247248
zorroSummary.setObject(zorro.getZorroSummary());
248249
}

0 commit comments

Comments
 (0)