ATLAS Offline Software
|
This class defines the phi convention for Calorimeters. More...
#include <CaloPhiRange.h>
Static Public Member Functions | |
static double | twopi () |
static double | phi_min () |
static double | phi_max () |
static double | fix (double phi) |
static double | diff (double phi1, double phi2) |
simple phi1 - phi2 calculation, but result is fixed to respect range. More... | |
Static Private Attributes | |
constexpr static const double | m_phi_min = -std::numbers::pi |
constexpr static const double | m_twopi = 2*std::numbers::pi |
constexpr static const double | m_phi_max = std::numbers::pi |
This class defines the phi convention for Calorimeters.
up to Release 8.3.0 (included) : 0->2pi as of 8.4.0 : -pi -> pi
Definition at line 27 of file CaloPhiRange.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 52 of file CaloPhiRange.h.
|
inlinestatic |
Definition at line 49 of file CaloPhiRange.h.
|
inlinestatic |
Definition at line 46 of file CaloPhiRange.h.
|
staticconstexprprivate |
Definition at line 43 of file CaloPhiRange.h.
|
staticconstexprprivate |
Definition at line 41 of file CaloPhiRange.h.
|
staticconstexprprivate |
Definition at line 42 of file CaloPhiRange.h.