Skip to content

Commit 256c45e

Browse files
committed
Add missing setter for propagation with Mat LUT for strangeness
1 parent 2920b2e commit 256c45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ struct HfFilter { // Main struct for HF triggers
276276
helper.setVtxConfiguration(dfStrangeness, true); // (DCAFitterN, useAbsDCA)
277277
helper.setVtxConfiguration(dfStrangeness3, true); // (DCAFitterN, useAbsDCA)
278278
dfStrangeness.setMatCorrType(matCorr);
279+
dfStrangeness3.setMatCorrType(matCorr);
279280
helper.setVtxConfiguration(df2, false); // (DCAFitterN, useAbsDCA)
280281
helper.setVtxConfiguration(df3, false);
281282
helper.setVtxConfiguration(df4, false);

0 commit comments

Comments
 (0)