|
SISCone 3.0.5
|
class for storing a border momentum (in context of co-circularity checks). More...
#include <protocones.h>

Public Member Functions | |
| Cborder_store (Cmomentum *momentum, double centre_eta, double centre_phi) | |
| default ctor | |
Public Attributes | |
| Cmomentum * | mom |
| particle momentum | |
| double | angle |
| angle w.r.t. circle centre | |
| bool | is_in |
| inclusion status of the particle | |
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 53 of file protocones.h.
|
inline |
default ctor
Definition at line 56 of file protocones.h.
References angle, siscone::Cmomentum::eta, mom, and siscone::Cmomentum::phi.
| double siscone::Cborder_store::angle |
angle w.r.t. circle centre
Definition at line 62 of file protocones.h.
Referenced by Cborder_store().
| bool siscone::Cborder_store::is_in |
inclusion status of the particle
Definition at line 63 of file protocones.h.
| Cmomentum* siscone::Cborder_store::mom |