1 #ifndef __JADEPLUGIN_HH__ 
    2 #define __JADEPLUGIN_HH__ 
   34 #include "fastjet/JetDefinition.hh" 
   36 FASTJET_BEGIN_NAMESPACE      
 
   39 class ClusterSequence;
 
   88   virtual std::string description () 
const;
 
   94   virtual double R()
 const {
return 1.0;}
 
  104 FASTJET_END_NAMESPACE        
 
  106 #endif // __JADEPLUGIN_HH__ 
virtual bool exclusive_sequence_meaningful() const 
avoid the warning whenever the user requests "exclusive" jets from the cluster sequence ...
 
JadePlugin(const JadePlugin &plugin)
copy constructor 
 
JadePlugin()
Main constructor for the Jade Plugin class. 
 
virtual double R() const 
the plugin mechanism's standard way of accessing the jet radius. 
 
a class that allows a user to introduce their own "plugin" jet finder 
 
Implementation of the e+e- Jade algorithm (plugin for fastjet v2.4 upwards)