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

Modify naming error

parent 127cd83e
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ public:
updateParams(layer);
for (int i = 0; i<numWires; ++i) {
double phi0 = m_offset;
phi0 = m_offset;
auto phi_start = _currentLayerphi * i + phi0;
auto phi_start = _currentLayerphi * (i+0.5) + phi0;
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