FastJet 3.4.1
|
#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 More... | |
int | main () |
an example program showing how to use fastjet More... | |
void print_jets | ( | const vector< fastjet::PseudoJet > & | jets | ) |
a function that pretty prints a list of jets
Definition at line 126 of file fastjet_example.cc.
int main | ( | ) |
an example program showing how to use fastjet
Definition at line 74 of file fastjet_example.cc.