-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[L1T] Phase-2 update phase 2 emulator sequence #38375
Conversation
A new Pull Request was created by @cecilecaillol for master. It involves the following packages:
@rekovic, @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test with cms-data/L1Trigger-Phase2L1ParticleFlow#4 |
-1 Failed Tests: RelVals RelVals-INPUT 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: RelVals
RelVals-INPUT
|
@folguera The relval error above disappears if I comment the 2 keep lines https://github.com/cms-sw/cmssw/pull/38375/files#diff-9ee5d95b80750ddfe3e1fb7513dbd7cf445e6c1b52239b3275dc652d385ea4f0R211-R212 Do you know how to solve the problem (I guess commenting the lines is a problem because we will miss some objects in the end)? |
Following the issue with @jaimeleonh - muonDTDigis refers to data. We need simMuonDTDigis for it to work on TTBar Phase2 MC. An easy fix is changing that in SimL1Emulator: CalibratedDigis.dtDigiTag = "simMuonDTDigis" before line 75 (L1Trigger/Configuration/python/SimL1Emulator_cff.py#L75) A more elegant way would be to do it with the Eras. I have not ran the tests yet, but the solution is along those lines. |
Pull request #38375 was updated. @rekovic, @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please check and sign again. |
Pull request #38375 was updated. @rekovic, @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please check and sign again. |
please test with cms-data/L1Trigger-Phase2L1ParticleFlow#4 |
-1 Failed Tests: RelVals RelVals-INPUT 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: RelVals
RelVals-INPUTThe relvals timed out after 4 hours. |
PR description:
Use new emulators instead of old simulation