@@ -143,6 +143,7 @@ AddOptionRTC(dEdxTruncLow, uint8_t, 2, "", 0, "Low truncation threshold, fractio
143143AddOptionRTC(dEdxTruncHigh, uint8_t , 77 , " " , 0 , " High truncation threshold, fraction of 128" )
144144AddOptionRTC(extrapolationTracking, int8_t , 1 , " " , 0 , " Enable Extrapolation Tracking (prolong tracks to adjacent sectors to find short segments)" )
145145AddOptionRTC(disableRefitAttachment, uint8_t , 0 , " " , 0 , " Bitmask to disable certain attachment steps during refit (1: attachment, 2: propagation, 4: loop following)" )
146+ AddOptionRTC(looperFollowMode, uint8_t , 1 , " " , 0 , " 0 = simple, 1 = advances, for disabling use disableRefitAttachment = 4" )
146147AddOptionRTC(rejectionStrategy, uint8_t , o2::gpu::GPUSettings::RejectionStrategyA, " " , 0 , " Enable rejection of TPC clusters for compression (0 = no, 1 = strategy A, 2 = strategy B)" )
147148AddOptionRTC(mergeLoopersAfterburner, uint8_t , 1 , " " , 0 , " Run afterburner for additional looper merging" )
148149AddOptionRTC(compressionTypeMask, uint8_t , o2::gpu::GPUSettings::CompressionFull, " " , 0 , " TPC Compression mode bits (1=truncate charge/width LSB, 2=differences, 4=track-model)" )
0 commit comments