From d9606ee53780b542b096e1949793fcf3696fad7c Mon Sep 17 00:00:00 2001 From: Zhenyu Ye <yezhenyu@EIC-SoLID.local> Date: Wed, 16 Jun 2021 13:03:59 -0400 Subject: [PATCH] Update Barrel TOF --- compact/display.xml | 2 +- compact/tof_barrel.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compact/display.xml b/compact/display.xml index d85545d0..27e6d71b 100644 --- a/compact/display.xml +++ b/compact/display.xml @@ -41,7 +41,7 @@ <vis name="EcalEndcapVis" alpha="1.0" r="0.0" g="0.99" b="0.0" showDaughters="false" visible="true" /> <vis name="EcalBarrelVis" alpha="1.0" r="0.0" g="0.99" b="0.0" showDaughters="false" visible="true" /> - <vis name="TOFVis" alpha="0.9" r="0" g="1" b="1" showDaughters="true" /> + <vis name="TOFVis" alpha="0.5" r="1" g="0" b="1" showDaughters="true" /> <vis name="SolenoidCoilVis" alpha="1.0" r="0.55" g="0.55" b="0.7" showDaughters="true" visible="true" lineStyle="solid" drawingStyle="solid" /> diff --git a/compact/tof_barrel.xml b/compact/tof_barrel.xml index 77794400..324d4d11 100644 --- a/compact/tof_barrel.xml +++ b/compact/tof_barrel.xml @@ -44,7 +44,7 @@ <comment> Tracker Barrel Modules </comment> - <module name="BarrelTOF_Module1" vis="PurpleVis"> + <module name="BarrelTOF_Module1" vis="OrangeVis"> <frame material="CarbonFiber_25percent" vis="BlueGreenVis" width="BarrelTOFSpaceFrame_width" height="BarrelTOFSpaceFrame_height" -- GitLab