Skip to content

Commit e91fa43

Browse files
committed
add missing overrides
1 parent fc03fc0 commit e91fa43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reconstruction/recoil/src/main/java/org/jlab/service/recoil/RecoilEngine.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public boolean init() {
5555

5656

5757
@Override
58-
public boolean processDataEvent(DataEvent event) {
58+
public boolean processDataEventUser(DataEvent event) {
5959

6060
List<RecoilStrip> strips = RecoilStrip.getStrips(event, factory, this.getConstantsManager());
6161
List<RecoilCluster> clusters = RecoilCluster.createClusters(strips);
@@ -241,4 +241,7 @@ public static void main (String arg[]) {
241241
frame.setVisible(true);
242242

243243
}
244+
245+
@Override
246+
public void detectorChanged(int run) {}
244247
}

0 commit comments

Comments
 (0)