Skip to content

Commit 3727407

Browse files
committed
Please consider the following formatting changes
1 parent 9a7d5a3 commit 3727407

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ struct HStrangeCorrelationFilter {
657657
if (!doPPAnalysis && !isCollisionSelectedPbPb(collision))
658658
return;
659659

660-
661660
/// _________________________________________________
662661
/// Populate table with associated V0s
663662
for (auto const& v0 : V0s) {
@@ -1071,8 +1070,7 @@ struct HStrangeCorrelationFilter {
10711070
}
10721071
}
10731072

1074-
1075-
float massNSigmaXi = (casc.mXi() - - hXiMean->Interpolate(casc.pt())) / (hXiWidth->Interpolate(casc.pt()) + 1e-6);
1073+
float massNSigmaXi = (casc.mXi() - -hXiMean->Interpolate(casc.pt())) / (hXiWidth->Interpolate(casc.pt()) + 1e-6);
10761074
float massNSigmaOmega = (casc.mOmega() - hOmegaMean->Interpolate(casc.pt())) / (hOmegaWidth->Interpolate(casc.pt()) + 1e-6);
10771075

10781076
if (compatibleXiMinus)
@@ -1241,7 +1239,7 @@ struct HStrangeCorrelationFilter {
12411239
}
12421240
}
12431241

1244-
float massNSigmaXi = (casc.mXi() - - hXiMean->Interpolate(casc.pt())) / (hXiWidth->Interpolate(casc.pt()) + 1e-6);
1242+
float massNSigmaXi = (casc.mXi() - -hXiMean->Interpolate(casc.pt())) / (hXiWidth->Interpolate(casc.pt()) + 1e-6);
12451243
float massNSigmaOmega = (casc.mOmega() - hOmegaMean->Interpolate(casc.pt())) / (hOmegaWidth->Interpolate(casc.pt()) + 1e-6);
12461244

12471245
bool cascPhysicalPrimary = false;

0 commit comments

Comments
 (0)