Skip to content

Commit

Permalink
[format] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 2, 2023
1 parent db82421 commit 5eefb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/src/DelphesEDM4HepConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ namespace k4SimDelphes {
// relating to curvature (index 2)
double scale2 = -2.; // CAREFUL: DELPHES USES THE HALF-CURVATURE

trackState.omega = cand->C * scale2 ;
trackState.omega = cand->C * scale2;

covMatrix[0] = covaFB(0, 0);

Expand Down

0 comments on commit 5eefb39

Please sign in to comment.