Skip to content

Commit 4532859

Browse files
authored
README: fluka2root detailes are moved to wiki
1 parent accd05e commit 4532859

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mc-tools
2-
Some Monte Carlo tools for MCNP, MCNPX, PHITS and FLUKA
2+
ROOT-based tools for FLUKA, PHITS and MCNP Monte Carlo codes
33

44
Project homepage: https://github.com/kbat/mc-tools
55

@@ -9,15 +9,7 @@ Project homepage: https://github.com/kbat/mc-tools
99
~~~
1010
$FLUPRO/flutil/rfluka $FLUPRO/exmixed.inp
1111
~~~
12-
and then execute ```fluka2root exmixed.inp```.
13-
* A more detailed tutorial is available in the [wiki section](https://github.com/kbat/mc-tools/wiki/mc%E2%80%90tools:-FLUKA).
14-
* Internally, `fluka2root` runs the following convertes which can (but should not) be called individually:
15-
* [usbsuw2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/usbsuw2root.py) script to convert the USRBIN results into a TH3F histogram. Note that this tool does not directly convert the files produced by the USRBIN card, but these files must first be averaged by the $FLUPRO/flutil/usbsuw program. The resulting averaged file can be converted into ROOT by ```usbsuw2root```. The $FLUPRO/flutil/usbsuw call is done automatically if the [fluka2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/fluka2root.py) general converter is used.
16-
* [usxsuw2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/usxsuw2root.py) script to convert the USRBDX results into a TH2F histogram. + see the comments for the previous item.
17-
* [usrsuw2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/usrsuw2root.py) script to convertert the
18-
RESNUCLEI results into a TH2F histogram and TGraphError + see the comments for ```usbsuw2root``` above. Known bug: isomer data might be not saved into the ROOT file.
19-
* [ustsuw2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/ustsuw2root.py) script to convert the USRTRACK and USRCOLL results into a TH1F histogram. + see the comments for ```usbsuw2root``` above.
20-
* [eventdat2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/eventdat2root.py) script to convert the EVENTDAT results into a TTree object.
12+
and then execute ```fluka2root exmixed.inp```. A more detailed tutorial is available in the [wiki section](https://github.com/kbat/mc-tools/wiki/mc%E2%80%90tools:-FLUKA).
2113
* [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.
2214
* [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.
2315

@@ -123,10 +115,10 @@ Konstantin Batkov, `batkov [аt] gmail.com`
123115
* Stuart Ansell, for endless discussions and amazing ideas.
124116

125117
## See also ##
126-
https://github.com/lanl/mcnptools
127-
128118
https://github.com/SAnsell/CombLayer
129119

120+
https://github.com/lanl/mcnptools
121+
130122
http://pyne.io
131123

132124
https://github.com/Lindt8/DCHAIN-Tools

0 commit comments

Comments
 (0)