1 #ifndef __D0RUNICONEPLUGIN_HH__ 
    2 #define __D0RUNICONEPLUGIN_HH__ 
   34 #include "fastjet/internal/base.hh"      
   35 #include "fastjet/D0RunIBaseConePlugin.hh" 
   39 FASTJET_BEGIN_NAMESPACE      
 
   80   D0RunIConePlugin (
double CONErad_in, 
double JETmne_in , 
double SPLifr_in = _DEFAULT_SPLifr)
 
   84   virtual std::string description () 
const;
 
   90   static bool _first_time;
 
   93   void _print_banner(std::ostream *ostr) 
const;
 
  100 #endif // __D0RUNICONEPLUGIN_HH__ 
D0RunIBaseConePlugin is base class for a plugin for FastJet (v3.0 or later) that provides an interfac...
D0RunIConePlugin(double CONErad_in, double JETmne_in, double SPLifr_in=_DEFAULT_SPLifr)
The D0RunIConePlugin constructor, which sets the "free" parameters of the algorithm: ...
A plugin for FastJet (v3.0 or later) that provides an interface to the D0 version of Run-I cone algor...