An open API service indexing awesome lists of open source software.

https://github.com/lobis/geant4-materials-xml

A simple Geant4 application to generate an XML file with the NIST materials and additional user defined materials
https://github.com/lobis/geant4-materials-xml

actions clang-format cmake cpp17 geant4 root xml xmllint

Last synced: 2 months ago
JSON representation

A simple Geant4 application to generate an XML file with the NIST materials and additional user defined materials

Awesome Lists containing this project

README

        

# Geant4 Materials XML

A simple Geant4 application to generate an XML
file ([materials.xml](https://raw.githubusercontent.com/lobis/geant4-materials-xml/main/materials.xml)) with
the [NIST materials](https://geant4-userdoc.web.cern.ch/UsersGuides/ForApplicationDeveloper/html/Appendix/materialNames.html)
and additional user defined materials.

### Dependencies

- Geant4.
- ROOT (for [`TXMLEngine`](https://root.cern.ch/doc/master/classTXMLEngine.html), an XML parser).