Skip to content
Snippets Groups Projects
Commit 65c12ce1 authored by myliu@ihep.ac.cn's avatar myliu@ihep.ac.cn
Browse files

Delete debug

parent fd1e5231
No related branches found
No related tags found
No related merge requests found
...@@ -56,13 +56,13 @@ CellID GridDriftChamber::cellID(const Vector3D& /*localPosition*/, const Vector3 ...@@ -56,13 +56,13 @@ CellID GridDriftChamber::cellID(const Vector3D& /*localPosition*/, const Vector3
_decoder->set(cID, m_phiID, lphi); _decoder->set(cID, m_phiID, lphi);
std::cout << "#######################################: " //std::cout << "#######################################: "
<< " offset : " << m_offset // << " offset : " << m_offset
<< " offsetphi: " << offsetphi // << " offsetphi: " << offsetphi
<< " layerID: " << layerID // << " layerID: " << layerID
<< " r: " << _currentRadius // << " r: " << _currentRadius
<< " layerphi: " << _currentLayerphi // << " layerphi: " << _currentLayerphi
<< std::endl; // << std::endl;
return cID; return cID;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment