Go to the documentation of this file.
18 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTLFDeltaEtaLUT_h
19 #define L1TriggerGlobalMuonTrigger_L1MuGMTLFDeltaEtaLUT_h
44 :
L1MuGMTLUT(
"LFDeltaEta",
"DTRPC CSCRPC",
"eta_dtcsc(6) eta_rpc(6)",
"delta_eta(4)", 10,
false) {
53 std::vector<unsigned>
addr(2);
61 std::vector<unsigned>
addr(2);
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
std::vector< port > m_Inputs
unsigned SpecificLookup_delta_eta(int idx, unsigned eta_dtcsc, unsigned eta_rpc) const
specific lookup function for delta_eta
L1MuGMTLFDeltaEtaLUT()
constuctor using function-lookup
unsigned LookupFunctionPacked(int idx, unsigned address) const override
access to lookup function with packed input and output
unsigned LookupPacked(int idx, unsigned) const
std::vector< unsigned > u2vec(unsigned value, const std::vector< port > &widths) const
generate composite address or value from compact unsigned
unsigned TheLookupFunction(int idx, unsigned eta_dtcsc, unsigned eta_rpc) const
The lookup function - here the functionality of the LUT is implemented.
~L1MuGMTLFDeltaEtaLUT() override
destructor
unsigned SpecificLookup(int idx, unsigned eta_dtcsc, unsigned eta_rpc) const
specific lookup function for entire output field
std::vector< unsigned > Lookup(int idx, const std::vector< unsigned > &address) const
additional lookup function (std::vector -> vector)