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 61219d7 commit 4fb5a0fCopy full SHA for 4fb5a0f
DataFormats/Detectors/CTP/include/DataFormatsCTP/TriggerOffsetsParam.h
@@ -24,7 +24,7 @@ namespace ctp
24
struct TriggerOffsetsParam : public o2::conf::ConfigurableParamHelper<TriggerOffsetsParam> {
25
static constexpr int MaxNDet = 32; // take with margin to account for possible changes / upgrades
26
int64_t LM_L0 = 15;
27
- int64_t L0_L1 = 280; // trigger class latency
+ int64_t L0_L1 = 280; // trigger class latency
28
int64_t globalInputsShift = 0; // Global shift of inps; customOffset[CTP] is global shift of classes
29
int64_t customOffset[MaxNDet] = {};
30
int64_t L0_L1_inputs = 281; // trigger input latency
0 commit comments