Skip to content

Commit 3fe1b21

Browse files
committed
apply suggestions
1 parent e832254 commit 3fe1b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/Utils/utilsUpcHf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ inline auto determineGapType(TCollision const& collision,
8181
float amplitudeThresholdFT0C = defaults::AmplitudeThresholdFT0C)
8282
{
8383
using BCType = std::decay_t<decltype(collision.template foundBC_as<TBCs>())>;
84-
float amplitudeThresholdsFDDA = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
85-
float amplitudeThresholdsFDDC = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
84+
const float amplitudeThresholdsFDDA = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
85+
const float amplitudeThresholdsFDDC = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
8686

8787
// Configure SGSelector thresholds
8888
SGCutParHolder sgCuts;

0 commit comments

Comments
 (0)