fastjet 2.4.3
Classes

SISConeBasePlugin.hh File Reference

#include "fastjet/JetDefinition.hh"
#include "fastjet/ClusterSequence.hh"
#include <vector>
#include <memory>
#include <cmath>
#include <sstream>
Include dependency graph for SISConeBasePlugin.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SISConeBasePlugin
 SISConeBasePlugin is a plugin for fastjet (v2.1 upwards) that provides a base interface to SISCone-type cone jet finder by Gregory Soyez and Gavin Salam. More...
class  SISConeBaseExtras
 Class that provides extra information about a SISCone clustering the only thing that needs to be done for thee derived classes is to define '_jet_def_plugin', implement jet_def_plugin(); and add the corresponding plugin class as a friend. More...