12 - use of filtering

fastjet example program illustrating the use of the fastjet::Filter class

To do that, we apply different filter examples on a either the hardest jet of the given event or the compositipon of the two hardest jets: a filter keeping a fixed number of subjets (as in arXiv:0802.2470), and a "trimmer" i.e. a filter keeping subjets carrying a sufficient fraction of the pt of the jet (arXiv:0912.1342).

run it with : ./12-filter < data/single-event.dat

Source code: 12-filter.cc