Skip to content

Commit

Permalink
[Common] fix _as bug in centrality study (AliceO2Group#9136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 26, 2024
1 parent cd0470e commit 54a9f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Tasks/centralityStudy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ struct centralityStudy {
}

if (multbc.has_ft0Mult()) {
auto multco = multbc.ft0Mult_as<soa::Join<aod::Mults, aod::MultsExtra, aod::MultSelections, aod::CentFT0Cs, aod::MultsGlobal>>();
auto multco = multbc.ft0Mult_as<soa::Join<aod::Mults, aod::MFTMults, aod::MultsExtra, aod::MultSelections, aod::CentFT0Cs, aod::MultsGlobal>>();
if (multbc.multFT0PosZValid()) {
histos.fill(HIST("hVertexZ_BCvsCO"), multco.multPVz(), multbc.multFT0PosZ());
}
Expand Down

0 comments on commit 54a9f6f

Please sign in to comment.