/geometry/material/

Controls for defining geometry materials


Sub-directories :


Commands :


add [material] [formula] [density] [state] [temp] [pres]

add a mateial by name, composition formula and density
name: e.g. water
formula (e.g. H2-O for water
density (in units of g/cm3) : den>0.

Available Geant4 state(s) : PreInit Idle

Parameters
material type s
formula type s
density type d Parameter range : density >0.
state type s Omittable : default value =
temp type d Omittable : default value =
pres type d Omittable : default value =


addNIST [NISTmaterial]

Add a predefined Geant4 NIST material

Available Geant4 state(s) : PreInit Idle

Parameters
NISTmaterial type s


listNIST [type]

List the predefined Geant4 NIST materials

Available Geant4 state(s) : PreInit Idle

Parameters
type type s Omittable : current value is used as the default value. Parameter candidates : all simple compound hep


delete [matIdx]

Delete material by its index

Range : matIdx>=0 && matIdx<100

Available Geant4 state(s) : PreInit Idle

Parameters
matIdx type i


deleteName [DeleteName]

Delete material by its name.

Available Geant4 state(s) : PreInit Idle

Parameters
DeleteName type s


list

List the materials defined

Available Geant4 state(s) : PreInit Idle