SISCone 3.0.5
|
class for storing a border momentum (in context of co-circularity checks). More...
#include <protocones.h>
Public Member Functions | |
CSphborder_store (CSphmomentum *momentum, CSph3vector ¢re, CSph3vector &angl_dir1, CSph3vector &angl_dir2) | |
default ctor More... | |
Public Attributes | |
CSphmomentum * | mom |
particle momentum More... | |
double | angle |
angle w.r.t. circle centre More... | |
bool | is_in |
inclusion status of the particle More... | |
class for storing a border momentum (in context of co-circularity checks).
This class essentially calculates angle of border point w.r.t. circle center (eta & phi), and provides a store of information about whether we are currently including this point in the candidate
Definition at line 55 of file protocones.h.
|
inline |
default ctor
Definition at line 58 of file protocones.h.
References siscone_spherical::CSph3vector::_phi, siscone_spherical::CSph3vector::_theta, and angle.
double siscone_spherical::CSphborder_store::angle |
angle w.r.t. circle centre
Definition at line 69 of file protocones.h.
Referenced by CSphborder_store().
bool siscone_spherical::CSphborder_store::is_in |
inclusion status of the particle
Definition at line 70 of file protocones.h.
CSphmomentum* siscone_spherical::CSphborder_store::mom |
particle momentum
Definition at line 68 of file protocones.h.