We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7102c commit 4a413a6Copy full SHA for 4a413a6
L1Trigger/DTTriggerPhase2/interface/constants.h
@@ -426,8 +426,8 @@ namespace cmsdt {
426
427
constexpr int X_SIZE = 17;
428
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
+ constexpr double PHI_SIZE = 1. / 131072; //pow(2,17) //1 rad range, 17 bits
+ constexpr double PHIB_SIZE = 4. / 8192; //pow(2,13) //4 rad range, 13 bits
431
432
constexpr int PHI_LUT_ADDR_WIDTH = 11;
433
constexpr int PHI_B_SHL_BITS = 5;
0 commit comments