Skip to content

Commit d53e0b9

Browse files
authored
Fix table combinations
1 parent 45e7555 commit d53e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ struct HeavyionMultiplicity {
987987
} // collision loop
988988
}
989989

990-
void processBcData(soa::Join<aod::BCs, aod::BcSels, aod::Timestamps, aod::BC2Mults, aod::MultBCs, aod::BCCentFT0Cs, aod::BCCentFT0Ms>::iterator const& multbc)
990+
void processBcData(soa::Join<aod::BC2Mults, aod::MultBCs, aod::BCCentFT0Cs, aod::BCCentFT0Ms>::iterator const& multbc)
991991
{
992992
histos.fill(HIST("BcHist"), 1); // all BCs
993993
if (selectCollidingBCs && !multbc.multCollidingBC())

0 commit comments

Comments
 (0)