Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| u238 | |
U238 in gd doped scintillator
Definition at line 73 of file Radioactivity.py.
| def Radioactivity::U238_gds::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 76 of file Radioactivity.py.
00077 : 00078 u238 = Radioact(name = 'U238_gds', 00079 volume = volume, 00080 nuclide = 'U238', 00081 abundance = 5.06e16, 00082 strategy = 'Material', 00083 material = 'GdDopedLS') 00084 self.u238 = u238 def tools(self):
| def Radioactivity::U238_gds::tools | ( | self | ) |
Definition at line 83 of file Radioactivity.py.
1.4.7