CMS 3D CMS Logo

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

#include <L1MuGMTLFMergeRankEtaQLUT.h>

Inheritance diagram for L1MuGMTLFMergeRankEtaQLUT:
L1MuGMTLUT

Public Types

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

Public Member Functions

 L1MuGMTLFMergeRankEtaQLUT ()
 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 q) const
 specific lookup function for entire output field More...
 
unsigned SpecificLookup_flag (int idx, unsigned eta, unsigned q) const
 specific lookup function for flag More...
 
unsigned SpecificLookup_rank_etaq (int idx, unsigned eta, unsigned q) const
 specific lookup function for rank_etaq More...
 
 ~L1MuGMTLFMergeRankEtaQLUT () override
 destructor More...
 
- Public Member Functions inherited from L1MuGMTLUT
 L1MuGMTLUT ()
 Init and Destruct. More...
 
 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...
 
 L1MuGMTLUT (const char *name, const std::string &instances, const std::string &inputs, const std::string &outputs, unsigned vme_addr_width=0, bool distrRAM=false)
 
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, unsigned) const
 
unsigned LookupPacked (int idx, const std::vector< unsigned > &address) const
 additional lookup function (std::vector -> unisgned) More...
 
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 q) 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

LFMergeRankEtaQ look-up table

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

Definition at line 38 of file L1MuGMTLFMergeRankEtaQLUT.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Constructor & Destructor Documentation

◆ L1MuGMTLFMergeRankEtaQLUT()

L1MuGMTLFMergeRankEtaQLUT::L1MuGMTLFMergeRankEtaQLUT ( )
inline

constuctor using function-lookup

Definition at line 43 of file L1MuGMTLFMergeRankEtaQLUT.h.

References InitParameters().

44  : L1MuGMTLUT("LFMergeRankEtaQ", "DT BRPC CSC FRPC", "eta(6) q(3)", "flag(1) rank_etaq(7)", 8, false) {
46  };
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
L1MuGMTLUT()
Init and Destruct.
Definition: L1MuGMTLUT.h:80

◆ ~L1MuGMTLFMergeRankEtaQLUT()

L1MuGMTLFMergeRankEtaQLUT::~L1MuGMTLFMergeRankEtaQLUT ( )
inlineoverride

destructor

Definition at line 49 of file L1MuGMTLFMergeRankEtaQLUT.h.

49 {};

Member Function Documentation

◆ InitParameters()

void L1MuGMTLFMergeRankEtaQLUT::InitParameters ( )
private

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

Definition at line 36 of file L1MuGMTLFMergeRankEtaQLUT.cc.

Referenced by L1MuGMTLFMergeRankEtaQLUT().

36 {}

◆ LookupFunctionPacked()

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

access to lookup function with packed input and output

Reimplemented from L1MuGMTLUT.

Definition at line 77 of file L1MuGMTLFMergeRankEtaQLUT.h.

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

77  {
78  std::vector<unsigned> addr = u2vec(address, m_Inputs);
79  return TheLookupFunction(idx, addr[0], addr[1]);
80  };
std::vector< unsigned > u2vec(unsigned value, const std::vector< port > &widths) const
generate composite address or value from compact unsigned
Definition: L1MuGMTLUT.h:251
std::vector< port > m_Inputs
Definition: L1MuGMTLUT.h:214
unsigned TheLookupFunction(int idx, unsigned eta, unsigned q) const
The lookup function - here the functionality of the LUT is implemented.

◆ SpecificLookup()

unsigned L1MuGMTLFMergeRankEtaQLUT::SpecificLookup ( int  idx,
unsigned  eta,
unsigned  q 
) const
inline

specific lookup function for entire output field

Definition at line 68 of file L1MuGMTLFMergeRankEtaQLUT.h.

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

68  {
69  std::vector<unsigned> addr(2);
70  addr[0] = eta;
71  addr[1] = q;
72  return LookupPacked(idx, addr);
73  };
unsigned LookupPacked(int idx, unsigned) const
Definition: L1MuGMTLUT.h:272

◆ SpecificLookup_flag()

unsigned L1MuGMTLFMergeRankEtaQLUT::SpecificLookup_flag ( int  idx,
unsigned  eta,
unsigned  q 
) const
inline

specific lookup function for flag

Definition at line 52 of file L1MuGMTLFMergeRankEtaQLUT.h.

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

Referenced by L1MuGMTMerger::merge_rank().

52  {
53  std::vector<unsigned> addr(2);
54  addr[0] = eta;
55  addr[1] = q;
56  return Lookup(idx, addr)[0];
57  };
std::vector< unsigned > Lookup(int idx, const std::vector< unsigned > &address) const
additional lookup function (std::vector -> vector)
Definition: L1MuGMTLUT.h:121

◆ SpecificLookup_rank_etaq()

unsigned L1MuGMTLFMergeRankEtaQLUT::SpecificLookup_rank_etaq ( int  idx,
unsigned  eta,
unsigned  q 
) const
inline

specific lookup function for rank_etaq

Definition at line 60 of file L1MuGMTLFMergeRankEtaQLUT.h.

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

Referenced by L1MuGMTMerger::merge_rank().

60  {
61  std::vector<unsigned> addr(2);
62  addr[0] = eta;
63  addr[1] = q;
64  return Lookup(idx, addr)[1];
65  };
std::vector< unsigned > Lookup(int idx, const std::vector< unsigned > &address) const
additional lookup function (std::vector -> vector)
Definition: L1MuGMTLUT.h:121

◆ TheLookupFunction()

unsigned L1MuGMTLFMergeRankEtaQLUT::TheLookupFunction ( int  idx,
unsigned  eta,
unsigned  q 
) const
private

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

Definition at line 42 of file L1MuGMTLFMergeRankEtaQLUT.cc.

References PVValHelper::eta, RemoveAddSevLevel::flag, L1MuScale::getCenter(), L1MuTriggerScales::getRegionalEtaScale(), L1MuGMTConfig::getTriggerScales(), heavyIonCSV_trainingSettings::idx, L1MuGMTLUT::m_GeneralLUTVersion, and submitPVResolutionJobs::q.

Referenced by LookupFunctionPacked().

42  {
43  // idx is DT, BRPC, CSC, FRPC
44  // INPUTS: eta(6) q(3)
45  // OUTPUTS: flag(1) rank_etaq(7)
46 
47  const L1MuTriggerScales* theTriggerScales = L1MuGMTConfig::getTriggerScales();
48 
49  // int isRPC = idx % 2;
50  // int isFWD = idx / 2;
51 
52  float etaValue = theTriggerScales->getRegionalEtaScale(idx)->getCenter(eta);
53 
54  unsigned flag = 0;
55  switch (idx) {
56  case 0: // DT
57  // if ( (q==1 || q==4 || q==6 || q==7) ||
58  // ( (q==2 || q==3) && (fabs(etaValue) < 0.9) ) ) flag=1;
59  flag = 1;
60  break;
61  case 1: // bRPC
62  if (q == 0 and fabs(etaValue) > 0.7)
63  flag = 1;
64  // flag =1;
65  break;
66  case 2: // CSC
67  // if ( (q==2 || fabs(etaValue) < 1.2) || q==3) flag =1;
68  if (q == 3)
69  flag = 1;
70  break;
71  case 3: // fRPC
72  // if (q==3) flag =1;
73  flag = 1;
74  }
75 
76  // use local quality as rank
77  unsigned rank_etaq = q;
78  // add 1 to RPC in order to promote it in case of equality (should go with the fix in L1MuGMTMerger.cc)
79  if (idx == 1 || idx == 3)
80  rank_etaq++;
81  if (m_GeneralLUTVersion == 0) {
82  // in the overlap region promote RPC (valid for 2011 data)
83  if ((idx == 1 || idx == 3) && (fabs(etaValue) > 1. && fabs(etaValue) < 1.23))
84  rank_etaq = 7;
85  }
86 
87  return flag << 7 | rank_etaq;
88 }
virtual float getCenter(unsigned packed) const =0
get the center of bin represented by packed
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...
static const L1MuTriggerScales * getTriggerScales()
unsigned m_GeneralLUTVersion
Definition: L1MuGMTLUT.h:222