We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52df63a commit 9705b11Copy full SHA for 9705b11
2 files changed
bin/qtl-analysis
@@ -285,7 +285,7 @@ fi
285
286
# output detector subdirectories
287
detDirs=(
288
- alert
+ # alert
289
band
290
bmtbst
291
central
src/main/java/org/jlab/clas/timeline/run_analysis.groovy
@@ -3,8 +3,8 @@ package org.jlab.clas.timeline.analysis
3
import org.jlab.groot.data.TDirectory
4
5
def engines = [
6
- out_ALERT: [new alert_atof_tdc(),
7
- ],
+ // out_ALERT: [new alert_atof_tdc(),
+ // ],
8
out_BAND: [new band_adccor(),
9
new band_lasertime(),
10
new band_meantimeadc(),
0 commit comments