Skip to content

Commit 7696041

Browse files
jmitrevscerminar
authored andcommitted
add comment on tdr regionizer constants
1 parent 6b68f26 commit 7696041

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ namespace l1ct {
203203
unsigned int clkindex360_;
204204
unsigned int clkindex240_;
205205

206+
// These values represent at what clock count the first data arrives, counting in 1.39ns increments (2 increments
207+
// for one 360MHz clock period, 3 increments for a 240MHz clock period). The 360 version refers to the data as it
208+
// is transferred over the fibers, while the 240 is for data going to the regionizer. Some data is thrown out in between.
209+
// Both counts are used to determine when the data reaches the regionizer.
206210
static unsigned int constexpr INIT360 = 2;
207211
static unsigned int constexpr INIT240 = 4;
208212

0 commit comments

Comments
 (0)