FastJet
3.3.4
|
#include "fastjet/PseudoJet.hh"
#include "fastjet/ClusterSequence.hh"
#include <iostream>
#include <sstream>
#include <vector>
#include <cstdio>
Go to the source code of this file.
Functions | |
void | print_jets (const vector< fastjet::PseudoJet > &jets) |
a function that pretty prints a list of jets | |
int | main () |
an example program showing how to use fastjet | |