FastJet 3.0.5
Public Member Functions
fastjet::D0RunIConePlugin Class Reference

A plugin for FastJet (v3.0 or later) that provides an interface to the D0 version of Run-I cone algorithm. More...

#include <fastjet/D0RunIConePlugin.hh>

Inheritance diagram for fastjet::D0RunIConePlugin:
Inheritance graph
[legend]
Collaboration diagram for fastjet::D0RunIConePlugin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 D0RunIConePlugin (double CONErad_in, double JETmne_in, double SPLifr_in=_DEFAULT_SPLifr)
 The D0RunIConePlugin constructor, which sets the "free" parameters of the algorithm:
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:

Detailed Description

A plugin for FastJet (v3.0 or later) that provides an interface to the D0 version of Run-I cone algorithm.

The D0 code has been obtained from Lars Sonnenschein's web-space http://www-d0.fnal.gov/~sonne/D0RunIcone.tgz

The version of the D0 Run I code distributed here has been modified by the FastJet authors, so as to provide access to the contents of the jets (as is necessary for the plugin). This does not modify the results of the clustering.

The difference between this algorithm and the post-1996 version relates to the way the final jet momenta are calculated. Details are to be found in FERMILAB-PUB-97-242-E.

Definition at line 59 of file D0RunIConePlugin.hh.


Constructor & Destructor Documentation

fastjet::D0RunIConePlugin::D0RunIConePlugin ( double  CONErad_in,
double  JETmne_in,
double  SPLifr_in = _DEFAULT_SPLifr 
) [inline]

The D0RunIConePlugin constructor, which sets the "free" parameters of the algorithm:

Parameters:
CONEradis the cone radius
JETmneis a minimum ET requirement on every iteration (jet dropped if Et < JETmne * Et_min_ratio ). The value that has been used by D0 for JETmne: 8 GeV (and Et_min_ratio is 0.5)
SPlifris the shared Et fraction splitting threshold, and a value of 0.5 was usually used by D0

The remaining parameters of the algorithm are not to be modified if the algorithm is to correspond to the one actually used by D0.

Definition at line 77 of file D0RunIConePlugin.hh.


Member Function Documentation

void fastjet::D0RunIConePlugin::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:

  • plugin_do_ij_recombination(...)
  • plugin_do_iB_recombination(...)

Implements fastjet::D0RunIBaseConePlugin.

Definition at line 213 of file D0RunIBaseConePlugin.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends