We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e74a1 commit 640feb3Copy full SHA for 640feb3
EventFiltering/PWGHF/HFFilter.cxx
@@ -303,8 +303,7 @@ struct HfFilter { // Main struct for HF triggers
303
cutsSigmaCPr->get(0u, 0u), // min pT proton
304
cutsSigmaCPr->get(1u, 0u), // max pT proton
305
cutsSigmaCPr->get(2u, 2u), // TOF pT threshold
306
- forceTofProtonForSigmaCPr // set True for force TOF on proton candidate after threshold
307
- );
+ forceTofProtonForSigmaCPr); // set True for force TOF on proton candidate after threshold
308
dfStrangeness.setMatCorrType(matCorr);
309
dfStrangeness3.setMatCorrType(matCorr);
310
helper.setVtxConfiguration(df2, false); // (DCAFitterN, useAbsDCA)
0 commit comments