Skip to content

Commit

Permalink
add EJ254
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Oct 5, 2024
1 parent bc721ce commit 86c7cf4
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
31 changes: 31 additions & 0 deletions definitions/other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<fraction n="0.085000" ref="G4_H" />
<fraction n="0.915000" ref="G4_C" />
</material>

<material name="PVT" state="solid">
<D unit="g/cm3" value="1.03" />
<fraction n="0.085000" ref="G4_H" />
<fraction n="0.915000" ref="G4_C" />
</material>

<!-- 6LiI detector -->
<element name="6Li">
<fraction n="1.0000" ref="Li6" />
Expand All @@ -37,4 +44,28 @@
<fraction n="0.95" ref="G4_POLYETHYLENE" />
</material>

<!-- Scintillator with boron for neutron detection
https://eljentechnology.com/products/plastic-scintillators/ej-254 -->

<material name="EJ254-5pct" state="solid">
<D unit="g/cm3" value="1.026" />
<fraction n="0.084647652" ref="G4_H" />
<fraction n="0.865300985" ref="G4_C" />
<fraction n="0.050051363" ref="G4_B" />
</material>

<material name="EJ254-2.5pct" state="solid">
<D unit="g/cm3" value="1.023" />
<fraction n="0.084484239" ref="G4_H" />
<fraction n="0.886738622" ref="G4_C" />
<fraction n="0.024937563" ref="G4_B" />
</material>

<material name="EJ254-1pct" state="solid">
<D unit="g/cm3" value="1.021" />
<fraction n="0.084320827" ref="G4_H" />
<fraction n="0.900380755" ref="G4_C" />
<fraction n="0.01004552" ref="G4_B" />
</material>

</materials>
23 changes: 23 additions & 0 deletions output/materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3171,6 +3171,11 @@
<fraction n="0.085000" ref="G4_H"/>
<fraction n="0.915000" ref="G4_C"/>
</material>
<material name="PVT" state="solid">
<D unit="g/cm3" value="1.03"/>
<fraction n="0.085000" ref="G4_H"/>
<fraction n="0.915000" ref="G4_C"/>
</material>
<element name="6Li">
<fraction n="1.0000" ref="Li6"/>
</element>
Expand All @@ -3189,6 +3194,24 @@
<fraction n="0.05" ref="G4_B"/>
<fraction n="0.95" ref="G4_POLYETHYLENE"/>
</material>
<material name="EJ254-5pct" state="solid">
<D unit="g/cm3" value="1.026"/>
<fraction n="0.084647652" ref="G4_H"/>
<fraction n="0.865300985" ref="G4_C"/>
<fraction n="0.050051363" ref="G4_B"/>
</material>
<material name="EJ254-2.5pct" state="solid">
<D unit="g/cm3" value="1.023"/>
<fraction n="0.084484239" ref="G4_H"/>
<fraction n="0.886738622" ref="G4_C"/>
<fraction n="0.024937563" ref="G4_B"/>
</material>
<material name="EJ254-1pct" state="solid">
<D unit="g/cm3" value="1.021"/>
<fraction n="0.084320827" ref="G4_H"/>
<fraction n="0.900380755" ref="G4_C"/>
<fraction n="0.01004552" ref="G4_B"/>
</material>
<material name="LiquidScintillatorBase" state="liquid">
<D unit="g/cm3" value="1.03"/>
<fraction n="0.085000" ref="G4_H"/>
Expand Down
23 changes: 23 additions & 0 deletions output/rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,11 @@
<fraction n="0.085000" ref="G4_H"/>
<fraction n="0.915000" ref="G4_C"/>
</material>
<material name="PVT" state="solid">
<D unit="g/cm3" value="1.03"/>
<fraction n="0.085000" ref="G4_H"/>
<fraction n="0.915000" ref="G4_C"/>
</material>
<element name="6Li">
<fraction n="1.0000" ref="Li6"/>
</element>
Expand All @@ -3517,6 +3522,24 @@
<fraction n="0.05" ref="G4_B"/>
<fraction n="0.95" ref="G4_POLYETHYLENE"/>
</material>
<material name="EJ254-5pct" state="solid">
<D unit="g/cm3" value="1.026"/>
<fraction n="0.084647652" ref="G4_H"/>
<fraction n="0.865300985" ref="G4_C"/>
<fraction n="0.050051363" ref="G4_B"/>
</material>
<material name="EJ254-2.5pct" state="solid">
<D unit="g/cm3" value="1.023"/>
<fraction n="0.084484239" ref="G4_H"/>
<fraction n="0.886738622" ref="G4_C"/>
<fraction n="0.024937563" ref="G4_B"/>
</material>
<material name="EJ254-1pct" state="solid">
<D unit="g/cm3" value="1.021"/>
<fraction n="0.084320827" ref="G4_H"/>
<fraction n="0.900380755" ref="G4_C"/>
<fraction n="0.01004552" ref="G4_B"/>
</material>
<material name="Copper" state="solid">
<D value="8.96000e+00" unit="g/cm3"/>
<fraction n="1.000000" ref="Cu"/>
Expand Down

0 comments on commit 86c7cf4

Please sign in to comment.