Skip to content

Commit 82e7b20

Browse files
Merge pull request #46 from alibuild/alibot-cleanup-15592
Please consider the following formatting changes to #15592
2 parents 71390e5 + 6b95e35 commit 82e7b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,9 @@ struct sigma0builder {
873873
// Calculate properties and fill struct
874874
info.DCADau = (cross.Mag2() > 0) ? std::abs(posdiff.Dot(cross)) / cross.R() : 999.f;
875875
info.CosPA = v01momentumNorm.Dot(v02momentumNorm);
876-
877-
float Min_threshold = 1e-5f; // Threshold to consider lines as parallel, can be tuned
878-
if (d < Min_threshold) { // Parallel or nearly parallel lines
876+
877+
float Min_threshold = 1e-5f; // Threshold to consider lines as parallel, can be tuned
878+
if (d < Min_threshold) { // Parallel or nearly parallel lines
879879
info.X = info.Y = info.Z = 0.f; // should we use another dummy value? Perhaps 999.f?
880880
return info;
881881
}

0 commit comments

Comments
 (0)