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 > & stable_cones () const
 returns a reference to the vector of stable cones (aka protocones)
const std::vector< PseudoJet > & protocones () const
 an old name for getting the vector of stable cones (aka 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 188 of file SISConePlugin.hh.


Member Function Documentation

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

Reimplemented from fastjet::ClusterSequence::Extras.

Definition at line 175 of file SISConePlugin.cc.

References protocones().

00175                                         {
00176   ostringstream ostr;
00177   ostr << "This SISCone clustering found " << protocones().size() 
00178        << " stable protocones";
00179   return ostr.str();
00180 }

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

00200 {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 209 of file SISConePlugin.hh.

Referenced by main().

00209 {return _most_ambiguous_split;}

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

an old name for getting the vector of stable cones (aka protocones)

Definition at line 194 of file SISConePlugin.hh.

Referenced by description().

00194 {return _protocones;}

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

returns a reference to the vector of stable cones (aka protocones)

Definition at line 191 of file SISConePlugin.hh.

00191 {return _protocones;}


Friends And Related Function Documentation

friend class SISConePlugin [friend]
 

Definition at line 216 of file SISConePlugin.hh.


Member Data Documentation

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

Definition at line 213 of file SISConePlugin.hh.

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

double fastjet::SISConeExtras::_most_ambiguous_split [private]
 

Definition at line 214 of file SISConePlugin.hh.

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

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

Definition at line 212 of file SISConePlugin.hh.

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


The documentation for this class was generated from the following files:
Generated on Mon Apr 2 20:58:23 2007 for fastjet by  doxygen 1.4.2