Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
material_mapping Namespace Reference

Functions

def runMaterialMapping
 

Variables

tuple matDeco acts.IMaterialDecorator.fromFile("geometry-map.json")
 
tuple outputDir os.getcwd()
 
tuple inputDir os.getcwd()
 
 readCachedSurfaceInformation False,
 

Function Documentation

def material_mapping.runMaterialMapping (   trackingGeometry,
  decorators,
  outputDir,
  inputDir,
  mapName = "material-map",
  mapSurface = True,
  mapVolume = True,
  readCachedSurfaceInformation = False,
  mappingStep = 1,
  s = None 
)

Definition at line 42 of file material_mapping.py.

View newest version in sPHENIX GitHub at line 42 of file material_mapping.py

Variable Documentation

tuple material_mapping.inputDir os.getcwd()

Definition at line 145 of file material_mapping.py.

View newest version in sPHENIX GitHub at line 145 of file material_mapping.py

tuple material_mapping.matDeco acts.IMaterialDecorator.fromFile("geometry-map.json")

Definition at line 136 of file material_mapping.py.

View newest version in sPHENIX GitHub at line 136 of file material_mapping.py

tuple material_mapping.outputDir os.getcwd()

Definition at line 144 of file material_mapping.py.

View newest version in sPHENIX GitHub at line 144 of file material_mapping.py

material_mapping.readCachedSurfaceInformation False,

Definition at line 146 of file material_mapping.py.

View newest version in sPHENIX GitHub at line 146 of file material_mapping.py

Referenced by Acts::Python.addInput(), and runMaterialMapping().