Skip to content

Commit 54a9f6f

Browse files
authored
[Common] fix _as bug in centrality study (#9136)
1 parent cd0470e commit 54a9f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ struct centralityStudy {
472472
}
473473

474474
if (multbc.has_ft0Mult()) {
475-
auto multco = multbc.ft0Mult_as<soa::Join<aod::Mults, aod::MultsExtra, aod::MultSelections, aod::CentFT0Cs, aod::MultsGlobal>>();
475+
auto multco = multbc.ft0Mult_as<soa::Join<aod::Mults, aod::MFTMults, aod::MultsExtra, aod::MultSelections, aod::CentFT0Cs, aod::MultsGlobal>>();
476476
if (multbc.multFT0PosZValid()) {
477477
histos.fill(HIST("hVertexZ_BCvsCO"), multco.multPVz(), multbc.multFT0PosZ());
478478
}

0 commit comments

Comments
 (0)