1 #ifndef __D0RUNICONEPLUGIN_HH__
2 #define __D0RUNICONEPLUGIN_HH__
32 #include "fastjet/D0RunIBaseConePlugin.hh"
36 FASTJET_BEGIN_NAMESPACE
77 D0RunIConePlugin (
double CONErad_in,
double JETmne_in ,
double SPLifr_in = _DEFAULT_SPLifr)
78 : D0RunIBaseConePlugin(CONErad_in, JETmne_in , SPLifr_in){}
81 virtual std::string description ()
const;
84 virtual void run_clustering(ClusterSequence &)
const;
87 static bool _first_time;
90 void _print_banner(std::ostream *ostr)
const;
97 #endif // __D0RUNICONEPLUGIN_HH__