#include <protocones.h>


Public Member Functions | |
| Cstable_cones () | |
| default ctor | |
| Cstable_cones (std::vector< Cmomentum > &_particle_list) | |
| ctor with initialisation (sse init for details) | |
| ~Cstable_cones () | |
| default dtor | |
| void | init (std::vector< Cmomentum > &_particle_list) |
| initialisation | |
| int | get_stable_cones (double _radius) |
| compute stable cones. | |
Public Attributes | |
| std::vector< Cmomentum > | protocones |
| list of stable cones | |
| hash_cones * | hc |
| list of candidates | |
| int | nb_tot |
| total number of tested cones | |
Protected Attributes | |
| double | R |
| cone radius | |
| double | R2 |
| cone radius SQUARED | |
This class does the first fundamental task of te cone algorithm: it is used to compute the list of stable cones given a list of particles.
Definition at line 82 of file protocones.h.
| void siscone::Cstable_cones::init | ( | std::vector< Cmomentum > & | _particle_list | ) |
initialisation
| _particle_list | list of particles |
| int siscone::Cstable_cones::get_stable_cones | ( | double | _radius | ) |
compute stable cones.
This function really does the job i.e. computes the list of stable cones (in a seedless way)
| _radius | radius of the cones |
Definition at line 141 of file protocones.cpp.
References siscone::Cvicinity::build(), hc, siscone::Cvicinity::n_part, siscone::Cvicinity::parent, siscone::Cvicinity::plist, protocones, R, R2, and siscone::Cvicinity::vicinity_size.