fastjet 2.4.5
|
Class that provides extra information about a SISCone clustering. More...
#include <SISConePlugin.hh>
Public Member Functions | |
SISConeExtras (int nparticles) | |
constructor | |
const SISConePlugin * | jet_def_plugin () const |
access to the siscone jet def plugin (more convenient than getting it from the original jet definition, because here it's directly of the right type (rather than the base type) | |
Friends | |
class | SISConePlugin |
Class that provides extra information about a SISCone clustering.
Definition at line 192 of file SISConePlugin.hh.
fastjet::SISConeExtras::SISConeExtras | ( | int | nparticles | ) | [inline] |
const SISConePlugin* fastjet::SISConeExtras::jet_def_plugin | ( | ) | const [inline] |
access to the siscone jet def plugin (more convenient than getting it from the original jet definition, because here it's directly of the right type (rather than the base type)
Definition at line 202 of file SISConePlugin.hh.
{ return dynamic_cast<const SISConePlugin*>(_jet_def_plugin); }
friend class SISConePlugin [friend] |
Definition at line 208 of file SISConePlugin.hh.