CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
twikiExport.Material Class Reference

Public Member Functions

def __init__
 
def __str__
 
def addConstituent
 
def getMass
 
def getRealValues
 
def getSimValues
 

Public Attributes

 theComment
 
 theConstituents
 
 theDescription
 
 theMcVolume
 
 theName
 

Detailed Description

Definition at line 23 of file twikiExport.py.

Constructor & Destructor Documentation

def twikiExport.Material.__init__ (   self,
  matString,
  comment 
)

Definition at line 24 of file twikiExport.py.

Member Function Documentation

def twikiExport.Material.__str__ (   self)

Definition at line 83 of file twikiExport.py.

def twikiExport.Material.addConstituent (   self,
  constString,
  predefinedMaterials 
)

Definition at line 73 of file twikiExport.py.

def twikiExport.Material.getMass (   self)

Definition at line 67 of file twikiExport.py.

def twikiExport.Material.getRealValues (   self)

Definition at line 37 of file twikiExport.py.

def twikiExport.Material.getSimValues (   self)

Definition at line 57 of file twikiExport.py.

Member Data Documentation

twikiExport.Material.theComment

Definition at line 34 of file twikiExport.py.

twikiExport.Material.theConstituents

Definition at line 35 of file twikiExport.py.

twikiExport.Material.theDescription

Definition at line 31 of file twikiExport.py.

twikiExport.Material.theMcVolume

Definition at line 33 of file twikiExport.py.

twikiExport.Material.theName

Definition at line 32 of file twikiExport.py.