Functions | |
float | floatEta (eta_t eta) |
float | floatPhi (phi_t phi) |
float | floatPt (pt_t pt) |
float | floatZ0 (z0_t z0) |
Variables | |
constexpr float | ETAPHI_LSB = M_PI / INTPHI_PI |
const int | INTPHI_PI = 1 << (phi_t::width - 1) |
const int | INTPHI_TWOPI = 2 * INTPHI_PI |
const float | INTPT_LSB = 1.0 / (1 << (pt_t::width - pt_t::iwidth)) |
constexpr float | Z0_UNITS = 0.1 |
|
inline |
Definition at line 48 of file gt_datatypes.h.
References PVValHelper::eta, and ETAPHI_LSB.
Referenced by L1TCtL2EgProducer::convertFromEmu(), L1SeedConePFJetProducer::convertHWToEDM(), and L1NNTauProducer::makeTau_HW().
|
inline |
Definition at line 49 of file gt_datatypes.h.
References ETAPHI_LSB.
Referenced by L1TCtL2EgProducer::convertFromEmu(), L1MhtPfProducer::convertHWToEDM(), L1SeedConePFJetProducer::convertHWToEDM(), and L1NNTauProducer::makeTau_HW().
|
inline |
Definition at line 47 of file gt_datatypes.h.
References DiDispStaMuonMonitor_cfi::pt.
Referenced by L1TCtL2EgProducer::convertFromEmu(), L1MhtPfProducer::convertHWToEDM(), L1SeedConePFJetProducer::convertHWToEDM(), and L1NNTauProducer::makeTau_HW().
|
inline |
Definition at line 50 of file gt_datatypes.h.
References Z0_UNITS.
Referenced by L1TCtL2EgProducer::convertFromEmu().
Definition at line 45 of file gt_datatypes.h.
Referenced by floatEta(), floatPhi(), and l1t::L1GTProducer::produceCL2EtSum().
const int l1gt::Scales::INTPHI_PI = 1 << (phi_t::width - 1) |
Definition at line 42 of file gt_datatypes.h.
const int l1gt::Scales::INTPHI_TWOPI = 2 * INTPHI_PI |
Definition at line 44 of file gt_datatypes.h.
const float l1gt::Scales::INTPT_LSB = 1.0 / (1 << (pt_t::width - pt_t::iwidth)) |
Definition at line 43 of file gt_datatypes.h.
constexpr float l1gt::Scales::Z0_UNITS = 0.1 |
Definition at line 46 of file gt_datatypes.h.
Referenced by floatZ0().