1 #ifndef __GRIDJETPLUGIN_HH__ 2 #define __GRIDJETPLUGIN_HH__ 33 #include "fastjet/JetDefinition.hh" 35 FASTJET_BEGIN_NAMESPACE
38 class ClusterSequence;
70 virtual std::string description ()
const;
75 virtual double R()
const;
78 double drap()
const {
return _dy;}
80 double dphi()
const {
return _dphi;}
82 double rapmin()
const {
return _ymin;}
84 double rapmax()
const {
return _ymax;}
92 double _ymin, _ymax, _dy, _dphi, _requested_grid_spacing;
93 int _ny, _nphi, _ntotal;
101 #endif // __GRIDJETPLUGIN_HH__
double dphi() const
returns the actual phi spacing of the grid
double rapmax() const
returns the maximum rapidity of the grid
double drap() const
returns the actual rapidity spacing of the grid
double rapmin() const
returns the minimum rapidity of the grid
a class that allows a user to introduce their own "plugin" jet finder
plugin for fastjet (v3.0 upwards) that clusters particles such that all particles in a given cell of ...
Class to contain pseudojets, including minimal information of use to jet-clustering routines...
class that is intended to hold a full definition of the jet clusterer
GridJetPlugin(const GridJetPlugin &plugin)
copy constructor