#include <SISConePlugin.hh>
Inheritance diagram for fastjet::SISConeExtras:
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 SISConePlugin * | 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) | |
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 |
Definition at line 238 of file SISConePlugin.hh.
|
Reimplemented from fastjet::ClusterSequence::Extras. Definition at line 186 of file SISConePlugin.cc. References protocones(). 00186 { 00187 ostringstream ostr; 00188 ostr << "This SISCone clustering found " << protocones().size() 00189 << " stable protocones"; 00190 return ostr.str(); 00191 }
|
|
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 250 of file SISConePlugin.hh. 00250 {return _jet_def_plugin;}
|
|
return the smallest difference in squared distance encountered during splitting between a particle and two overlapping protojets.
Definition at line 259 of file SISConePlugin.hh. Referenced by main(). 00259 {return _most_ambiguous_split;}
|
|
an old name for getting the vector of stable cones (aka protocones)
Definition at line 244 of file SISConePlugin.hh. Referenced by description(). 00244 {return _protocones;}
|
|
returns a reference to the vector of stable cones (aka protocones)
Definition at line 241 of file SISConePlugin.hh. Referenced by main(). 00241 {return _protocones;}
|
|
Definition at line 266 of file SISConePlugin.hh. |
|
Definition at line 263 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |
|
Definition at line 264 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |
|
Definition at line 262 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |