Skip to content

Commit

Permalink
fix EJ254 error in mass fractions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis authored Oct 5, 2024
1 parent 86c7cf4 commit 32ade89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions definitions/other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@

<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" />
<fraction n="0.084809873" ref="G4_H" />
<fraction n="0.890156445" ref="G4_C" />
<fraction n="0.025033682" 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" />
<fraction n="0.084766095" ref="G4_H" />
<fraction n="0.905135339" ref="G4_C" />
<fraction n="0.010098567" ref="G4_B" />
</material>

</materials>
12 changes: 6 additions & 6 deletions output/materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3202,15 +3202,15 @@
</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"/>
<fraction n="0.084809873" ref="G4_H"/>
<fraction n="0.890156445" ref="G4_C"/>
<fraction n="0.025033682" 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"/>
<fraction n="0.084766095" ref="G4_H"/>
<fraction n="0.905135339" ref="G4_C"/>
<fraction n="0.010098567" ref="G4_B"/>
</material>
<material name="LiquidScintillatorBase" state="liquid">
<D unit="g/cm3" value="1.03"/>
Expand Down
12 changes: 6 additions & 6 deletions output/rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3530,15 +3530,15 @@
</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"/>
<fraction n="0.084809873" ref="G4_H"/>
<fraction n="0.890156445" ref="G4_C"/>
<fraction n="0.025033682" 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"/>
<fraction n="0.084766095" ref="G4_H"/>
<fraction n="0.905135339" ref="G4_C"/>
<fraction n="0.010098567" ref="G4_B"/>
</material>
<material name="Copper" state="solid">
<D value="8.96000e+00" unit="g/cm3"/>
Expand Down

0 comments on commit 32ade89

Please sign in to comment.