Skip to content

Commit 99b1788

Browse files
author
Henrik Fribert
committed
Fix: Formatting
1 parent 1dec7fc commit 99b1788

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include <algorithm>
4242
#include <array>
4343
#include <cmath>
44+
#include <string>
4445
#include <vector>
4546

4647
using namespace o2;
@@ -612,7 +613,7 @@ struct Sigmaplusbuilder {
612613
float coefA = 0.f, coefB = 0.f, coefK = 0.f, coefL = 0.f;
613614
float pGamma2In = 0.f, pGamma2Out = 0.f, tPerp2 = 0.f;
614615
float discriminant = -1.f;
615-
std::array<float, 3> nHatOrig = nHat; // each retry perturbs around this
616+
std::array<float, 3> nHatOrig = nHat; // each retry perturbs around this
616617
constexpr float CoefADegenerateThreshold = 1e-6f; // guards against dividing by a near-zero quadratic coefficient
617618

618619
if constexpr (IsMC) {

0 commit comments

Comments
 (0)