File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
GPU/GPUTracking/TPCClusterFinder Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ GPUdii() void GPUTPCNNClusterizerKernels::Thread<GPUTPCNNClusterizerKernels::pub
373373 static_cast <float >(peak.pad ()) + clustererNN.mOutputDataReg1_16 [model_output_index].ToFloat (),
374374 notSinglePad ? clustererNN.mOutputDataReg1_16 [model_output_index + 2 ].ToFloat () : 0 ,
375375 (clusterer.mPmemory ->fragment ).start + static_cast <float >(peak.time ()) + clustererNN.mOutputDataReg1_16 [model_output_index + 1 ].ToFloat (),
376- notSingleTime ? clustererNN.mOutputDataReg1_16 [model_output_index + 3 ].ToFloat () : 0 . f ,
376+ notSingleTime ? clustererNN.mOutputDataReg1_16 [model_output_index + 3 ].ToFloat () : 0 ,
377377 clustererNN.mClusterFlags [2 * glo_idx],
378378 clustererNN.mClusterFlags [2 * glo_idx + 1 ]);
379379 } else if (dtype == 1 ) {
You can’t perform that action at this time.
0 commit comments