Skip to content

Commit 2d2fabb

Browse files
committed
formatting
1 parent 63fdbd4 commit 2d2fabb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ struct OnTheFlyTracker {
869869
posClusterCandidate[1] = r * std::sin(phi);
870870
posClusterCandidate[2] = gRandom->Gaus(posClusterCandidate[2], currentTrackingLayer.resZ);
871871
}
872-
872+
873873
if (std::isnan(phi))
874874
continue; // Catch when getXatLabR misses layer[i]
875875

ALICE3/TableProducer/alice3-multicharm.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ struct alice3multicharm {
527527

528528
if (xiCand.cascRadius() < minXiRadius)
529529
continue;
530-
530+
531531
histos.fill(HIST("hMinXiDecayRadius"), xiCand.cascRadius());
532532
for (auto const& pi1c : tracksPiFromXiCgrouped) {
533533
if (mcSameMotherCheck && !checkSameMother(xi, pi1c))
@@ -588,9 +588,9 @@ struct alice3multicharm {
588588
double xicDecayRadius2D = std::hypot(thisXiCcandidate.xyz[0], thisXiCcandidate.xyz[1]);
589589
if (xicDecayRadius2D < minXiCRadius)
590590
continue; // do not take if radius too small, likely a primary combination
591-
591+
592592
histos.fill(HIST("hMinXiCDecayRadius"), xicDecayRadius2D * 1e+4);
593-
593+
594594
if (xicDecayRadius2D > xiCand.cascRadius())
595595
continue;
596596

0 commit comments

Comments
 (0)