#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <fstream>
#include <iostream>
#include "Geometry/CSCGeometry/interface/CSCGeometry.h"
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "L1Trigger/CSCCommonTrigger/interface/CSCTriggerGeometry.h"
#include "L1Trigger/L1TMuonEndCap/interface/PtAssignment.h"
#include "L1Trigger/L1TMuonEndCap/interface/EmulatorClasses.h"
#include "TFile.h"
#include "TH1F.h"
Go to the source code of this file.
Functions | |
static float | getCLCT (float clct) |
static float | getdPhiFromBin (int dPhiBin, int bits, int max=512) |
static float | getdTheta (float dTheta) |
static float | getEta (float eta, int bits=5) |
static float | getEtafromBin (int etaBin, int bits=5) |
static int | getEtaInt (float eta, int bits=5) |
static float | getNLBdPhi (float dPhi, int bits, int max=512) |
static int | getNLBdPhiBin (float dPhi, int bits, int max=512) |
Variables | |
static const int | dPhiNLBMap_5bit [32] |
static const int | dPhiNLBMap_5bit_256Max [32] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 25, 28, 31, 34, 39, 46, 55, 68, 91, 136} |
static const int | dPhiNLBMap_6bit_256Max [64] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 45, 47, 49, 51, 53, 56, 58, 61, 65, 68, 73, 78, 83, 89, 97, 106, 116, 129, 145, 166, 193, 232} |
static const int | dPhiNLBMap_7bit [128] |
static const int | dPhiNLBMap_7bit_256Max [128] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 90, 91, 93, 94, 96, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 118, 120, 123, 125, 128, 131, 134, 138, 141, 145, 149, 153, 157, 161, 166, 171, 176, 182, 188, 194, 201, 209, 217, 225, 235, 245} |
static const int | dPhiNLBMap_7bit_512Max [256] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 83, 84, 86, 87, 89, 91, 92, 94, 96, 98, 100, 102, 105, 107, 110, 112, 115, 118, 121, 124, 127, 131, 135, 138, 143, 147, 152, 157, 162, 168, 174, 181, 188, 196, 204, 214, 224, 235, 247, 261, 276, 294, 313, 336, 361, 391, 427, 470} |
static const int | dPhiNLBMap_8bit [256] |
static const int | dPhiNLBMap_8bit_512Max [256] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 167, 168, 170, 171, 172, 174, 175, 176, 178, 179, 180, 182, 183, 185, 186, 188, 190, 191, 193, 194, 196, 198, 200, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 228, 230, 232, 235, 237, 240, 242, 245, 248, 250, 253, 256, 259, 262, 265, 268, 272, 275, 278, 282, 285, 289, 293, 297, 300, 305, 309, 313, 317, 322, 327, 331, 336, 341, 347, 352, 358, 363, 369, 375, 382, 388, 395, 402, 410, 417, 425, 433, 442, 450, 460, 469, 479, 490, 500} |
|
static |
Definition at line 289 of file PtAssignment.cc.
Referenced by l1t::EmtfPtAssignment::calculateAddress().
|
static |
Definition at line 259 of file PtAssignment.cc.
References bits, dPhiNLBMap_5bit_256Max, dPhiNLBMap_6bit_256Max, dPhiNLBMap_7bit_256Max, dPhiNLBMap_7bit_512Max, dPhiNLBMap_8bit_512Max, and bookConverter::max.
Referenced by l1t::EmtfPtAssignment::calculatePt().
|
static |
Definition at line 332 of file PtAssignment.cc.
Referenced by l1t::EmtfPtAssignment::calculateAddress().
|
static |
Definition at line 386 of file PtAssignment.cc.
References bits, and edm::shift.
Referenced by MuonTrackValidator::analyze(), l1t::EmtfPtAssignment::calculateAddress(), and GflashEMShowerProfile::getDistanceToOut().
|
static |
Definition at line 420 of file PtAssignment.cc.
References bits, and edm::shift.
Referenced by l1t::EmtfPtAssignment::calculatePt().
|
static |
Definition at line 402 of file PtAssignment.cc.
References bits, and edm::shift.
Referenced by l1t::EmtfPtAssignment::calculateAddress().
|
static |
Definition at line 121 of file PtAssignment.cc.
References bits, dPhiNLBMap_5bit_256Max, dPhiNLBMap_6bit_256Max, dPhiNLBMap_7bit_256Max, dPhiNLBMap_7bit_512Max, dPhiNLBMap_8bit_512Max, and bookConverter::max.
Referenced by l1t::EmtfPtAssignment::calculateAddress().
|
static |
Definition at line 192 of file PtAssignment.cc.
References bits, dPhiNLBMap_5bit_256Max, dPhiNLBMap_6bit_256Max, dPhiNLBMap_7bit_256Max, dPhiNLBMap_7bit_512Max, dPhiNLBMap_8bit_512Max, and bookConverter::max.
Referenced by l1t::EmtfPtAssignment::calculateAddress().
|
static |
Definition at line 106 of file PtAssignment.cc.
Referenced by getAddress().
|
static |
Definition at line 93 of file PtAssignment.cc.
Referenced by getdPhiFromBin(), getNLBdPhi(), and getNLBdPhiBin().
|
static |
Definition at line 95 of file PtAssignment.cc.
Referenced by getdPhiFromBin(), getNLBdPhi(), and getNLBdPhiBin().
|
static |
Definition at line 111 of file PtAssignment.cc.
Referenced by getAddress().
|
static |
Definition at line 97 of file PtAssignment.cc.
Referenced by getdPhiFromBin(), getNLBdPhi(), and getNLBdPhiBin().
|
static |
Definition at line 101 of file PtAssignment.cc.
Referenced by getdPhiFromBin(), getNLBdPhi(), and getNLBdPhiBin().
|
static |
Definition at line 116 of file PtAssignment.cc.
|
static |
Definition at line 103 of file PtAssignment.cc.
Referenced by getdPhiFromBin(), getNLBdPhi(), and getNLBdPhiBin().