SISCone 3.0.5
|
information on store cones candidates. More...
#include <hash.h>
Public Attributes | |
Creference | ref |
reference More... | |
double | eta |
centre: eta coordinate More... | |
double | phi |
centre: phi coordinate More... | |
bool | is_stable |
true if stable w.r.t. "border particles" More... | |
hash_element * | next |
pointer to the next element More... | |
information on store cones candidates.
We store in this class the information used to count all protocones in a first pass. This first pass only count cones with different references and test their stbility with the parent-child particles (border particles).
double siscone::hash_element::eta |
centre: eta coordinate
Definition at line 48 of file hash.h.
Referenced by siscone::hash_cones::insert().
bool siscone::hash_element::is_stable |
true if stable w.r.t. "border particles"
Definition at line 50 of file hash.h.
Referenced by siscone::hash_cones::insert().
hash_element* siscone::hash_element::next |
pointer to the next element
Definition at line 52 of file hash.h.
Referenced by siscone::hash_cones::insert(), and siscone::hash_cones::~hash_cones().
double siscone::hash_element::phi |
centre: phi coordinate
Definition at line 49 of file hash.h.
Referenced by siscone::hash_cones::insert().
Creference siscone::hash_element::ref |