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 337b9ca commit 48a5e11Copy full SHA for 48a5e11
L1Trigger/L1TTrackMatch/interface/L1TkEtMissEmuAlgo.h
@@ -29,7 +29,7 @@ namespace l1tmetemu {
29
const unsigned int kCosLUTSize{10};
30
const unsigned int kCosLUTMagSize{1};
31
const unsigned int kCosLUTTableSize{10};
32
- const unsigned int kCosLUTBins{1 << kCosLUTTableSize};
+ const unsigned int kCosLUTBins{(1 << kCosLUTTableSize) + 1};
33
const unsigned int kCosLUTShift{TTTrack_TrackWord::TrackBitWidths::kPhiSize - kCosLUTTableSize};
34
const unsigned int kAtanLUTSize{64};
35
const unsigned int kAtanLUTMagSize{2};
0 commit comments