We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e832254 commit 3fe1b21Copy full SHA for 3fe1b21
PWGHF/Utils/utilsUpcHf.h
@@ -81,8 +81,8 @@ inline auto determineGapType(TCollision const& collision,
81
float amplitudeThresholdFT0C = defaults::AmplitudeThresholdFT0C)
82
{
83
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
+ const float amplitudeThresholdsFDDA = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
+ const float amplitudeThresholdsFDDC = -1.0f; // Not used in SGSelector, set to -1 to indicate unused
86
87
// Configure SGSelector thresholds
88
SGCutParHolder sgCuts;
0 commit comments