CMS 3D CMS Logo

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

#include <L1MuGMTLFOvlEtaConvLUT.h>

Inheritance diagram for L1MuGMTLFOvlEtaConvLUT:
L1MuGMTLUT

Public Types

enum  {
  DT, CSC, bRPC, fRPC,
  ovlCSC, ovlDT
}
 
- Public Types inherited from L1MuGMTLUT
typedef std::pair< std::string, unsigned > port
 

Public Member Functions

 L1MuGMTLFOvlEtaConvLUT ()
 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 eta6) const
 specific lookup function for entire output field More...
 
unsigned SpecificLookup_eta_ovl (int idx, unsigned eta6) const
 specific lookup function for eta_ovl More...
 
 ~L1MuGMTLFOvlEtaConvLUT () 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 eta6) 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

OvlEtaConv look-up table

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

Definition at line 38 of file L1MuGMTLFOvlEtaConvLUT.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DT 
CSC 
bRPC 
fRPC 
ovlCSC 
ovlDT 

Definition at line 40 of file L1MuGMTLFOvlEtaConvLUT.h.

40 { DT, CSC, bRPC, fRPC, ovlCSC, ovlDT };

Constructor & Destructor Documentation

◆ L1MuGMTLFOvlEtaConvLUT()

L1MuGMTLFOvlEtaConvLUT::L1MuGMTLFOvlEtaConvLUT ( )
inline

constuctor using function-lookup

Definition at line 43 of file L1MuGMTLFOvlEtaConvLUT.h.

44  : L1MuGMTLUT("LFOvlEtaConv", "DT CSC bRPC fRPC ovlCSC ovlDT", "eta6(6)", "eta_ovl(4)", 6, true) {
46  };

References InitParameters().

◆ ~L1MuGMTLFOvlEtaConvLUT()

L1MuGMTLFOvlEtaConvLUT::~L1MuGMTLFOvlEtaConvLUT ( )
inlineoverride

destructor

Definition at line 49 of file L1MuGMTLFOvlEtaConvLUT.h.

49 {};

Member Function Documentation

◆ InitParameters()

void L1MuGMTLFOvlEtaConvLUT::InitParameters ( )
private

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

Definition at line 38 of file L1MuGMTLFOvlEtaConvLUT.cc.

38 {}

Referenced by L1MuGMTLFOvlEtaConvLUT().

◆ LookupFunctionPacked()

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

access to lookup function with packed input and output

Reimplemented from L1MuGMTLUT.

Definition at line 67 of file L1MuGMTLFOvlEtaConvLUT.h.

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

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

◆ SpecificLookup()

unsigned L1MuGMTLFOvlEtaConvLUT::SpecificLookup ( int  idx,
unsigned  eta6 
) const
inline

specific lookup function for entire output field

Definition at line 59 of file L1MuGMTLFOvlEtaConvLUT.h.

59  {
60  std::vector<unsigned> addr(1);
61  addr[0] = eta6;
62  return LookupPacked(idx, addr);
63  };

References generateTowerEtThresholdLUT::addr, HLT_FULL_cff::eta6, heavyIonCSV_trainingSettings::idx, and L1MuGMTLUT::LookupPacked().

◆ SpecificLookup_eta_ovl()

unsigned L1MuGMTLFOvlEtaConvLUT::SpecificLookup_eta_ovl ( int  idx,
unsigned  eta6 
) const
inline

specific lookup function for eta_ovl

Definition at line 52 of file L1MuGMTLFOvlEtaConvLUT.h.

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

References generateTowerEtThresholdLUT::addr, HLT_FULL_cff::eta6, heavyIonCSV_trainingSettings::idx, and L1MuGMTLUT::Lookup().

Referenced by L1MuGMTMatcher::lookup_mq().

◆ TheLookupFunction()

unsigned L1MuGMTLFOvlEtaConvLUT::TheLookupFunction ( int  idx,
unsigned  eta6 
) const
private

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

Definition at line 56 of file L1MuGMTLFOvlEtaConvLUT.cc.

56  {
57  // idx is DT, CSC, bRPC, fRPC, ovlCSC, ovlDT
58  // INPUTS: eta6(6)
59  // OUTPUTS: eta_ovl(4)
60 
61  const L1MuGMTScales* theGMTScales = L1MuGMTConfig::getGMTScales();
62  const L1MuTriggerScales* theTriggerScales = L1MuGMTConfig::getTriggerScales();
63 
64  int idx_drcr = 0;
65 
66  switch (idx) {
67  case DT:
68  idx_drcr = 0;
69  break;
70  case CSC:
71  idx_drcr = 2;
72  break;
73  case bRPC:
74  idx_drcr = 1;
75  break;
76  case fRPC:
77  idx_drcr = 3;
78  break;
79  case ovlCSC:
80  idx_drcr = 2;
81  break;
82  case ovlDT:
83  idx_drcr = 0;
84  break;
85  }
86 
87  float etaValue = theTriggerScales->getRegionalEtaScale(idx_drcr)->getCenter(eta6);
88 
89  unsigned eta4bit = 0;
90  if (fabs(etaValue) < theGMTScales->getOvlEtaScale(idx_drcr)->getScaleMin() ||
91  fabs(etaValue) > theGMTScales->getOvlEtaScale(idx_drcr)->getScaleMax()) {
92  eta4bit = 7; // out of range code is max pos value
93  }
94 
95  else {
96  eta4bit = theGMTScales->getOvlEtaScale(idx_drcr)->getPacked(etaValue);
97  // cout << "etaValue = " << etaValue << " eta OVERLAP= " << eta4bit << endl;
98  }
99 
100  return eta4bit;
101 }

References bRPC, CSC, DT, HLT_FULL_cff::eta6, fRPC, L1MuScale::getCenter(), L1MuGMTConfig::getGMTScales(), L1MuGMTScales::getOvlEtaScale(), L1MuScale::getPacked(), L1MuTriggerScales::getRegionalEtaScale(), L1MuScale::getScaleMax(), L1MuScale::getScaleMin(), L1MuGMTConfig::getTriggerScales(), heavyIonCSV_trainingSettings::idx, ovlCSC, and ovlDT.

Referenced by LookupFunctionPacked().

L1MuGMTLFOvlEtaConvLUT::fRPC
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
L1MuGMTLUT::m_Inputs
std::vector< port > m_Inputs
Definition: L1MuGMTLUT.h:214
L1MuGMTScales
Definition: L1MuGMTScales.h:34
L1MuGMTLFOvlEtaConvLUT::ovlCSC
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
heavyIonCSV_trainingSettings.idx
idx
Definition: heavyIonCSV_trainingSettings.py:5
L1MuGMTConfig::getGMTScales
static const L1MuGMTScales * getGMTScales()
Definition: L1MuGMTConfig.h:172
generateTowerEtThresholdLUT.addr
addr
Definition: generateTowerEtThresholdLUT.py:57
L1MuGMTConfig::getTriggerScales
static const L1MuTriggerScales * getTriggerScales()
Definition: L1MuGMTConfig.h:178
L1MuTriggerScales::getRegionalEtaScale
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC)
Definition: L1MuTriggerScales.h:158
L1MuGMTLFOvlEtaConvLUT::bRPC
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
L1MuGMTLFOvlEtaConvLUT::InitParameters
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
Definition: L1MuGMTLFOvlEtaConvLUT.cc:38
L1MuGMTScales::getOvlEtaScale
const L1MuScale * getOvlEtaScale(int isys) const
get the overlap eta scale (4 bits); isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC)
Definition: L1MuGMTScales.h:204
L1MuScale::getScaleMin
virtual float getScaleMin() const =0
get the lower edge of the first bin
L1MuGMTLUT::LookupPacked
unsigned LookupPacked(int idx, unsigned) const
Definition: L1MuGMTLUT.h:272
L1MuTriggerScales
Definition: L1MuTriggerScales.h:33
L1MuGMTLFOvlEtaConvLUT::TheLookupFunction
unsigned TheLookupFunction(int idx, unsigned eta6) const
The lookup function - here the functionality of the LUT is implemented.
Definition: L1MuGMTLFOvlEtaConvLUT.cc:56
L1MuGMTLFOvlEtaConvLUT::ovlDT
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
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
L1MuGMTLFOvlEtaConvLUT::CSC
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
L1MuScale::getPacked
virtual unsigned getPacked(float value) const =0
pack a value
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
HLT_FULL_cff.eta6
eta6
Definition: HLT_FULL_cff.py:9539
L1MuGMTLFOvlEtaConvLUT::DT
Definition: L1MuGMTLFOvlEtaConvLUT.h:40
L1MuScale::getScaleMax
virtual float getScaleMax() const =0
get the upper edge of the last bin
L1MuScale::getCenter
virtual float getCenter(unsigned packed) const =0
get the center of bin represented by packed