Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| th232 | |
Th232 in liquid scintillator
Definition at line 178 of file Radioactivity.py.
| def Radioactivity::Th232_lso::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 181 of file Radioactivity.py.
00182 : 00183 th232 = Radioact(name = 'Th232_lso', 00184 volume = volume, 00185 nuclide = 'Th232', 00186 abundance = 5.57e16, 00187 strategy = 'Material', 00188 material = 'LiquidScintillator') 00189 self.th232 = th232 def tools(self):
| def Radioactivity::Th232_lso::tools | ( | self | ) |
Definition at line 188 of file Radioactivity.py.
1.4.7