Skip to content

Commit 5f6de5a

Browse files
committed
clang
1 parent a48ba08 commit 5f6de5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataFormats/Detectors/CTP/include/DataFormatsCTP/TriggerOffsetsParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ namespace ctp
2424
struct 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

0 commit comments

Comments
 (0)