Home
last modified time | relevance | path

Searched refs:PHI_RANGE_MASK (Results 1 – 2 of 2) sorted by relevance

/dports/science/fastjet/fastjet-3.3.4/plugins/SISCone/siscone/siscone/
H A Dgeom_2d.cpp32 #define PHI_RANGE_MASK 0xFFFFFFFF macro
91 ? PHI_RANGE_MASK in Ceta_phi_range()
92 : ((PHI_RANGE_MASK^(cell_min-cell_max)) + cell_max); in Ceta_phi_range()
/dports/science/fastjet/fastjet-3.3.4/plugins/SISCone/siscone/siscone/spherical/
H A Dgeom_2d.cpp34 #define PHI_RANGE_MASK 0xFFFFFFFF macro
110 ? PHI_RANGE_MASK in CSphtheta_phi_range()
111 : ((PHI_RANGE_MASK^(cell_min-cell_max)) + cell_max); in CSphtheta_phi_range()