From ddc9c12d12e1e6a8f925488eb9afa2c837a8ed26 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Sun, 28 Nov 2021 15:48:01 +0000 Subject: [PATCH] Enable real DIRC --- compact/dirc.xml | 2 +- compact/pid_config_deathvalley.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compact/dirc.xml b/compact/dirc.xml index baa108b1..6de522d5 100644 --- a/compact/dirc.xml +++ b/compact/dirc.xml @@ -21,7 +21,7 @@ </comment> <define> - <constant name="DIRCFake_rmin" value="BarrelTracking_rmax-11*cm"/> + <constant name="DIRCFake_rmin" value="CentralTrackingRegion_rmax-11*cm"/> <constant name="DIRC_rotation" value="pi" comment="Allows DIRC flip"/> <!-- <constant name="cb_DIRC_length" value="DIRCLength"/> --> <!-- CLEANUP THIS if not sure. This is from the initial implementation diff --git a/compact/pid_config_deathvalley.xml b/compact/pid_config_deathvalley.xml index c0427fdd..11c38975 100644 --- a/compact/pid_config_deathvalley.xml +++ b/compact/pid_config_deathvalley.xml @@ -1,7 +1,7 @@ <lccdd> -<include ref="fake_dirc.xml"/> -<!--include ref="dirc.xml"/--> +<!--include ref="fake_dirc.xml"/--> +<include ref="dirc.xml"/> <include ref="drich.xml"/> <include ref="erich.xml"/> -- GitLab