CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
L1MuGMTMIAUEtaProLUT Class Reference

#include <L1MuGMTMIAUEtaProLUT.h>

Inheritance diagram for L1MuGMTMIAUEtaProLUT:
L1MuGMTLUT

Public Types

enum  {
  MIP_DT, MIP_BRPC, ISO_DT, ISO_BRPC,
  MIP_CSC, MIP_FRPC, ISO_CSC, ISO_FRPC
}
 
- Public Types inherited from L1MuGMTLUT
typedef std::pair< std::string, unsigned > port
 

Public Member Functions

 L1MuGMTMIAUEtaProLUT ()
 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 pt, unsigned charge) const
 specific lookup function for entire output field More...
 
unsigned SpecificLookup_eta_sel (int idx, unsigned eta, unsigned pt, unsigned charge) const
 specific lookup function for eta_sel More...
 
 ~L1MuGMTMIAUEtaProLUT () 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 pt, unsigned charge) const
 The lookup function - here the functionality of the LUT is implemented. More...
 

Private Attributes

int m_IsolationCellSizeEta
 Private data members (LUT parameters);. More...
 

Static Private Attributes

static float caloEtaBounds [15]
 

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

MIAUEtaPro look-up table

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

Definition at line 40 of file L1MuGMTMIAUEtaProLUT.h.

Member Enumeration Documentation

anonymous enum

Constructor & Destructor Documentation

L1MuGMTMIAUEtaProLUT::L1MuGMTMIAUEtaProLUT ( )
inline

constuctor using function-lookup

Definition at line 46 of file L1MuGMTMIAUEtaProLUT.h.

References InitParameters().

46  : L1MuGMTLUT("MIAUEtaPro",
47  "MIP_DT MIP_BRPC ISO_DT ISO_BRPC MIP_CSC MIP_FRPC ISO_CSC ISO_FRPC",
48  "eta(6) pt(5) charge(1)",
49  "eta_sel(10)", 12, false) {
51  } ;
L1MuGMTLUT()
Init and Destruct.
Definition: L1MuGMTLUT.h:83
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
L1MuGMTMIAUEtaProLUT::~L1MuGMTMIAUEtaProLUT ( )
inlineoverride

destructor

Definition at line 54 of file L1MuGMTMIAUEtaProLUT.h.

54 {};

Member Function Documentation

void L1MuGMTMIAUEtaProLUT::InitParameters ( )
private

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

Definition at line 43 of file L1MuGMTMIAUEtaProLUT.cc.

References L1MuGMTConfig::getIsolationCellSizeEta(), and m_IsolationCellSizeEta.

Referenced by L1MuGMTMIAUEtaProLUT(), and LookupFunctionPacked().

43  {
45 }
int m_IsolationCellSizeEta
Private data members (LUT parameters);.
static int getIsolationCellSizeEta()
unsigned L1MuGMTMIAUEtaProLUT::LookupFunctionPacked ( int  idx,
unsigned  address 
) const
inlineoverridevirtual

access to lookup function with packed input and output

Reimplemented from L1MuGMTLUT.

Definition at line 78 of file L1MuGMTMIAUEtaProLUT.h.

References ALCARECOTkAlJpsiMuMu_cff::charge, PVValHelper::eta, training_settings::idx, InitParameters(), L1MuGMTLUT::m_Inputs, EnergyCorrector::pt, TheLookupFunction(), and L1MuGMTLUT::u2vec().

78  {
79  std::vector<unsigned> addr = u2vec(address, m_Inputs);
80  return TheLookupFunction(idx ,addr[0] ,addr[1] ,addr[2]);
81 
82  };
std::vector< port > m_Inputs
Definition: L1MuGMTLUT.h:201
unsigned TheLookupFunction(int idx, unsigned eta, unsigned pt, unsigned charge) const
The lookup function - here the functionality of the LUT is implemented.
std::vector< unsigned > u2vec(unsigned value, const std::vector< port > &widths) const
generate composite address or value from compact unsigned
Definition: L1MuGMTLUT.h:239
unsigned L1MuGMTMIAUEtaProLUT::SpecificLookup ( int  idx,
unsigned  eta,
unsigned  pt,
unsigned  charge 
) const
inline

specific lookup function for entire output field

Definition at line 66 of file L1MuGMTMIAUEtaProLUT.h.

References ALCARECOTkAlJpsiMuMu_cff::charge, PVValHelper::eta, L1MuGMTLUT::LookupPacked(), and EnergyCorrector::pt.

66  {
67  std::vector<unsigned> addr(3);
68  addr[0] = eta;
69  addr[1] = pt;
70  addr[2] = charge;
71  return LookupPacked(idx, addr);
72  };
unsigned LookupPacked(int idx, unsigned) const
Definition: L1MuGMTLUT.h:260
unsigned L1MuGMTMIAUEtaProLUT::SpecificLookup_eta_sel ( int  idx,
unsigned  eta,
unsigned  pt,
unsigned  charge 
) const
inline

specific lookup function for eta_sel

Definition at line 57 of file L1MuGMTMIAUEtaProLUT.h.

References ALCARECOTkAlJpsiMuMu_cff::charge, PVValHelper::eta, L1MuGMTLUT::Lookup(), and EnergyCorrector::pt.

Referenced by L1MuGMTEtaProjectionUnit::run().

57  {
58  std::vector<unsigned> addr(3);
59  addr[0] = eta;
60  addr[1] = pt;
61  addr[2] = charge;
62  return Lookup(idx, addr) [0];
63  };
std::vector< unsigned > Lookup(int idx, const std::vector< unsigned > &address) const
additional lookup function (std::vector -> vector)
Definition: L1MuGMTLUT.h:115
unsigned L1MuGMTMIAUEtaProLUT::TheLookupFunction ( int  idx,
unsigned  eta,
unsigned  pt,
unsigned  charge 
) const
private

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

Definition at line 67 of file L1MuGMTMIAUEtaProLUT.cc.

References L1MuGMTEtaLUT::eta(), L1MuGMTConfig::getCaloGeom(), L1MuScale::getCenter(), L1MuScale::getLowEdge(), L1MuTriggerPtScale::getPtScale(), L1MuTriggerScales::getRegionalEtaScale(), L1MuGMTConfig::getTriggerPtScale(), L1MuGMTConfig::getTriggerScales(), L1CaloGeometry::globalEtaBinCenter(), L1CaloGeometry::globalEtaIndex(), mps_fire::i, GeomDetEnumerators::isRPC(), m_IsolationCellSizeEta, L1MuGMTLUT::m_saveFlag, and L1CaloGeometry::numberGctForwardEtaBinsPerHalf().

Referenced by LookupFunctionPacked().

67  {
68  // idx is MIP_DT, MIP_BRPC, ISO_DT, ISO_BRPC, MIP_CSC, MIP_FRPC, ISO_CSC, ISO_FRPC
69  // INPUTS: eta(6) pt(5) charge(1)
70  // OUTPUTS: eta_sel(10)
71 
72  // const L1MuGMTScales* theGMTScales = L1MuGMTConfig::getGMTScales();
73  const L1MuTriggerScales* theTriggerScales = L1MuGMTConfig::getTriggerScales();
74  const L1MuTriggerPtScale* theTriggerPtScale = L1MuGMTConfig::getTriggerPtScale();
75  const L1CaloGeometry* theCaloGeom = L1MuGMTConfig::getCaloGeom() ;
76 
77  int isRPC = idx % 2;
78  int isFWD = idx / 4;
79 
80  int isISO = (idx / 2) % 2;
81 
82  int idx_drcr = isFWD * 2 + isRPC;
83 
84  if (pt==0) return 0; // empty candidate
85 
86  int ch_idx = (charge == 0) ? 1 : 0; // positive charge is 0 (but idx 1)
87 
88  float oldeta = theTriggerScales->getRegionalEtaScale(idx_drcr)->getCenter(eta);
89 
90  if (idx_drcr==2) oldeta = theTriggerScales->getRegionalEtaScale(idx_drcr)->getLowEdge(eta); //FIXME use center when changed in ORCA
91 
92  if ( (isRPC && isFWD && fabs(oldeta) < 1.04 ) ||
93  (isRPC && !isFWD && fabs(oldeta) > 1.04 ) ) {
94  if(!m_saveFlag) edm::LogWarning("LUTRangeViolation")
95  << "L1MuGMTMIAUEtaProLUT::TheLookupFunction: RPC " << (isFWD?"fwd":"brl")
96  << " eta value out of range: " << oldeta;
97  }
98 
99  // eta conversion depends only on isys by default
100  int isys = isFWD + 2 * isRPC; // DT, CSC, BRPC, FRPC
101  float neweta = L1MuGMTEtaLUT::eta (isys, isISO, ch_idx, oldeta,
102  theTriggerPtScale->getPtScale()->getLowEdge(pt) ); // use old LUT, here
103  // theTriggerScales->getPtScale()->getLowEdge(pt) ); // use old LUT, here
104 
105 
106  // unsigned icenter = theGMTScales->getCaloEtaScale()->getPacked( neweta );
107  // globalEtaIndex is 0-21 for forward+central; need to shift to 0-13 for central only
108  unsigned icenter = theCaloGeom->globalEtaIndex( neweta ) - theCaloGeom->numberGctForwardEtaBinsPerHalf() ;
109 
110  unsigned eta_select_word_14 = 1 << icenter; // for the whole detector
111 
112  // for ISOlation bit assignment, multiple regions can be selected according to the IsolationCellSize
113  if (isISO) {
114  int imin = icenter - ( m_IsolationCellSizeEta-1 ) / 2;
115  int imax = icenter + ( m_IsolationCellSizeEta-1 ) / 2;
116 
117  // for even number of isolation cells check the fine grain info
118  if (m_IsolationCellSizeEta%2 == 0) {
119  // float bincenter = theGMTScales->getCaloEtaScale()->getCenter( icenter );
120  // globalEtaIndex is 0-21 for forward+central; need to shift to 0-13 for central only
121  float bincenter = theCaloGeom->globalEtaBinCenter( icenter + theCaloGeom->numberGctForwardEtaBinsPerHalf() );
122  if ( neweta > bincenter ) imax++;
123  else imin--;
124  }
125  if (imin<0) imin=0;
126  if (imax>13) imax=13;
127 
128  for (int i=imin; i<=imax; i++ )
129  eta_select_word_14 |= 1 << i ;
130  }
131 
132  // generate select words for barrel (10 central bits)
133  // and for forward (5+5 fwd bits) case
134  unsigned eta_select_word;
135  if (isFWD) {
136  unsigned mask5 = (1<<5)-1;
137  eta_select_word = eta_select_word_14 & mask5;
138  eta_select_word |= ( eta_select_word_14 & (mask5 << 9) ) >> 4;
139  }
140  else {
141  unsigned mask10 = (1<<10)-1;
142  eta_select_word = ( eta_select_word_14 & (mask10 << 2) ) >> 2;
143  }
144 
145  return eta_select_word;
146 }
unsigned int numberGctForwardEtaBinsPerHalf() const
const L1MuScale * getPtScale() const
get the Pt scale
static const L1CaloGeometry * getCaloGeom()
int m_IsolationCellSizeEta
Private data members (LUT parameters);.
virtual float getCenter(unsigned packed) const =0
get the center of bin represented by packed
static const L1MuTriggerPtScale * getTriggerPtScale()
double globalEtaBinCenter(unsigned int globalEtaIndex) const
bool isRPC(GeomDetEnumerators::SubDetector m)
static const L1MuTriggerScales * getTriggerScales()
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...
bool m_saveFlag
Definition: L1MuGMTLUT.h:208
static float eta(int isys, int isISO, int icharge, float eta, float pt)
look up delta-eta
virtual float getLowEdge(unsigned packed) const =0
get the low edge of bin represented by packed
unsigned int globalEtaIndex(const double &etaValue) const

Member Data Documentation

float L1MuGMTMIAUEtaProLUT::caloEtaBounds[15]
staticprivate

Definition at line 93 of file L1MuGMTMIAUEtaProLUT.h.

int L1MuGMTMIAUEtaProLUT::m_IsolationCellSizeEta
private

Private data members (LUT parameters);.

Definition at line 92 of file L1MuGMTMIAUEtaProLUT.h.

Referenced by InitParameters(), and TheLookupFunction().