Functions | |
def | getJetProperties |
def | printJetProperties |
Variables | |
tuple | beEtaRange = xrange(16,29) |
tuple | hfEtaRange = xrange(29,41) |
list | jetEtaSizes = [9,8,7,6,5,4,3] |
list | towerEtaWidths |
Python script for studying eta dependence of jet sizes and seed centrality # Author: Aaron Bundock (aaron. More... | |
def studyJets.getJetProperties | ( | jetSeed, | |
etaFwd, | |||
etaCen | |||
) |
Definition at line 26 of file studyJets.py.
References funct.abs().
Referenced by printJetProperties().
def studyJets.printJetProperties | ( | etaRange | ) |
Definition at line 53 of file studyJets.py.
References getJetProperties(), if(), print(), and str.
tuple studyJets.beEtaRange = xrange(16,29) |
Definition at line 105 of file studyJets.py.
tuple studyJets.hfEtaRange = xrange(29,41) |
Definition at line 106 of file studyJets.py.
list studyJets.jetEtaSizes = [9,8,7,6,5,4,3] |
Definition at line 109 of file studyJets.py.
list studyJets.towerEtaWidths |
Python script for studying eta dependence of jet sizes and seed centrality # Author: Aaron Bundock (aaron.
*nospamthankyamaam*bundock.ch) # Date: 15/01/18 # #
Definition at line 18 of file studyJets.py.