Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1Trigger
GlobalMuonTrigger
src
L1MuGMTLFMergeRankEtaPhiLUT.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: L1MuGMTLFMergeRankEtaPhiLUT
4
//
5
//
6
// $Date: 2006/11/17 08:25:34 $
7
// $Revision: 1.2 $
8
//
9
// Author :
10
// H. Sakulin HEPHY Vienna
11
//
12
// Migrated to CMSSW:
13
// I. Mikulec
14
//
15
//--------------------------------------------------
16
17
//-----------------------
18
// This Class's Header --
19
//-----------------------
20
#include "
L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.h
"
21
22
//---------------
23
// C++ Headers --
24
//---------------
25
26
//-------------------------------
27
// Collaborating Class Headers --
28
//-------------------------------
29
30
//-------------------
31
// InitParameters --
32
//-------------------
33
34
void
L1MuGMTLFMergeRankEtaPhiLUT::InitParameters
() {
35
}
36
37
//------------------------
38
// The Lookup Function --
39
//------------------------
40
41
unsigned
L1MuGMTLFMergeRankEtaPhiLUT::TheLookupFunction
(
int
idx,
unsigned
eta
,
unsigned
phi
)
const
{
42
// idx is DT, BRPC, CSC, FRPC
43
// INPUTS: eta(6) phi(8)
44
// OUTPUTS: rank_etaphi(1)
45
46
// return zero to reduce merge rank for a certain region
47
return
1;
48
}
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
eta
T eta() const
Definition:
Basic3DVectorLD.h:168
L1MuGMTLFMergeRankEtaPhiLUT.h
L1MuGMTLFMergeRankEtaPhiLUT::InitParameters
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
Definition:
L1MuGMTLFMergeRankEtaPhiLUT.cc:34
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:41
phi
Definition:
DDAxes.h:10
Generated for CMSSW Reference Manual by
1.8.5