Functions | |
double | delta_eta (double eta1, double eta2) |
double | delta_phi (double ph11, double phi2) |
double | delta_R (double eta1, double phi1, double eta2, double phi2) |
double | eta (double x, double y, double z) |
double | eta (double xyz1[3], double xyz2[3]) |
double | eta (float xyz1[3], float xyz2[3]) |
double | eta (double th) |
double | phi (double x, double y) |
double | phi (double xy1[2], double xy2[2]) |
double | phi (float xy1[2], float xy2[2]) |
double | signed_delta_phi (double ph11, double phi2) |
double | tanl_from_theta (double theta) |
double | theta (double x, double y, double z) |
double | theta (double xyz1[3], double xyz2[3]) |
double | theta (float xyz1[3], float xyz2[3]) |
double | theta (double etap) |
double | theta_from_tanl (double tanl) |
void | uvectors (double u[3], double xyz1[3], double xyz2[3]) |
void | uvectors (float u[3], float xyz1[3], float xyz2[3]) |
double | y (double E, double pz) |
Variables | |
const float | EPSILON =1.E-10 |
const float | ETA_LIMIT =15.0 |
const double | PI =2.0*acos(0.) |
const double | TWOPI =2.0*PI |
|
inline |
Definition at line 98 of file AnglesUtil.h.
|
inline |
|
inline |
Definition at line 116 of file AnglesUtil.h.
References delta_phi(), and mathSSE::sqrt().
Referenced by EnergyScaleAnalyzer::analyze(), external::HEPTopTaggerV2_fixed_R::djademod(), EnergyScaleAnalyzer::fillTree(), and CosmicRegionalSeedGenerator::regions().
|
inline |
Definition at line 168 of file AnglesUtil.h.
References EPSILON, cmsBatch::log, and mathSSE::sqrt().
Referenced by eta().
|
inline |
Definition at line 152 of file AnglesUtil.h.
|
inline |
|
inline |
Definition at line 175 of file AnglesUtil.h.
References ETA_LIMIT, cmsBatch::log, PI, and funct::tan().
|
inline |
|
inline |
Definition at line 83 of file AnglesUtil.h.
|
inline |
|
inline |
Definition at line 104 of file AnglesUtil.h.
|
inline |
|
inline |
|
inline |
Definition at line 124 of file AnglesUtil.h.
|
inline |
|
inline |
|
inline |
Definition at line 222 of file AnglesUtil.h.
References PI.
|
inline |
Definition at line 189 of file AnglesUtil.h.
References alignCSCRings::s, and mathSSE::sqrt().
Referenced by uvectors().
|
inline |
|
inline |
Definition at line 183 of file AnglesUtil.h.
References EPSILON, and cmsBatch::log.
Referenced by eta(), phi(), and theta().
const float kinem::EPSILON =1.E-10 |
Definition at line 23 of file AnglesUtil.h.
Referenced by HcalSiPM::BorelCDF(), eta(), MSLayersAtAngle::findLayer(), and y().
const float kinem::ETA_LIMIT =15.0 |
Definition at line 22 of file AnglesUtil.h.
Referenced by eta().
const double kinem::PI =2.0*acos(0.) |
Definition at line 20 of file AnglesUtil.h.
Referenced by delta_phi(), eta(), signed_delta_phi(), tanl_from_theta(), and theta_from_tanl().
const double kinem::TWOPI =2.0*PI |
Definition at line 21 of file AnglesUtil.h.
Referenced by delta_phi(), phi(), and signed_delta_phi().