fastjet 2.4.5
|
Class that provides extra information about a SISCone clustering. More...
#include <SISConeSphericalPlugin.hh>
Public Member Functions | |
SISConeSphericalExtras (int nparticles) | |
constructor | |
const SISConeSphericalPlugin * | 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 | SISConeSphericalPlugin |
Class that provides extra information about a SISCone clustering.
Definition at line 166 of file SISConeSphericalPlugin.hh.
fastjet::SISConeSphericalExtras::SISConeSphericalExtras | ( | int | nparticles | ) | [inline] |
constructor
Definition at line 170 of file SISConeSphericalPlugin.hh.
: SISConeBaseExtras(nparticles){}
const SISConeSphericalPlugin* fastjet::SISConeSphericalExtras::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 176 of file SISConeSphericalPlugin.hh.
{ return dynamic_cast<const SISConeSphericalPlugin*>(_jet_def_plugin); }
friend class SISConeSphericalPlugin [friend] |
Definition at line 182 of file SISConeSphericalPlugin.hh.