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 53fbd02 commit d620356Copy full SHA for d620356
reconstruction/alert/src/test/java/org/jlab/service/alert/AHDCTest.java
@@ -9,6 +9,7 @@
9
import org.jlab.logging.DefaultLogger;
10
import org.jlab.utils.system.ClasUtilsFile;
11
import org.jlab.analysis.physics.TestEvent;
12
+import org.jlab.service.ahdc.AHDCEngine;
13
14
/**
15
*
@@ -26,7 +27,7 @@ public static void run() {
26
27
28
DataEvent event = TestEvent.get(DetectorType.AHDC);
29
- ALERTEngine engine = new ALERTEngine();
30
+ AHDCEngine engine = new AHDCEngine();
31
engine.init();
32
engine.processDataEvent(event);
33
0 commit comments