Variables | |
int | addr = 0 |
tuple | compNTT4Range = xrange(0,32) |
tuple | etaRange = xrange(0,41) |
int | extraCount = 0 |
string | printBins = "" |
list | towerAreas |
tuple | towEtThresh = int(round(float(towerAreas[ieta])*(1/(1+math.exp(-0.2*(ieta-5))))*(float(compNTT4)/10))) |
tuple | towEtThreshLUTFile = open(os.environ['LOCALRT']+"/src/L1Trigger/L1TCalorimeter/data/lut_towEtThresh_2017v4_excl30.txt", "w") |
Python script for generating LUT to return tower Et threshold for energy sums # Input 1: 5 bits - compressed pileup estimate, as used for EG # Input 2: 6 bits - abs(ieta) = absolute value of ieta of the trigger tower # Tower Et threshold not applied for ieta <= 15 # LUT address input = compressedPileupEstimate << 6 | abs(ieta) # Returns 9 bits for tower et threshold # Author: Aaron Bundock (aaron. More... | |
int generateTowerEtThresholdLUT_excl30.addr = 0 |
Definition at line 57 of file generateTowerEtThresholdLUT_excl30.py.
tuple generateTowerEtThresholdLUT_excl30.compNTT4Range = xrange(0,32) |
Definition at line 56 of file generateTowerEtThresholdLUT_excl30.py.
tuple generateTowerEtThresholdLUT_excl30.etaRange = xrange(0,41) |
Definition at line 55 of file generateTowerEtThresholdLUT_excl30.py.
int generateTowerEtThresholdLUT_excl30.extraCount = 0 |
Definition at line 83 of file generateTowerEtThresholdLUT_excl30.py.
string generateTowerEtThresholdLUT_excl30.printBins = "" |
Definition at line 58 of file generateTowerEtThresholdLUT_excl30.py.
list generateTowerEtThresholdLUT_excl30.towerAreas |
Definition at line 50 of file generateTowerEtThresholdLUT_excl30.py.
int generateTowerEtThresholdLUT_excl30.towEtThresh = int(round(float(towerAreas[ieta])*(1/(1+math.exp(-0.2*(ieta-5))))*(float(compNTT4)/10))) |
Definition at line 62 of file generateTowerEtThresholdLUT_excl30.py.
tuple generateTowerEtThresholdLUT_excl30.towEtThreshLUTFile = open(os.environ['LOCALRT']+"/src/L1Trigger/L1TCalorimeter/data/lut_towEtThresh_2017v4_excl30.txt", "w") |
Python script for generating LUT to return tower Et threshold for energy sums # Input 1: 5 bits - compressed pileup estimate, as used for EG # Input 2: 6 bits - abs(ieta) = absolute value of ieta of the trigger tower # Tower Et threshold not applied for ieta <= 15 # LUT address input = compressedPileupEstimate << 6 | abs(ieta) # Returns 9 bits for tower et threshold # Author: Aaron Bundock (aaron.
*nospamthankyamaam*bundock.ch) # Date: 26/04/17 # #
Definition at line 31 of file generateTowerEtThresholdLUT_excl30.py.