|
FastJet 3.0beta1
|
#include <fastjet/PseudoJet.hh>#include <fastjet/ClusterSequence.hh>#include <fastjet/Selector.hh>#include <iostream>#include "fastjet/tools/Filter.hh"#include "fastjet/tools/GridMedianBackgroundEstimator.hh"#include "fastjet/ClusterSequenceArea.hh"#include "fastjet/tools/Subtractor.hh"#include <cstdio>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| an example program showing how to use Filter in FastJet | |
Definition in file 11-filter.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
an example program showing how to use Filter in FastJet
(this shows that the Filter can also be applied to a composite jet)
Definition at line 59 of file 11-filter.cc.
1.7.4