Skip to content

Commit

Permalink
Code format again
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Nov 30, 2023
1 parent c80293f commit 0efbb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/DTTriggerPhase2/src/MuonPathSLFitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ void MuonPathSLFitter::analyze(MuonPathPtr &inMPath,
pos / 10 / INCREASED_RES_POS_POW; // fixed to have z_shift and the position in the same units (MC)
double jm_y = hasPosRF(MuonPathSLId.wheel(), MuonPathSLId.sector()) ? z_shift - pos_cm : z_shift + pos_cm;

phi=jm_y;
phi = jm_y;

// Fixed sign of k (MC)
double k_fromfw = hasPosRF(MuonPathSLId.wheel(), MuonPathSLId.sector()) ? slope_f : -slope_f;
phiB = k_fromfw;
Expand Down

0 comments on commit 0efbb6b

Please sign in to comment.