From 5b1cebefc9ab5b83407d2811ea518db29fd12bcc Mon Sep 17 00:00:00 2001 From: myliu <201916234@mail.sdu.edu.cn> Date: Sat, 5 Dec 2020 14:26:36 +0800 Subject: [PATCH] Modify naming error --- Detector/DetSegmentation/DetSegmentation/GridDriftChamber.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detector/DetSegmentation/DetSegmentation/GridDriftChamber.h b/Detector/DetSegmentation/DetSegmentation/GridDriftChamber.h index 38e236c0..ff4af90e 100644 --- a/Detector/DetSegmentation/DetSegmentation/GridDriftChamber.h +++ b/Detector/DetSegmentation/DetSegmentation/GridDriftChamber.h @@ -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); -- GitLab