Public Member Functions | |
def | __init__ |
def | tools |
Public Attributes | |
th232 |
Th232 in PMT
Definition at line 195 of file Radioactivity.py.
def Radioactivity::Th232_PMT::__init__ | ( | self, | ||
volume | ||||
) |
Definition at line 198 of file Radioactivity.py.
00199 : 00200 th232 = Radioact(name = 'Th232_PMT', 00201 volume = volume, 00202 nuclide = 'Th232', 00203 abundance = 1.38e20, 00204 strategy = 'VolumeType', 00205 fillvolumes= 'lvPmtHemiVacuum') 00206 self.th232 = th232 def tools(self):
def Radioactivity::Th232_PMT::tools | ( | self | ) |
Definition at line 205 of file Radioactivity.py.