File: README

package info (click to toggle)
fastjet 3.0.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,404 kB
  • ctags: 3,770
  • sloc: cpp: 21,498; sh: 10,546; fortran: 673; makefile: 527; ansic: 131
file content (24 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
README file for fastjet-X.Y.Z/fortran_wrapper
---------------------------------------------

This directory provides basic wrappers to fastjet's main pp sequential
recombination algorithms and to SISCone so as to be able to access them
from Fortran (or any other prehistoric language).

fastjetfortran.cc
        the file that does the wrapping

fastjet_fortran_example.f
        an example showing how to use it from a fortran main
        (look at the first few lines for compilation and usage)

Makefile.alt
        for building (outside of the autotools framework)

If you have installed fastjet (and it is in your path), then do

> make -f Makefile.alt
> ./fastjet_fortran_example < ../example/data/single-event.dat

These wrappers are usually updated on request. If you need features
that are not available, contact the authors for help.