Skip to content

Commit 4a413a6

Browse files
committed
Code format
1 parent 3f7102c commit 4a413a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

L1Trigger/DTTriggerPhase2/interface/constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ namespace cmsdt {
426426

427427
constexpr int X_SIZE = 17;
428428
constexpr int TANPSI_SIZE = 14;
429-
constexpr double PHI_SIZE = 1. / 131072; //pow(2,17) //1 rad range, 17 bits
430-
constexpr double PHIB_SIZE = 4. / 8192; //pow(2,13) //4 rad range, 13 bits
429+
constexpr double PHI_SIZE = 1. / 131072; //pow(2,17) //1 rad range, 17 bits
430+
constexpr double PHIB_SIZE = 4. / 8192; //pow(2,13) //4 rad range, 13 bits
431431

432432
constexpr int PHI_LUT_ADDR_WIDTH = 11;
433433
constexpr int PHI_B_SHL_BITS = 5;

0 commit comments

Comments
 (0)