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 89 of file AnglesUtil.h.
References HLT_FULL_cff::eta2.
Referenced by external::HEPTopTaggerV2_fixed_R::djademod(), ConversionProducer::getMatchedBC(), ConversionProducer::matchingSC(), SimG4HcalHitJetFinder::rDist(), L1MuGMTLFMatchQualLUT::SpecificLookup(), L1MuGMTLFMatchQualLUT::SpecificLookup_mq(), L1MuGMTLFDeltaEtaLUT::TheLookupFunction(), and L1MuGMTLFCOUDeltaEtaLUT::TheLookupFunction().
|
inline |
Definition at line 84 of file AnglesUtil.h.
References PHI, PI, and TWOPI.
Referenced by CSCSectorReceiverLUT::calcGlobalPhiME(), ConversionLikelihoodCalculator::calculateLikelihood(), delta_R(), DTRPCBxCorrection::deltaPhi(), external::HEPTopTaggerV2_fixed_R::djademod(), ConversionProducer::getMatchedBC(), L1MuGMTMatcher::lookup_mq(), RPCIntegrator::matchDTwithRPC(), ConversionProducer::matchingSC(), SimG4HcalHitJetFinder::rDist(), L1MuGMTLFMatchQualLUT::SpecificLookup(), and L1MuGMTLFMatchQualLUT::SpecificLookup_mq().
|
inline |
Definition at line 106 of file AnglesUtil.h.
References delta_phi(), HLT_FULL_cff::eta2, and mathSSE::sqrt().
Referenced by EnergyScaleAnalyzer::analyze(), external::HEPTopTaggerV2_fixed_R::djademod(), EnergyScaleAnalyzer::fillTree(), and CosmicRegionalSeedGenerator::regions().
|
inline |
|
inline |
Definition at line 129 of file AnglesUtil.h.
References PVValHelper::eta, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
|
inline |
Definition at line 136 of file AnglesUtil.h.
References PVValHelper::eta.
|
inline |
|
inline |
Definition at line 67 of file AnglesUtil.h.
|
inline |
Definition at line 78 of file AnglesUtil.h.
References PVValHelper::phi, x, and detailsBasic3DVector::y.
|
inline |
Definition at line 72 of file AnglesUtil.h.
References PVValHelper::phi.
|
inline |
Definition at line 91 of file AnglesUtil.h.
|
inline |
|
inline |
|
inline |
Definition at line 112 of file AnglesUtil.h.
References theta(), x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 156 of file AnglesUtil.h.
References alignCSCRings::s, and mathSSE::sqrt().
Referenced by uvectors().
|
inline |
Definition at line 172 of file AnglesUtil.h.
References uvectors().
|
inline |
Definition at line 154 of file AnglesUtil.h.
const float kinem::EPSILON = 1.E-10 |
Definition at line 22 of file AnglesUtil.h.
Referenced by HcalSiPM::BorelCDF(), eta(), MSLayersAtAngle::findLayer(), and y().
const float kinem::ETA_LIMIT = 15.0 |
Definition at line 21 of file AnglesUtil.h.
Referenced by eta().
const double kinem::PI = 2.0 * acos(0.) |
Definition at line 19 of file AnglesUtil.h.
const double kinem::TWOPI = 2.0 * PI |
Definition at line 20 of file AnglesUtil.h.
Referenced by delta_phi(), phi(), and signed_delta_phi().