Skip to content

Commit 8e7c0ab

Browse files
committed
fix: reconstruction/cvt/src/main/java/org/jlab/rec/cvt/bmt/BMTGeometry.java: use the dev-align-merge line
1 parent f0722e4 commit 8e7c0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconstruction/cvt/src/main/java/org/jlab/rec/cvt/bmt/BMTGeometry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ public int getZstrip(int region, Point3D localTraj) {
789789
// CHECKME
790790
double edge = this.getPhi(layer, sector) - this.getDPhi(layer, sector); // 30 150 270
791791
double pitch = this.getZPitch(region,1);
792-
double radius = this.getRadius(layer);
792+
double radius = this.getRadiusMidDrift(layer);
793793
double dphi = angle - edge;
794794
if(dphi<0) dphi += 2*Math.PI;
795795
strip = (int) Math.floor(dphi*radius/pitch) + 1;

0 commit comments

Comments
 (0)