File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GPU/GPUTracking/TPCClusterFinder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,9 +371,9 @@ GPUdii() void GPUTPCNNClusterizerKernels::Thread<GPUTPCNNClusterizerKernels::pub
371371 if (dtype == 0 ) {
372372 pc.setFull (central_charge * clustererNN.mOutputDataReg1_16 [model_output_index + 4 ].ToFloat (),
373373 static_cast <float >(peak.pad ()) + clustererNN.mOutputDataReg1_16 [model_output_index].ToFloat (),
374- notSinglePad ? clustererNN.mOutputDataReg1_16 [model_output_index + 2 ].ToFloat () : 0 ,
374+ notSinglePad ? clustererNN.mOutputDataReg1_16 [model_output_index + 2 ].ToFloat () : 0 . f ,
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 ,
376+ notSingleTime ? clustererNN.mOutputDataReg1_16 [model_output_index + 3 ].ToFloat () : 0 . f ,
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