#ifndef __PRINTJETS_HH__ #define __PRINTJETS_HH__ #include "fastjet/PseudoJet.hh" #include #include using namespace std; using namespace fastjet; //////////////////////////////////////////////////////////////////////////////// // function printing 4-vector of all jets void print_jets(const vector& jets) { printf("%4s %12s %9s %9s %10s\n", "No","pt","rapidity","phi","mass"); string format; for (unsigned i=0;i