Skip to content

Commit 124232c

Browse files
committed
fix merge mistake
1 parent 688ef74 commit 124232c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

reconstruction/ai/src/main/java/org/jlab/service/ai/DCClsComboEngine.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ public DCClsComboEngine() {
5858
super("DCClsComboEngine","tongtong","1.0");
5959
}
6060

61+
@Override
62+
public void detectorChanged(int run){}
63+
6164
@Override
6265
public boolean init() {
6366
System.setProperty("ai.djl.pytorch.num_interop_threads", "1");
@@ -116,7 +119,7 @@ public boolean init() {
116119
}
117120

118121
@Override
119-
public boolean processDataEvent(DataEvent event) {
122+
public boolean processDataEventUser(DataEvent event) {
120123

121124
//// 6-cluster combo prediction
122125
// load clusters from bank HitBasedTrkg::Clusters
@@ -537,4 +540,4 @@ public float[] processOutput(TranslatorContext ctx, NDList out) {
537540
public Batchifier getBatchifier() { return Batchifier.STACK; }
538541
};
539542
}
540-
}
543+
}

0 commit comments

Comments
 (0)