Skip to content

Commit 9705b11

Browse files
authored
Disable the ALERT: revert the changes in 0ad16c1 and 0118be5 (#317)
1 parent 52df63a commit 9705b11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/qtl-analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fi
285285

286286
# output detector subdirectories
287287
detDirs=(
288-
alert
288+
# alert
289289
band
290290
bmtbst
291291
central

src/main/java/org/jlab/clas/timeline/run_analysis.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package org.jlab.clas.timeline.analysis
33
import org.jlab.groot.data.TDirectory
44

55
def engines = [
6-
out_ALERT: [new alert_atof_tdc(),
7-
],
6+
// out_ALERT: [new alert_atof_tdc(),
7+
// ],
88
out_BAND: [new band_adccor(),
99
new band_lasertime(),
1010
new band_meantimeadc(),

0 commit comments

Comments
 (0)