fastjet 2.4.5
Public Member Functions | Friends
fastjet::SISConeSphericalExtras Class Reference

Class that provides extra information about a SISCone clustering. More...

#include <SISConeSphericalPlugin.hh>

Inheritance diagram for fastjet::SISConeSphericalExtras:
Inheritance graph
[legend]
Collaboration diagram for fastjet::SISConeSphericalExtras:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SISConeSphericalExtras (int nparticles)
 constructor
const SISConeSphericalPluginjet_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

Detailed Description

Class that provides extra information about a SISCone clustering.

Definition at line 166 of file SISConeSphericalPlugin.hh.


Constructor & Destructor Documentation

fastjet::SISConeSphericalExtras::SISConeSphericalExtras ( int  nparticles) [inline]

constructor

Definition at line 170 of file SISConeSphericalPlugin.hh.

    : SISConeBaseExtras(nparticles){}

Member Function Documentation

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);
  }

Friends And Related Function Documentation

friend class SISConeSphericalPlugin [friend]

Definition at line 182 of file SISConeSphericalPlugin.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines