Skip to content

Commit 640feb3

Browse files
authored
removed megalinter error
Refactor function call to improve readability by moving comment to the same line as the parameter.
1 parent 39e74a1 commit 640feb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ struct HfFilter { // Main struct for HF triggers
303303
cutsSigmaCPr->get(0u, 0u), // min pT proton
304304
cutsSigmaCPr->get(1u, 0u), // max pT proton
305305
cutsSigmaCPr->get(2u, 2u), // TOF pT threshold
306-
forceTofProtonForSigmaCPr // set True for force TOF on proton candidate after threshold
307-
);
306+
forceTofProtonForSigmaCPr); // set True for force TOF on proton candidate after threshold
308307
dfStrangeness.setMatCorrType(matCorr);
309308
dfStrangeness3.setMatCorrType(matCorr);
310309
helper.setVtxConfiguration(df2, false); // (DCAFitterN, useAbsDCA)

0 commit comments

Comments
 (0)