File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ struct PseudorapidityDensityMFT {
638638 float dcaxy_cut = retrack.bestDCAXY ();
639639 if (useDCAxyCut) {
640640 if (dcaxy_cut > maxDCAxy)
641- continue ;
641+ continue ;
642642 }
643643 if ((cfgnEta1 < track.eta ()) && (track.eta () < cfgnEta2) && track.nClusters () >= cfgnCluster && retrack.ambDegree () > 0 && chi2ndf < cfgChi2NDFMax && (phi > cfgPhiCut1 && phi < cfgPhiCut2)) {
644644 registry.fill (HIST (" Tracks/Control/Chi2NDF" ), chi2ndf);
@@ -667,7 +667,7 @@ struct PseudorapidityDensityMFT {
667667 }
668668 if (useDCAxyCut) {
669669 if (dcaxy_cut > maxDCAxy)
670- continue ;
670+ continue ;
671671 }
672672 registry.fill (HIST (" TracksEtaZvtx" ), track.eta (), z);
673673 if (midtracks.size () > 0 && retrack.ambDegree () > 0 ) {
You can’t perform that action at this time.
0 commit comments