Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sbncode/Cluster3D/SnippetHit3DBuilderSBN_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ geo::WireID SnippetHit3DBuilderSBN::NearestWireID(const Eigen::Vector3f& positio
catch(std::exception& exc)
{
// This can happen, almost always because the coordinates are **just** out of range
mf::LogWarning("Cluster3D") << "Exception caught finding nearest wire, position - " << exc.what() << std::endl;
mf::LogDebug("Cluster3D") << "Exception caught finding nearest wire, position - " << exc.what() << std::endl;

// Assume extremum for wire number depending on z coordinate
if (position[2] < m_geometry->TPC({0,0}).ActiveLength()*0.5) wire = 0;
Expand Down