Skip to content

Commit d620356

Browse files
baltzelltongtongcao
authored andcommitted
switch engines
1 parent 53fbd02 commit d620356

File tree

1 file changed

+2
-1
lines changed
  • reconstruction/alert/src/test/java/org/jlab/service/alert

1 file changed

+2
-1
lines changed

reconstruction/alert/src/test/java/org/jlab/service/alert/AHDCTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.jlab.logging.DefaultLogger;
1010
import org.jlab.utils.system.ClasUtilsFile;
1111
import org.jlab.analysis.physics.TestEvent;
12+
import org.jlab.service.ahdc.AHDCEngine;
1213

1314
/**
1415
*
@@ -26,7 +27,7 @@ public static void run() {
2627

2728
DataEvent event = TestEvent.get(DetectorType.AHDC);
2829

29-
ALERTEngine engine = new ALERTEngine();
30+
AHDCEngine engine = new AHDCEngine();
3031
engine.init();
3132
engine.processDataEvent(event);
3233

0 commit comments

Comments
 (0)