![]() |
![]() |
Functions | |
float | calcPhiGlobDegFromLoc (int, float) |
float | calcPhiGlobRadFromLoc (int, float) |
int | calcPhiInt (int, float) |
float | calcPhiLocDegFromGlob (int, float) |
float | calcPhiLocDegFromInt (int) |
float | calcPhiLocRadFromInt (int) |
float | calcThetaDegFromEta (float) |
float | calcThetaDegFromInt (int) |
int | calcThetaInt (int, float) |
float | calcThetaRadFromEta (float) |
float | calcThetaRadFromInt (int) |
float | degToRad (float deg) |
float | radToDeg (float rad) |
float | wrapPhiDeg (float) |
float | wrapPhiRad (float) |
float emtf::phase2::tp::calcPhiGlobDegFromLoc | ( | int | sector, |
float | loc | ||
) |
Definition at line 77 of file TPUtils.cc.
References nano_mu_digi_cff::sector.
Referenced by calcPhiGlobRadFromLoc().
float emtf::phase2::tp::calcPhiGlobRadFromLoc | ( | int | sector, |
float | loc | ||
) |
Definition at line 85 of file TPUtils.cc.
References calcPhiGlobDegFromLoc(), degToRad(), radToDeg(), and nano_mu_digi_cff::sector.
Referenced by Phase2L1TGMTFwdMuonTranslator::ConvertEMTFTrack().
int emtf::phase2::tp::calcPhiInt | ( | int | sector, |
float | glob | ||
) |
Definition at line 113 of file TPUtils.cc.
References calcPhiLocDegFromGlob(), and nano_mu_digi_cff::sector.
Referenced by emtf::phase2::GE0TPConverter::convert(), emtf::phase2::RPCTPConverter::convert(), emtf::phase2::ME0TPConverter::convert(), emtf::phase2::GEMTPConverter::convert(), and emtf::phase2::CSCTPConverter::convert().
float emtf::phase2::tp::calcPhiLocDegFromGlob | ( | int | sector, |
float | glob | ||
) |
Definition at line 105 of file TPUtils.cc.
References nano_mu_digi_cff::sector, and wrapPhiDeg().
Referenced by calcPhiInt().
float emtf::phase2::tp::calcPhiLocDegFromInt | ( | int | phi_int | ) |
Definition at line 91 of file TPUtils.cc.
Referenced by calcPhiLocRadFromInt().
float emtf::phase2::tp::calcPhiLocRadFromInt | ( | int | phi_int | ) |
Definition at line 99 of file TPUtils.cc.
References calcPhiLocDegFromInt(), and degToRad().
Referenced by Phase2L1TGMTFwdMuonTranslator::ConvertEMTFTrack().
float emtf::phase2::tp::calcThetaDegFromEta | ( | float | eta | ) |
Definition at line 44 of file TPUtils.cc.
References calcThetaRadFromEta(), PVValHelper::eta, radToDeg(), and theta().
float emtf::phase2::tp::calcThetaDegFromInt | ( | int | theta_int | ) |
int emtf::phase2::tp::calcThetaInt | ( | int | endcap, |
float | theta | ||
) |
Definition at line 64 of file TPUtils.cc.
References makeMuonMisalignmentScenario::endcap, and theta().
Referenced by emtf::phase2::GE0TPConverter::convert(), emtf::phase2::RPCTPConverter::convert(), emtf::phase2::ME0TPConverter::convert(), emtf::phase2::GEMTPConverter::convert(), and emtf::phase2::CSCTPConverter::convert().
float emtf::phase2::tp::calcThetaRadFromEta | ( | float | eta | ) |
Definition at line 38 of file TPUtils.cc.
References PVValHelper::eta, and theta().
Referenced by calcThetaDegFromEta().
float emtf::phase2::tp::calcThetaRadFromInt | ( | int | theta_int | ) |
Definition at line 50 of file TPUtils.cc.
References calcThetaDegFromInt(), degToRad(), and theta().
Referenced by Phase2L1TGMTFwdMuonTranslator::ConvertEMTFTrack().
float emtf::phase2::tp::degToRad | ( | float | deg | ) |
Definition at line 9 of file TPUtils.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), and M_PI.
Referenced by calcPhiGlobRadFromLoc(), calcPhiLocRadFromInt(), calcThetaRadFromInt(), and ecaldqm::phi().
float emtf::phase2::tp::radToDeg | ( | float | rad | ) |
Definition at line 14 of file TPUtils.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), and M_PI.
Referenced by calcPhiGlobRadFromLoc(), calcThetaDegFromEta(), emtf::phase2::GEMTPConverter::convert(), emtf::phase2::RPCTPConverter::convert(), emtf::phase2::ME0TPConverter::convert(), emtf::phase2::GE0TPConverter::convert(), and emtf::phase2::CSCTPConverter::convert().
float emtf::phase2::tp::wrapPhiDeg | ( | float | deg | ) |
Definition at line 22 of file TPUtils.cc.
Referenced by calcPhiLocDegFromGlob().
float emtf::phase2::tp::wrapPhiRad | ( | float | rad | ) |