Skip to content

Commit 6b95e35

Browse files
committed
Please consider the following formatting changes
1 parent 71390e5 commit 6b95e35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)