Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
73rd version of sector numbering for BMT. 36 sets of cancelling error…
Browse files Browse the repository at this point in the history
…s, and one temporary correct numbering.
  • Loading branch information
David Heddle authored and David Heddle committed Jul 21, 2017
1 parent 4160d27 commit 90a790b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public static final synchronized void Load(int runNb) {
//double[] EDGE1 = new double[]{Math.toRadians(Phi_min),Math.toRadians(Phi_min+240),Math.toRadians(Phi_min+120)};
//double[] EDGE2 = new double[]{Math.toRadians(Phi_max),Math.toRadians(Phi_max-120),Math.toRadians(Phi_max+120)};
//sector clocking fix
double[] EDGE1 = new double[]{Math.toRadians(Phi_min+120),Math.toRadians(Phi_min+240),Math.toRadians(Phi_min)};
double[] EDGE2 = new double[]{Math.toRadians(Phi_max+120),Math.toRadians(Phi_max-120),Math.toRadians(Phi_max)};
double[] EDGE1 = new double[]{Math.toRadians(Phi_min+120),Math.toRadians(Phi_min),Math.toRadians(Phi_min+240)};
double[] EDGE2 = new double[]{Math.toRadians(Phi_max+120),Math.toRadians(Phi_max),Math.toRadians(Phi_max-120)};
spacing =0;
if(axis == 1) { //Z-detector
CRZRADIUS[region-1] = radius;
Expand Down

0 comments on commit 90a790b

Please sign in to comment.