From 79d9738ad36a8f3588691db87ded71812bb58844 Mon Sep 17 00:00:00 2001 From: Sven Dildick Date: Mon, 16 Mar 2020 13:23:33 -0500 Subject: [PATCH] Update explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f296f..bf08129 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # L1Trigger-CSCTriggerPrimitives -This repository holds 10 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. In future versions, the values in the look-up-tables will be translated from floating point to unsigned int. +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.