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 0273ba8 commit caac481Copy full SHA for caac481
PWGHF/Core/CentralityEstimation.h
@@ -156,7 +156,7 @@ template <typename TCollisions>
156
float getCentralityGenColl(TCollisions const& collSlice)
157
{
158
using TMult = uint16_t; // type of numContrib
159
- float centrality{-1};
+ float centrality{-1.f};
160
TMult multiplicity{};
161
for (const auto& collision : collSlice) {
162
const TMult collMult = collision.numContrib();
0 commit comments