Skip to content

Commit 06064f8

Browse files
updated coatlibs
1 parent dcd125c commit 06064f8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

dc/java/dc-alignment/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@
66
<version>2.4</version>
77
<packaging>jar</packaging>
88

9-
<properties>
10-
<maven.compiler.source>1.8</maven.compiler.source>
11-
<maven.compiler.target>1.8</maven.compiler.target>
12-
</properties>
13-
149
<dependencies>
1510
<dependency>
1611
<groupId>org.jlab.coat</groupId>
1712
<artifactId>coat-libs</artifactId>
18-
<version>10.0.4-SNAPSHOT</version>
13+
<version>12.0.0-SNAPSHOT</version>
1914
<type>jar</type>
2015
</dependency>
2116
<dependency>

dc/java/dc-alignment/src/main/java/org/clas/dc/alignment/Alignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Alignment() {
8282

8383
private void initConstants(int run, String initVariation, String previousVariation, String compareVariation) {
8484
ConstantProvider provider = GeometryFactory.getConstants(DetectorType.DC, 11, "default");
85-
dcDetector = new DCGeant4Factory(provider, DCGeant4Factory.MINISTAGGERON, false);
85+
dcDetector = new DCGeant4Factory(provider, DCGeant4Factory.MinistaggerStatus.ON, DCGeant4Factory.FeedthroughsStatus.SHIFT, false, null);
8686
for(int isl=0; isl<Constants.NSUPERLAYER; isl++) {
8787
Constants.WPDIST[isl] = dcDetector.getWireMidpoint(isl, 0,0).distance(dcDetector.getWireMidpoint(isl, 0, 1))/2;
8888
}

0 commit comments

Comments
 (0)