Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| k40 | |
K40 in gd doped scintillator
Definition at line 247 of file Radioactivity.py.
| def Radioactivity::K40_gds::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 250 of file Radioactivity.py.
00251 : 00252 k40 = Radioact(name = 'K40_gds', 00253 volume = volume, 00254 nuclide = 'K40', 00255 abundance = 3.01e17, 00256 strategy = 'Material', 00257 material = 'GdDopedLS') 00258 self.k40 = k40 def tools(self):
| def Radioactivity::K40_gds::tools | ( | self | ) |
Definition at line 257 of file Radioactivity.py.
1.4.7