Skip to content

Commit 4c1ee09

Browse files
committed
Please consider the following formatting changes
1 parent 87c22b4 commit 4c1ee09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGEM/Dilepton/Tasks/matchingMFT.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ struct matchingMFT {
516516
dcaXYinSigma = std::sqrt(std::fabs((dcaX * dcaX * cYYatDCA + dcaY * dcaY * cXXatDCA - 2. * dcaX * dcaY * cXYatDCA) / det / 2.)); // dca xy in sigma
517517
}
518518
sigma_dcaXY = dcaXY / dcaXYinSigma;
519-
520519
}
521520

522521
float ptMatchedMCHMID = propmuonAtPV_Matched.getPt();

0 commit comments

Comments
 (0)