Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

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

const std::vector< PseudoJet > & protocones () const
 returns a reference to the vector of protocones
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)
std::string description () const
double most_ambiguous_split () const
 return the smallest difference in squared distance encountered during splitting between a particle and two overlapping protojets.

Private Attributes

std::vector< PseudoJet_protocones
const SISConePlugin_jet_def_plugin
double _most_ambiguous_split

Friends

class SISConePlugin

Detailed Description

Class that provides extra information about a SISCone clustering.

Definition at line 153 of file SISConePlugin.hh.


Member Function Documentation

string fastjet::SISConeExtras::description  )  const [virtual]
 

Reimplemented from fastjet::ClusterSequence::Extras.

Definition at line 170 of file SISConePlugin.cc.

References protocones().

00170                                         {
00171   ostringstream ostr;
00172   ostr << "This SISCone clustering found " << protocones().size() 
00173        << " stable protocones";
00174   return ostr.str();
00175 }

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 161 of file SISConePlugin.hh.

00161 {return _jet_def_plugin;}

double fastjet::SISConeExtras::most_ambiguous_split  )  const [inline]
 

return the smallest difference in squared distance encountered during splitting between a particle and two overlapping protojets.

Definition at line 170 of file SISConePlugin.hh.

Referenced by main().

00170 {return _most_ambiguous_split;}

const std::vector<PseudoJet>& fastjet::SISConeExtras::protocones  )  const [inline]
 

returns a reference to the vector of protocones

Definition at line 156 of file SISConePlugin.hh.

Referenced by description().

00156 {return _protocones;}


Friends And Related Function Documentation

friend class SISConePlugin [friend]
 

Definition at line 177 of file SISConePlugin.hh.


Member Data Documentation

const SISConePlugin* fastjet::SISConeExtras::_jet_def_plugin [private]
 

Definition at line 174 of file SISConePlugin.hh.

Referenced by fastjet::SISConePlugin::run_clustering().

double fastjet::SISConeExtras::_most_ambiguous_split [private]
 

Definition at line 175 of file SISConePlugin.hh.

Referenced by fastjet::SISConePlugin::run_clustering().

std::vector<PseudoJet> fastjet::SISConeExtras::_protocones [private]
 

Definition at line 173 of file SISConePlugin.hh.

Referenced by fastjet::SISConePlugin::run_clustering().


The documentation for this class was generated from the following files:
Generated on Sat Mar 3 12:36:38 2007 for fastjet by  doxygen 1.4.2