Skip to content

Commit 471dc66

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-17454
Please consider the following formatting changes to #17454
2 parents 7f922df + 66e2561 commit 471dc66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4340,7 +4340,8 @@ struct HStrangeCorrelation {
43404340
} else {
43414341
const float dcaCut = v0Selection.dcaDaugToPVForK0s == 0.0f ? v0Selection.dcaMesonToPV : v0Selection.dcaDaugToPVForK0s;
43424342
const bool passesLifetime = v0.distovertotmom(bestCollisionVtxX, bestCollisionVtxY, bestCollisionVtxZ) *
4343-
o2::constants::physics::MassK0Short < v0Selection.lifetimecutK0S;
4343+
o2::constants::physics::MassK0Short <
4344+
v0Selection.lifetimecutK0S;
43444345
const bool passesDaughterDcaAndArmenteros = std::abs(v0.dcapostopv()) > dcaCut && std::abs(v0.dcanegtopv()) > dcaCut && v0.qtarm() * v0Selection.armPodCut > std::abs(v0.alpha());
43454346
passesFinalSelection = v0SelectedPbPb(v0) && passesLifetime && passesDaughterDcaAndArmenteros;
43464347
}

0 commit comments

Comments
 (0)