FastJet 3.4.2
Functions
fastjet_example.cc File Reference
#include "fastjet/PseudoJet.hh"
#include "fastjet/ClusterSequence.hh"
#include <iostream>
#include <sstream>
#include <vector>
#include <cstdio>
Include dependency graph for fastjet_example.cc:

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...
 

Function Documentation

◆ print_jets()

void print_jets ( const vector< fastjet::PseudoJet > &  jets)

a function that pretty prints a list of jets

Definition at line 128 of file fastjet_example.cc.

◆ main()

int main ( )

an example program showing how to use fastjet

Definition at line 76 of file fastjet_example.cc.