-
Notifications
You must be signed in to change notification settings - Fork 7
Data for L1 MET and JUMP #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pull request #9 was updated. |
|
cms-bot internal usage |
|
A new Pull Request was created by @JunwonTomOh for branch master. @BenjaminRS, @Moanwar, @akritkbehera, @cmsbuild, @iarspider, @quinnanm, @smuzaffar, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. |
|
REMINDER @ftenchini, @mandrenguyen, @sextonkennedy: This PR was tested with cms-sw/cmssw#48308, please check if they should be merged together |
|
test parameters:
|
|
please test |
|
please test |
|
+1 |
|
merge |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9d1d3d/48048/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
|
Integration builds are failing. It seems they are not able to find the data. See for example here: |
I think the issue might be explained at cms-sw/cmssw#48897 (comment) |
This PR adds JSON data files to support the externalization of constants used by the L1 MET emulator and the JUMP algorithm, in support of: cms-sw/cmssw#48308.
In particular:
L1Trigger/Phase2L1ParticleFlow/data/met/l1met_ptphi2pxpy_poly2_v1.json2nd-order polynomial coefficients for the pt,phi→px,py projection
phi_edges (radians, 16 bins → 17 edges), cos2.par{0,1,2}, sin2.par{0,1,2}
includes version, description, and phi_bins metadata
L1Trigger/Phase2L1ParticleFlow/data/met/l1jump_jer_v1.jsonper-|η| linear JER model for JUMP: σ(pT)[GeV] = eta.par0(ηbin)·pT + eta.par1(ηbin)
|η| boundaries at 1.3, 1.7, 2.5, 3.0 (defining 5 bins), arrays a and b
includes version and description metadata