Skip to content

Commit b512823

Browse files
[PWGDQ]: fix dimuon multiplicity for event mixing
1 parent d0ac2fe commit b512823

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

PWGDQ/Tasks/tableReader.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,7 @@ struct AnalysisEventMixing {
775775
histNames = fTrackMuonHistNames;
776776
}
777777

778-
uint32_t twoTrackFilter = 0;
779-
780-
if (fConfigSingleMuCumulants) {
778+
uint32_t twoTrackFilter = 0;
781779
uint32_t mult_dimuons = 0;
782780
for (auto& track1 : tracks1) {
783781
for (auto& track2 : tracks2) {
@@ -790,7 +788,6 @@ struct AnalysisEventMixing {
790788
} // end for (track2)
791789
} // end for (track1)
792790
VarManager::fgValues[VarManager::kMultDimuonsME] = mult_dimuons;
793-
}
794791

795792
twoTrackFilter = 0;
796793
for (auto& track1 : tracks1) {

0 commit comments

Comments
 (0)