Variables | |
addr | |
compNTT4Range | |
etaRange | |
extraCount | |
printBins | |
towerAreas | |
towEtThresh | |
towEtThreshLUTFile | |
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... | |
generateTowerEtThresholdLUT_excl30.addr |
Definition at line 57 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.compNTT4Range |
Definition at line 56 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.etaRange |
Definition at line 55 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.extraCount |
Definition at line 83 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.printBins |
Definition at line 58 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.towerAreas |
Definition at line 50 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.towEtThresh |
Definition at line 62 of file generateTowerEtThresholdLUT_excl30.py.
generateTowerEtThresholdLUT_excl30.towEtThreshLUTFile |
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.