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
- Host: GitHub
- URL: https://github.com/lobis/geant4-materials-xml
- Owner: lobis
- Created: 2021-09-27T16:10:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T18:37:52.000Z (about 1 year ago)
- Last Synced: 2025-01-03T02:46:25.806Z (4 months ago)
- Topics: actions, clang-format, cmake, cpp17, geant4, root, xml, xmllint
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).