#include <JetDefinition.hh>
Inheritance diagram for fastjet::JetDefinition::Plugin:

Public Member Functions | |
| virtual std::string | description () const =0 |
| return a textual description of the jet-definition implemented in this plugin | |
| virtual void | run_clustering (ClusterSequence &) const =0 |
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 | ~Plugin () |
| a destructor to be replaced if necessary in derived classes... | |
Definition at line 296 of file JetDefinition.hh.
|
|
a destructor to be replaced if necessary in derived classes...
Definition at line 311 of file JetDefinition.hh. 00311 {};
|
|
|
return a textual description of the jet-definition implemented in this plugin
Implemented in fastjet::SISConePlugin, fastjet::PxConePlugin, fastjet::CDFJetCluPlugin, and fastjet::CDFMidPointPlugin. |
|
|
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:
..)
Implemented in fastjet::SISConePlugin, fastjet::PxConePlugin, fastjet::CDFJetCluPlugin, and fastjet::CDFMidPointPlugin. |
1.4.2