Skip to content

Commit a00570d

Browse files
authored
remove wrong shim thickness and typo for top back UChannel
1 parent f5cbc6f commit a00570d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

detector-model/src/main/java/org/lcsim/geometry/compact/converter/HPSTracker2019GeometryDefinition.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void build() {
5151
AlignmentCorrection supBotCorrBack = getUChannelCorrection(false,90);
5252
supBotCorrBack.setNode(node);
5353
AlignmentCorrection supTopCorrBack = getUChannelCorrection(true,90);
54-
supTopCorr.setNode(node);
54+
supTopCorrBack.setNode(node);
5555

5656

5757

@@ -556,7 +556,7 @@ public static class ModuleL3Bot extends ModuleL13Bot {
556556
//2019 MRSolt survey
557557
//protected final static double L3_new_vertical_shift = 0.7 - 0.012;
558558
//2021 nominal
559-
protected final static double L3_new_vertical_shift = 0.7;
559+
protected final static double L3_new_vertical_shift = 0.;
560560

561561
public ModuleL3Bot(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
562562
super(name, mother, alignmentCorrection, ref);
@@ -581,7 +581,7 @@ public static class ModuleL3Top extends ModuleL13Top {
581581
//2019 MRSolt survey
582582
//protected final static double L3_new_vertical_shift = 0.7 + 0.055;
583583
//2021 nominal
584-
protected final static double L3_new_vertical_shift = 0.7;
584+
protected final static double L3_new_vertical_shift = 0.;
585585

586586
public ModuleL3Top(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
587587
super(name, mother, alignmentCorrection, ref);
@@ -607,7 +607,7 @@ public static class ModuleL4Bot extends ModuleL13Bot {
607607
//protected final static double L4_new_vertical_shift = 0.7 + 0.0356;
608608

609609
//2021 nominal
610-
protected final static double L4_new_vertical_shift = 0.7;
610+
protected final static double L4_new_vertical_shift = 0.;
611611

612612
public ModuleL4Bot(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
613613
super(name, mother, alignmentCorrection, ref);
@@ -632,7 +632,7 @@ public static class ModuleL4Top extends ModuleL13Top {
632632
//2019 MRSolt survey
633633
//protected final static double L4_new_vertical_shift = 0.7 + 0.062;
634634
//2021 nominal
635-
protected final static double L4_new_vertical_shift = 0.7;
635+
protected final static double L4_new_vertical_shift = 0.;
636636

637637
public ModuleL4Top(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
638638
super(name, mother, alignmentCorrection, ref);

0 commit comments

Comments
 (0)