CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions
L1MuGMTLFMergeRankEtaPhiLUT Class Reference

#include <L1MuGMTLFMergeRankEtaPhiLUT.h>

Inheritance diagram for L1MuGMTLFMergeRankEtaPhiLUT:
L1MuGMTLUT

Public Types

enum  { DT, BRPC, CSC, FRPC }
 
- Public Types inherited from L1MuGMTLUT
typedef std::pair< std::string, unsigned > port
 

Public Member Functions

 L1MuGMTLFMergeRankEtaPhiLUT ()
 constuctor using function-lookup More...
 
unsigned LookupFunctionPacked (int idx, unsigned address) const override
 access to lookup function with packed input and output More...
 
unsigned SpecificLookup (int idx, unsigned eta, unsigned phi) const
 specific lookup function for entire output field More...
 
unsigned SpecificLookup_rank_etaphi (int idx, unsigned eta, unsigned phi) const
 specific lookup function for rank_etaphi More...
 
 ~L1MuGMTLFMergeRankEtaPhiLUT () override
 destructor More...
 
- Public Member Functions inherited from L1MuGMTLUT
 L1MuGMTLUT ()
 Init and Destruct. More...
 
 L1MuGMTLUT (const char *name, const std::string &instances, const std::string &inputs, const std::string &outputs, unsigned vme_addr_width=0, bool distrRAM=false)
 
 L1MuGMTLUT (const char *name, const std::vector< std::string > &instances, const std::vector< port > &in_widths, const std::vector< port > &out_widths, unsigned vme_addr_width=0, bool distrRAM=false)
 constructor with init More...
 
void Load (const char *path)
 I/O functions. More...
 
std::vector< unsigned > Lookup (int idx, const std::vector< unsigned > &address) const
 additional lookup function (std::vector -> vector) More...
 
std::vector< unsigned > Lookup (int idx, unsigned address) const
 additional lookup function (unsigned -> std::vector) More...
 
unsigned LookupPacked (int idx, const std::vector< unsigned > &address) const
 additional lookup function (std::vector -> unisgned) More...
 
unsigned LookupPacked (int idx, unsigned) const
 
void MakeSubClass (const char *fname="", const char *template_file_h="../interface/L1MuGMTLUT_SubClass.h_template", const char *template_file_cc="../interface/L1MuGMTLUT_SubClass.cc_template")
 Add Generate SubClass method. More...
 
std::string Name ()
 
int numberOfInstances ()
 get the number of Instances More...
 
void Save (const char *path)
 save to LUT file More...
 
virtual ~L1MuGMTLUT ()
 destructor More...
 

Private Member Functions

void InitParameters ()
 Initialize scales, configuration parameters, alignment constants, ... More...
 
unsigned TheLookupFunction (int idx, unsigned eta, unsigned phi) const
 The lookup function - here the functionality of the LUT is implemented. More...
 

Additional Inherited Members

- Protected Member Functions inherited from L1MuGMTLUT
void Init (const char *name, const std::vector< std::string > &instances, const std::vector< port > &in_widths, const std::vector< port > &out_widths, unsigned vme_addr_width=0, bool distrRAM=false)
 Initialize the LUT. More...
 
void Set (int idx, unsigned address, unsigned value)
 set with single address and value More...
 
std::vector< unsigned > u2vec (unsigned value, const std::vector< port > &widths) const
 generate composite address or value from compact unsigned More...
 
unsigned vec2u (const std::vector< unsigned > &vec, const std::vector< port > &widths) const
 generate address or value from composite address or value More...
 
- Protected Attributes inherited from L1MuGMTLUT
std::vector< std::vector< unsigned > > m_Contents
 
bool m_distrRAM
 
unsigned m_GeneralLUTVersion
 
bool m_initialized
 
std::vector< portm_Inputs
 
std::vector< std::string > m_InstNames
 
std::string m_name
 
int m_NLUTS
 
std::vector< portm_Outputs
 
bool m_saveFlag
 
unsigned m_TotalInWidth
 
unsigned m_TotalOutWidth
 
bool m_UseLookupFunction
 
unsigned m_vme_addr_width
 

Detailed Description

LFMergeRankEtaPhi look-up table

this class was automatically generated by L1MuGMTLUT::MakeSubClass()

Definition at line 38 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DT 
BRPC 
CSC 
FRPC 

Definition at line 40 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

40 { DT, BRPC, CSC, FRPC };

Constructor & Destructor Documentation

◆ L1MuGMTLFMergeRankEtaPhiLUT()

L1MuGMTLFMergeRankEtaPhiLUT::L1MuGMTLFMergeRankEtaPhiLUT ( )
inline

constuctor using function-lookup

Definition at line 43 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

44  : L1MuGMTLUT("LFMergeRankEtaPhi", "DT BRPC CSC FRPC", "eta(6) phi(8)", "rank_etaphi(1)", 10, false) {
46  };

References InitParameters().

◆ ~L1MuGMTLFMergeRankEtaPhiLUT()

L1MuGMTLFMergeRankEtaPhiLUT::~L1MuGMTLFMergeRankEtaPhiLUT ( )
inlineoverride

destructor

Definition at line 49 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

49 {};

Member Function Documentation

◆ InitParameters()

void L1MuGMTLFMergeRankEtaPhiLUT::InitParameters ( )
private

Initialize scales, configuration parameters, alignment constants, ...

Definition at line 32 of file L1MuGMTLFMergeRankEtaPhiLUT.cc.

32 {}

Referenced by L1MuGMTLFMergeRankEtaPhiLUT().

◆ LookupFunctionPacked()

unsigned L1MuGMTLFMergeRankEtaPhiLUT::LookupFunctionPacked ( int  idx,
unsigned  address 
) const
inlineoverridevirtual

access to lookup function with packed input and output

Reimplemented from L1MuGMTLUT.

Definition at line 69 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

69  {
70  std::vector<unsigned> addr = u2vec(address, m_Inputs);
71  return TheLookupFunction(idx, addr[0], addr[1]);
72  };

References generateTowerEtThresholdLUT::addr, heavyIonCSV_trainingSettings::idx, L1MuGMTLUT::m_Inputs, TheLookupFunction(), and L1MuGMTLUT::u2vec().

◆ SpecificLookup()

unsigned L1MuGMTLFMergeRankEtaPhiLUT::SpecificLookup ( int  idx,
unsigned  eta,
unsigned  phi 
) const
inline

specific lookup function for entire output field

Definition at line 60 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

60  {
61  std::vector<unsigned> addr(2);
62  addr[0] = eta;
63  addr[1] = phi;
64  return LookupPacked(idx, addr);
65  };

References generateTowerEtThresholdLUT::addr, PVValHelper::eta, heavyIonCSV_trainingSettings::idx, L1MuGMTLUT::LookupPacked(), and phi.

◆ SpecificLookup_rank_etaphi()

unsigned L1MuGMTLFMergeRankEtaPhiLUT::SpecificLookup_rank_etaphi ( int  idx,
unsigned  eta,
unsigned  phi 
) const
inline

specific lookup function for rank_etaphi

Definition at line 52 of file L1MuGMTLFMergeRankEtaPhiLUT.h.

52  {
53  std::vector<unsigned> addr(2);
54  addr[0] = eta;
55  addr[1] = phi;
56  return Lookup(idx, addr)[0];
57  };

References generateTowerEtThresholdLUT::addr, PVValHelper::eta, heavyIonCSV_trainingSettings::idx, L1MuGMTLUT::Lookup(), and phi.

Referenced by L1MuGMTMerger::merge_rank().

◆ TheLookupFunction()

unsigned L1MuGMTLFMergeRankEtaPhiLUT::TheLookupFunction ( int  idx,
unsigned  eta,
unsigned  phi 
) const
private

The lookup function - here the functionality of the LUT is implemented.

Definition at line 38 of file L1MuGMTLFMergeRankEtaPhiLUT.cc.

38  {
39  // idx is DT, BRPC, CSC, FRPC
40  // INPUTS: eta(6) phi(8)
41  // OUTPUTS: rank_etaphi(1)
42 
43  // return zero to reduce merge rank for a certain region
44  return 1;
45 }

Referenced by LookupFunctionPacked().

L1MuGMTLFMergeRankEtaPhiLUT::FRPC
Definition: L1MuGMTLFMergeRankEtaPhiLUT.h:40
L1MuGMTLUT::m_Inputs
std::vector< port > m_Inputs
Definition: L1MuGMTLUT.h:214
heavyIonCSV_trainingSettings.idx
idx
Definition: heavyIonCSV_trainingSettings.py:5
generateTowerEtThresholdLUT.addr
addr
Definition: generateTowerEtThresholdLUT.py:57
PVValHelper::eta
Definition: PVValidationHelpers.h:69
L1MuGMTLUT::LookupPacked
unsigned LookupPacked(int idx, unsigned) const
Definition: L1MuGMTLUT.h:272
DDAxes::phi
L1MuGMTLFMergeRankEtaPhiLUT::BRPC
Definition: L1MuGMTLFMergeRankEtaPhiLUT.h:40
L1MuGMTLFMergeRankEtaPhiLUT::InitParameters
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
Definition: L1MuGMTLFMergeRankEtaPhiLUT.cc:32
L1MuGMTLUT::u2vec
std::vector< unsigned > u2vec(unsigned value, const std::vector< port > &widths) const
generate composite address or value from compact unsigned
Definition: L1MuGMTLUT.h:251
L1MuGMTLFMergeRankEtaPhiLUT::DT
Definition: L1MuGMTLFMergeRankEtaPhiLUT.h:40
L1MuGMTLUT::L1MuGMTLUT
L1MuGMTLUT()
Init and Destruct.
Definition: L1MuGMTLUT.h:80
L1MuGMTLUT::Lookup
std::vector< unsigned > Lookup(int idx, const std::vector< unsigned > &address) const
additional lookup function (std::vector -> vector)
Definition: L1MuGMTLUT.h:121
L1MuGMTLFMergeRankEtaPhiLUT::TheLookupFunction
unsigned TheLookupFunction(int idx, unsigned eta, unsigned phi) const
The lookup function - here the functionality of the LUT is implemented.
Definition: L1MuGMTLFMergeRankEtaPhiLUT.cc:38
L1MuGMTLFMergeRankEtaPhiLUT::CSC
Definition: L1MuGMTLFMergeRankEtaPhiLUT.h:40