File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments