Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LUTs for CSC stub position offset and bending value. #1

Merged
merged 6 commits into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat0_ideal_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat0_realistic_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat1_ideal_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat1_realistic_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat2_ideal_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat2_realistic_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat3_ideal_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat3_realistic_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat4_ideal_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodePosOffsetLUT_pat4_realistic_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodeSlopeLUT_pat0_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodeSlopeLUT_pat1_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodeSlopeLUT_pat2_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodeSlopeLUT_pat3_v1.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions CSCComparatorCodeSlopeLUT_pat4_v1.txt

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# L1Trigger-CSCTriggerPrimitives
# L1Trigger-CSCTriggerPrimitives

This repository holds look-up-tables which, in their current form, map a 12-bit comparator code onto a floating point number. That can either be a position offset or a slope. In the current form, there are 5 patterns (0 through 4) and 4096 comparator codes. For the position offset, there is an ideal case and a realistic case. The ideal case does not take into account a global offset from alignment effects, while the realistic case does. In future versions, the values in the look-up-tables will be translated from floating point to unsigned int.