Public Member Functions | |
def | __init__ (self, matString, comment) |
def | __str__ (self) |
def | addConstituent (self, constString, predefinedMaterials) |
def | getMass (self) |
def | getRealValues (self) |
def | getSimValues (self) |
Public Attributes | |
theComment | |
theConstituents | |
theDescription | |
theMcVolume | |
theName | |
Definition at line 23 of file twikiExport.py.
def twikiExport.Material.__init__ | ( | self, | |
matString, | |||
comment | |||
) |
def twikiExport.Material.__str__ | ( | self | ) |
Definition at line 83 of file twikiExport.py.
References str, twikiExport.Material.theComment, twikiExport.Constituent.theDescription, twikiExport.Material.theDescription, twikiExport.Material.theMcVolume, twikiExport.Constituent.theName, twikiExport.Material.theName, CocoaMaterialElementary.theName, GeomDetType.theName, RPCLinkSynchroStat::LinkBoard.theName, ALIFileOut.theName, HistoDef.theName, ALIFileIn.theName, FittedEntry.theName, Measurement.theName, CSCChamberSpecs.theName, and OpticalObject.theName.
def twikiExport.Material.addConstituent | ( | self, | |
constString, | |||
predefinedMaterials | |||
) |
Definition at line 73 of file twikiExport.py.
References createfilelist.int, split, str, and twikiExport.Material.theConstituents.
def twikiExport.Material.getMass | ( | self | ) |
Definition at line 67 of file twikiExport.py.
References twikiExport.Material.theConstituents.
Referenced by twikiExport.Material.getRealValues(), and twikiExport.Material.getSimValues().
def twikiExport.Material.getRealValues | ( | self | ) |
Definition at line 37 of file twikiExport.py.
References twikiExport.Material.getMass(), and twikiExport.Material.theConstituents.
Referenced by twikiExport.Material.getSimValues().
def twikiExport.Material.getSimValues | ( | self | ) |
Definition at line 57 of file twikiExport.py.
References twikiExport.Material.getMass(), twikiExport.Material.getRealValues(), and twikiExport.Material.theMcVolume.
twikiExport.Material.theComment |
Definition at line 34 of file twikiExport.py.
Referenced by twikiExport.Material.__str__().
twikiExport.Material.theConstituents |
Definition at line 35 of file twikiExport.py.
Referenced by twikiExport.Material.addConstituent(), twikiExport.Material.getMass(), and twikiExport.Material.getRealValues().
twikiExport.Material.theDescription |
Definition at line 31 of file twikiExport.py.
Referenced by twikiExport.Material.__str__().
twikiExport.Material.theMcVolume |
Definition at line 33 of file twikiExport.py.
Referenced by twikiExport.Material.__str__(), and twikiExport.Material.getSimValues().
twikiExport.Material.theName |
Definition at line 32 of file twikiExport.py.
Referenced by twikiExport.Material.__str__().