File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,11 +305,11 @@ struct OnTheFlyTofPid {
305305
306306 // Check if hit is within layer geometric acceptance
307307 if (std::abs (layerRadius - r) > 10 .f ) {
308- LOG (warning ) << " Hit out of TOF layer acceptance: r=" << r << " cm with respect to the layer radius " << layerRadius;
308+ LOG (debug ) << " Hit out of TOF layer acceptance: r=" << r << " cm with respect to the layer radius " << layerRadius;
309309 return false ;
310310 }
311311 if (std::abs (z) > layerLength / 2 .0f ) {
312- LOG (warning ) << " Hit out of TOF layer acceptance: z=" << z << " cm with respect to the layer length " << layerLength;
312+ LOG (debug ) << " Hit out of TOF layer acceptance: z=" << z << " cm with respect to the layer length " << layerLength;
313313 return false ;
314314 }
315315
You can’t perform that action at this time.
0 commit comments