File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DataFormats/Detectors/CTP/include/DataFormatsCTP Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ namespace ctp
2424struct TriggerOffsetsParam : public o2 ::conf::ConfigurableParamHelper<TriggerOffsetsParam> {
2525 static constexpr int MaxNDet = 32 ; // take with margin to account for possible changes / upgrades
2626 int64_t LM_L0 = 15 ;
27- int64_t L0_L1_classes = 280 ; // trigger class latency
27+ int64_t L0_L1_classes = 280 ; // trigger class latency
2828 int64_t globalInputsShift = 0 ; // Global shift of inps; customOffset[CTP] is global shift of classes
2929 int64_t customOffset[MaxNDet] = {};
30- int64_t L0_L1_inputs = 281 ; // trigger input latency
30+ int64_t L0_L1_inputs = 281 ; // trigger input latency
3131 O2ParamDef (TriggerOffsetsParam, " TriggerOffsetsParam" ); // boilerplate stuff + make principal key
3232};
3333} // namespace ctp
You can’t perform that action at this time.
0 commit comments