Skip to content

Commit c0826f3

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-12672
Please consider the following formatting changes to #12672
2 parents 2d311e8 + 72eb665 commit c0826f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/GlobalEventProperties/dndeta-mft-pp.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)