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

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

#include <SISConePlugin.hh>

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

List of all members.

Public Member Functions

 SISConeExtras (int nparticles)
 constructor
const SISConePluginjet_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

Detailed Description

Class that provides extra information about a SISCone clustering.

Definition at line 192 of file SISConePlugin.hh.


Constructor & Destructor Documentation

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

constructor

Definition at line 196 of file SISConePlugin.hh.

    : SISConeBaseExtras(nparticles){}

Member Function Documentation

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

Friends And Related Function Documentation

friend class SISConePlugin [friend]

Definition at line 208 of file SISConePlugin.hh.


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