Main Page
Namespaces
Classes
Package Documentation
L1Trigger
GlobalMuonTrigger
src
L1MuGMTLFMergeRankPtQLUT.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: L1MuGMTLFMergeRankPtQLUT
4
//
5
//
6
//
7
// Author :
8
// H. Sakulin HEPHY Vienna
9
//
10
// Migrated to CMSSW:
11
// I. Mikulec
12
//
13
//--------------------------------------------------
14
15
//-----------------------
16
// This Class's Header --
17
//-----------------------
18
#include "
L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.h
"
19
20
//---------------
21
// C++ Headers --
22
//---------------
23
24
//-------------------------------
25
// Collaborating Class Headers --
26
//-------------------------------
27
28
//-------------------
29
// InitParameters --
30
//-------------------
31
32
void
L1MuGMTLFMergeRankPtQLUT::InitParameters
() {
33
}
34
35
//------------------------
36
// The Lookup Function --
37
//------------------------
38
39
unsigned
L1MuGMTLFMergeRankPtQLUT::TheLookupFunction
(
int
idx
,
unsigned
q
,
unsigned
pt
)
const
{
40
// idx is DT, BRPC, CSC, FRPC
41
// INPUTS: q(3) pt(5)
42
// OUTPUTS: rank_ptq(2)
43
44
45
// a dependence of the merge rank on pt an quality can be defined, here
46
return
0;
47
}
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
EnergyCorrector.pt
pt
Definition:
EnergyCorrector.py:45
L1MuGMTLFMergeRankPtQLUT.h
L1MuGMTLFMergeRankPtQLUT::TheLookupFunction
unsigned TheLookupFunction(int idx, unsigned q, unsigned pt) const
The lookup function - here the functionality of the LUT is implemented.
Definition:
L1MuGMTLFMergeRankPtQLUT.cc:39
training_settings.idx
idx
Definition:
training_settings.py:16
L1MuGMTLFMergeRankPtQLUT::InitParameters
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
Definition:
L1MuGMTLFMergeRankPtQLUT.cc:32
lumiQueryAPI.q
q
Definition:
lumiQueryAPI.py:1839
Generated for CMSSW Reference Manual by
1.8.11