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

Modify compilation errors

parent bd624524
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public:
updateParams(layer);
for (int i = 0; i<numWires; ++i) {
auto phi_start = _currentLayerphi * (i+0.5) + phi0;
auto phi_start = _currentLayerphi * (i+0.5) + m_offset;
auto phi_end = phi_start + _currentLayerphi;
TVector3 Wstart = returnWirePosition(phi_start, 1);
......
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