Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

fastjet::JetDefinition::Plugin Class Reference

a class that allows a user to introduce their own "plugin" jet finder More...

#include <JetDefinition.hh>

Inheritance diagram for fastjet::JetDefinition::Plugin:

Inheritance graph
[legend]
List of all members.

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:
  • plugin_do_ij_recombination(.

virtual ~Plugin ()
 a destructor to be replaced if necessary in derived classes...

Detailed Description

a class that allows a user to introduce their own "plugin" jet finder

Definition at line 296 of file JetDefinition.hh.


Constructor & Destructor Documentation

virtual fastjet::JetDefinition::Plugin::~Plugin  )  [inline, virtual]
 

a destructor to be replaced if necessary in derived classes...

Definition at line 311 of file JetDefinition.hh.

00311 {};


Member Function Documentation

virtual std::string fastjet::JetDefinition::Plugin::description  )  const [pure virtual]
 

return a textual description of the jet-definition implemented in this plugin

Implemented in fastjet::SISConePlugin, fastjet::PxConePlugin, fastjet::CDFJetCluPlugin, and fastjet::CDFMidPointPlugin.

virtual void fastjet::JetDefinition::Plugin::run_clustering ClusterSequence  )  const [pure 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:

  • plugin_do_ij_recombination(.

..)

  • plugin_do_iB_recombination(...)

Implemented in fastjet::SISConePlugin, fastjet::PxConePlugin, fastjet::CDFJetCluPlugin, and fastjet::CDFMidPointPlugin.


The documentation for this class was generated from the following file:
Generated on Mon Apr 2 20:58:19 2007 for fastjet by  doxygen 1.4.2