From c6e4c25c85ab8555a0b01f9bc096d1091820d89d Mon Sep 17 00:00:00 2001 From: Konstantin Batkov Date: Sun, 20 Oct 2024 06:54:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4c1a9..ce34c26 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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)). -* [fluka2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka2root.py) tool to convert the FLUKA binary output into [ROOT](https://root.cern). It first calls the standard FLUKA tools to merge data files and then converts the merged files into a single ROOT file. To understand how to use it, run a standard example +* [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 ~~~