From 548028c7b19e48713a40cc7ef5d4a21fa41de0a5 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 3 Aug 2023 18:00:46 -0400 Subject: [PATCH] add new EC timelines to rgb script (#75) --- .../src/main/java/org/jlab/clas/timeline/run_rgb.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/detectors/src/main/java/org/jlab/clas/timeline/run_rgb.groovy b/detectors/src/main/java/org/jlab/clas/timeline/run_rgb.groovy index c79902e3..31d1a6a2 100644 --- a/detectors/src/main/java/org/jlab/clas/timeline/run_rgb.groovy +++ b/detectors/src/main/java/org/jlab/clas/timeline/run_rgb.groovy @@ -50,8 +50,9 @@ def engines = [ new forward.forward_Tracking_NegVz(), new ec.ec_Sampl(), new ec.ec_gg_m(), - new ec.ec_pip_time(), - new ec.ec_pim_time(), + new ec.ec_pcal_time(), + new ec.ec_ecin_time(), + new ec.ec_ecou_time(), new ltcc.ltcc_nphe_sector(), new rf.rftime_diff(), new rf.rftime_pim_FD(),