We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d290802 commit 10a63a4Copy full SHA for 10a63a4
reconstruction/ec/src/main/java/org/jlab/service/ec/ECEngine.java
@@ -467,7 +467,7 @@ public void detectorChanged(int runNumber) {
467
String variationName = Optional.ofNullable(this.getEngineConfigString("variation")).orElse("default");
468
if(!(ECCommon.geomVariation.equals("default"))) variationName = ECCommon.geomVariation;
469
LOGGER.log(Level.INFO,"GEOMETRY VARIATION IS "+variationName);
470
- ECCommon.ecDetector = GeometryFactory.getDetector(DetectorType.ECAL,11,variationName);
+ ECCommon.ecDetector = GeometryFactory.getDetector(DetectorType.ECAL,runNumber,variationName);
471
}
472
473
0 commit comments