Skip to content

Commit 3aee79b

Browse files
authored
[PWGEM/Dilepton] fix to clear clear map in prefilter (#15322)
1 parent 0298b46 commit 3aee79b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryElectron.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,9 @@ struct prefilterPrimaryElectron {
17581758
} // end of collision loop
17591759

17601760
pfb_map.clear();
1761+
mapTOFNsigmaReassociated.clear();
1762+
mapTOFBetaReassociated.clear();
1763+
mapProbaEl.clear();
17611764
}
17621765
PROCESS_SWITCH(prefilterPrimaryElectron, processPrefilter_TTCA, "process prefilter with TTCA", false);
17631766

@@ -1953,6 +1956,9 @@ struct prefilterPrimaryElectron {
19531956
} // end of collision loop
19541957

19551958
pfb_map.clear();
1959+
mapTOFNsigmaReassociated.clear();
1960+
mapTOFBetaReassociated.clear();
1961+
mapProbaEl.clear();
19561962
}
19571963
PROCESS_SWITCH(prefilterPrimaryElectron, processPrefilter_SA, "process prefilter standalone", false);
19581964

0 commit comments

Comments
 (0)