You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
7
+
* Emacs [syntax highlighting script](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka-mode.el) for the [FLUKA](http://www.fluka.org) input files.
8
8
*[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
9
9
~~~
10
10
$FLUPRO/flutil/rfluka $FLUPRO/exmixed.inp
@@ -13,6 +13,8 @@ and then execute ```fluka2root exmixed.inp```. A more detailed tutorial is avail
13
13
*[plotgeom2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/plotgeom2root.py) script to convert the [PLOTGEOM](http://www.fluka.org/fluka.php?id=man_onl&sub=63) binary output into a [TMultiGraph](https://root.cern/root/html606/classTMultiGraph.html) object.
14
14
*[sigma](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/sigma.py) script to plot integral FLUKA cross sections as functions of incident energy.
15
15
16
+
Attention to the [FLUKA.CERN](https://fluka.cern) users: these tools are primarily designed for the [authentic FLUKA](http://www.fluka.org), with some effort made to support your fork as well. Any assistance in improving this compatibility is greately appreciated. See the [Contacts](https://github.com/kbat/mc-tools/edit/master/README.md#contacts) section below.
17
+
16
18
## MСNР
17
19
* Emacs [syntax highlighting script](https://github.com/kbat/mc-tools/blob/master/mctools/mcnp/mcnpgen-mode.el) for [MCNP](https://mcnp.lanl.gov) input files.
18
20
* An implementation of application programming interface (API) to
0 commit comments