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 6b68f26 commit 7696041Copy full SHA for 7696041
L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h
@@ -203,6 +203,10 @@ namespace l1ct {
203
unsigned int clkindex360_;
204
unsigned int clkindex240_;
205
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.
210
static unsigned int constexpr INIT360 = 2;
211
static unsigned int constexpr INIT240 = 4;
212
0 commit comments