Skip to content

Commit 4952319

Browse files
raffaelladevitabaltzell
authored andcommitted
switch to load geometry for real run number
1 parent 62335a7 commit 4952319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-tools/clas-reco/src/main/java/org/jlab/clas/reco/ReconstructionEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public synchronized boolean checkRunNumber(DataEvent event) {
355355
if (r > 0) {
356356
if (this.runNumbers.isEmpty() || r != this.runNumbers.get(this.runNumbers.size()-1)) {
357357
this.runNumbers.add(r);
358-
this.detectorChanged(11);
358+
this.detectorChanged(r);
359359
}
360360
}
361361
return !this.ignoreInvalidRunNumbers || r>0;

0 commit comments

Comments
 (0)