|
FastJet 3.0beta1
|
Implementation of the JetClu algorithm from CDF (plugin for fastjet-v2.1 upwards) More...
#include <fastjet/CDFJetCluPlugin.hh>


Public Member Functions | |
| CDFJetCluPlugin (double cone_radius, double overlap_threshold, double seed_threshold=1.0, int iratch=1) | |
| a compact constructor | |
| CDFJetCluPlugin (double seed_threshold, double cone_radius, int adjacency_cut, int max_iterations, int iratch, double overlap_threshold) | |
| a constructor that looks like the one provided by CDF | |
| double | seed_threshold () const |
| double | cone_radius () const |
| int | adjacency_cut () const |
| int | max_iterations () const |
| int | iratch () const |
| double | overlap_threshold () const |
| virtual std::string | description () const |
| return a textual description of the jet-definition implemented in this plugin | |
| virtual void | run_clustering (ClusterSequence &) const |
| given a ClusterSequence that has been filled up with initial particles, the following function should fill up the rest of the ClusterSequence, using the following member functions of ClusterSequence: | |
| virtual double | R () const |
| the plugin mechanism's standard way of accessing the jet radius | |
Implementation of the JetClu algorithm from CDF (plugin for fastjet-v2.1 upwards)
Definition at line 46 of file CDFJetCluPlugin.hh.
| void fastjet::CDFJetCluPlugin::run_clustering | ( | ClusterSequence & | ) | const [virtual] |
given a ClusterSequence that has been filled up with initial particles, the following function should fill up the rest of the ClusterSequence, using the following member functions of ClusterSequence:
Implements fastjet::JetDefinition::Plugin.
Definition at line 61 of file CDFJetCluPlugin.cc.
1.7.4