Functions | |
def | getJetProperties (jetSeed, etaFwd, etaCen) |
def | printJetProperties (etaRange) |
Variables | |
beEtaRange | |
hfEtaRange | |
jetEtaSizes | |
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(), ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), print(), and str.
studyJets.beEtaRange |
Definition at line 105 of file studyJets.py.
studyJets.hfEtaRange |
Definition at line 106 of file studyJets.py.
studyJets.jetEtaSizes |
Definition at line 109 of file studyJets.py.
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.