Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ROOT-based tools for FLUKA, PHITS and MCNP Monte Carlo codes
Project homepage: https://github.com/kbat/mc-tools

## FLUKA
* Emacs [syntax highlighting script](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka-mode.el) for [FLUKA](http://www.fluka.org) input files ([screenshot](https://drive.google.com/file/d/1NI8f6JmqUujQmabod54fpUxuFJFpq0Lt/view?usp=drive_link)).
* Emacs [syntax highlighting script](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka-mode.el) for [FLUKA](http://www.fluka.org) input files ([screenshot](https://drive.google.com/file/d/1FZs7LK81lFNduNKU1QCFj5SJixvbYfmU/view?usp=sharing)).
* [fluka2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka2root.py): tool that converts FLUKA binary output into [ROOT](https://root.cern) format. It merges the data files using standard FLUKA tools, and then converts the merged files into a single ROOT file. To understand how to use it, try runing a standard example
~~~
$FLUPRO/flutil/rfluka $FLUPRO/exmixed.inp
Expand Down
Loading