We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ac2fe commit b512823Copy full SHA for b512823
PWGDQ/Tasks/tableReader.cxx
@@ -775,9 +775,7 @@ struct AnalysisEventMixing {
775
histNames = fTrackMuonHistNames;
776
}
777
778
- uint32_t twoTrackFilter = 0;
779
-
780
- if (fConfigSingleMuCumulants) {
+ uint32_t twoTrackFilter = 0;
781
uint32_t mult_dimuons = 0;
782
for (auto& track1 : tracks1) {
783
for (auto& track2 : tracks2) {
@@ -790,7 +788,6 @@ struct AnalysisEventMixing {
790
788
} // end for (track2)
791
789
} // end for (track1)
792
VarManager::fgValues[VarManager::kMultDimuonsME] = mult_dimuons;
793
- }
794
795
twoTrackFilter = 0;
796
0 commit comments