We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2920b2e commit 256c45eCopy full SHA for 256c45e
EventFiltering/PWGHF/HFFilter.cxx
@@ -276,6 +276,7 @@ struct HfFilter { // Main struct for HF triggers
276
helper.setVtxConfiguration(dfStrangeness, true); // (DCAFitterN, useAbsDCA)
277
helper.setVtxConfiguration(dfStrangeness3, true); // (DCAFitterN, useAbsDCA)
278
dfStrangeness.setMatCorrType(matCorr);
279
+ dfStrangeness3.setMatCorrType(matCorr);
280
helper.setVtxConfiguration(df2, false); // (DCAFitterN, useAbsDCA)
281
helper.setVtxConfiguration(df3, false);
282
helper.setVtxConfiguration(df4, false);
0 commit comments