We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c618759 commit 3247dafCopy full SHA for 3247daf
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -362,13 +362,13 @@ struct OnTheFlyTofPid {
362
}
363
float x, y, z;
364
if (!track.getXatLabR(layerRadius, x, magField)) {
365
- LOG(warning) << "Could not propagate track to TOF layer at radius " << layerRadius << " cm";
+ LOG(debug) << "Could not propagate track to TOF layer at radius " << layerRadius << " cm";
366
return false;
367
368
bool b;
369
ROOT::Math::PositionVector3D hit = track.getXYZGloAt(x, magField, b);
370
if (!b) {
371
- LOG(warning) << "Could not get hit position at radius " << layerRadius << " cm";
+ LOG(debug) << "Could not get hit position at radius " << layerRadius << " cm";
372
373
374
hit.GetCoordinates(x, y, z);
0 commit comments