Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| k40 | |
K40 in 2 inch PMT
Definition at line 299 of file Radioactivity.py.
| def Radioactivity::K40_2inPMT::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 302 of file Radioactivity.py.
00303 : 00304 k40 = Radioact(name = 'K40_2inPMT', 00305 volume = volume, 00306 nuclide = 'K40', 00307 abundance = 8.52e17, 00308 strategy = 'VolumeType', 00309 fillvolumes= 'lvHeadonPmtVacuum') 00310 self.k40 = k40 def tools(self):
| def Radioactivity::K40_2inPMT::tools | ( | self | ) |
Definition at line 309 of file Radioactivity.py.
1.4.7