Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| k40 | |
K40 in liquid scintillator
Definition at line 265 of file Radioactivity.py.
| def Radioactivity::K40_lso::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 268 of file Radioactivity.py.
00269 : 00270 k40 = Radioact(name = 'K40_lso', 00271 volume = volume, 00272 nuclide = 'K40', 00273 abundance = 3.23e17, 00274 strategy = 'Material', 00275 material = 'LiquidScintillator') 00276 self.k40 = k40 def tools(self):
| def Radioactivity::K40_lso::tools | ( | self | ) |
Definition at line 275 of file Radioactivity.py.
1.4.7