#include <SISConePlugin.hh>
Inheritance diagram for fastjet::SISConeExtras:


Public Member Functions | |
| const std::vector< PseudoJet > & | protocones () const |
| returns a reference to the vector of 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 153 of file SISConePlugin.hh.
|
|
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 }
|
|
|
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;}
|
|
|
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;}
|
|
|
returns a reference to the vector of protocones
Definition at line 156 of file SISConePlugin.hh. Referenced by description(). 00156 {return _protocones;}
|
|
|
Definition at line 177 of file SISConePlugin.hh. |
|
|
Definition at line 174 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |
|
|
Definition at line 175 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |
|
|
Definition at line 173 of file SISConePlugin.hh. Referenced by fastjet::SISConePlugin::run_clustering(). |
1.4.2