31 #ifndef __TRACKJETPLUGIN_HH__
32 #define __TRACKJETPLUGIN_HH__
34 #include "fastjet/JetDefinition.hh"
37 FASTJET_BEGIN_NAMESPACE
66 _radius2 = radius*radius;
77 virtual std::string description ()
const;
82 virtual double R()
const {
return _radius;}
85 double _radius, _radius2;
90 static bool _first_time;
93 void _print_banner(std::ostream *ostr)
const;
98 #endif // __TRACKJETPLUGIN_HH__