From 20b9eafebb375a7815437f9ab8bd90e2450b00fb Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Wed, 28 Jul 2021 09:04:25 -0500 Subject: [PATCH] Added materials for zdc --- compact/materials.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/compact/materials.xml b/compact/materials.xml index 494cebff..b627fc7d 100644 --- a/compact/materials.xml +++ b/compact/materials.xml @@ -258,5 +258,21 @@ <D type="density" value="2.21" unit="g/cm3"/> <composite n="1" ref="C"/> </material> - + <material name="ZDC_Tungsten"> + <D type="density" value="18.73" unit="g / cm3"/> + <fraction n="0.943" ref="W"/> + <fraction n="0.038" ref="Ni"/> + <fraction n="0.019" ref="Cu"/> + </material> + <material name="ZDC_EpoxyGlue"> + <D type="density" value="1.38" unit="g/cm3"/> + <composite n="8" ref="H"/> + <composite n="10" ref="C"/> + <composite n="4" ref="O"/> + </material> + <material name="ZDC_Scintillator"> + <D type="density" value="1.032" unit="g/cm3"/> + <composite n="8" ref="C"/> + <composite n="8" ref="H"/> + </material> </materials> -- GitLab