29 #ifndef __TRACKJETPLUGIN_HH__ 30 #define __TRACKJETPLUGIN_HH__ 32 #include "fastjet/JetDefinition.hh" 35 FASTJET_BEGIN_NAMESPACE
64 _radius2 = radius*radius;
75 virtual std::string description ()
const;
80 virtual double R()
const {
return _radius;}
83 double _radius, _radius2;
88 static bool _first_time;
91 void _print_banner(std::ostream *ostr)
const;
96 #endif // __TRACKJETPLUGIN_HH__
TrackJetPlugin(const TrackJetPlugin &plugin)
copy constructor
virtual double R() const
the plugin mechanism's standard way of accessing the jet radius here we return the R of the last alg ...
Implementation of the TrackJet algorithm (plugin for fastjet v2.4 upwards)
A class that will provide the recombination scheme facilities and/or allow a user to extend these fac...
RecombinationScheme
the various recombination schemes
a class that allows a user to introduce their own "plugin" jet finder
TrackJetPlugin(double radius, RecombinationScheme jet_recombination_scheme=pt_scheme, RecombinationScheme track_recombination_scheme=pt_scheme)
Main constructor for the TrackJet Plugin class.