Skip to content
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

[11_2_X] EMTF Emulator Update to Add Displaced Muon pT & Dxy Assignment #32642

Merged
merged 9 commits into from
Feb 11, 2021

Conversation

eyigitba
Copy link
Contributor

@eyigitba eyigitba commented Jan 12, 2021

PR description:

This PR updates EMTF emulator by adding a new class (PtAssignmentEngineDxy) that handles vertex unconstrained pT and Dxy assignment. The changes should not affect anything for prompt muons. The main changes are:

  • Added PtAssignmentEngineDxy and necessary changes to the EMTF algorithm to support it.
  • Added setters and getters for vertex unconstrained pT and Dxy to EMTFTrack

PR validation:

Validated with:

  • scram b runtests
  • runTheMatrix.py -l limited -i all --ibeos

if this PR is a backport please specify the original PR and why you need to backport that PR:

This is a backport of PR #32813, which is done to include this update in Run 3 MC campaigns and upcoming MWGRs.

Notifications: @jiafulow

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @eyigitba for CMSSW_11_2_X.

It involves the following packages:

DataFormats/L1TMuon
L1Trigger/L1TMuonEndCap

@cmsbuild, @rekovic, @jmduarte can you please review it and eventually sign? Thanks.
@dinyar, @Martin-Grunewald, @rovere, @thomreis this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

Pull request #32642 was updated. @cmsbuild, @rekovic, @jmduarte can you please check and sign again.

@rekovic
Copy link
Contributor

rekovic commented Jan 13, 2021

please remove the data file
L1Trigger/L1TMuonEndCap/data/emtfpp_tf_graphs/model_graph.displ.5.pb
and PRit to external data repostitory https://github.com/cms-l1t-offline/L1Trigger-L1TMuon

@cmsbuild
Copy link
Contributor

Pull request #32642 was updated. @cmsbuild, @rekovic, @jmduarte can you please check and sign again.

@silviodonato
Copy link
Contributor

test parameters:

@silviodonato
Copy link
Contributor

test parameters:

@cmsbuild
Copy link
Contributor

Pull request #32642 was updated. @cmsbuild, @rekovic, @jmduarte can you please check and sign again.

@mrodozov
Copy link
Contributor

mrodozov commented Jan 19, 2021

the PR is on the fork of cms-data instead of that branch being used for a cms-data PR :)
it's a fork of a fork :D ok let me fix it after the meeting

@mrodozov
Copy link
Contributor

test parameters:
pull_request = cms-data/L1Trigger-L1TMuon#19

@mrodozov
Copy link
Contributor

looks like this is backport of #32641 on 11_2

@mrodozov
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-53fc5c/12372/summary.html
COMMIT: 6c964d7
CMSSW: CMSSW_11_2_X_2021-01-19-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32642/12372/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2529619
  • DQMHistoTests: Total failures: 88
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2529509
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 35 files compared)
  • Checked 151 log files, 37 edm output root files, 36 DQM output files

@eyigitba
Copy link
Contributor Author

eyigitba commented Feb 4, 2021

The main PR (#32641 ) had some thread safety issues in the IB. I am now fixing those with a new PR.

Should I update this PR directly or should I wait for it to be merged and submit another backport?

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2021

Pull request #32642 was updated. @cmsbuild, @rekovic, @jmduarte can you please check and sign again.

@mrodozov
Copy link
Contributor

mrodozov commented Feb 4, 2021

I understand it needs the same data external + code changes from the last commit

@mrodozov
Copy link
Contributor

mrodozov commented Feb 4, 2021

please test

@eyigitba
Copy link
Contributor Author

eyigitba commented Feb 4, 2021

I understand it needs the same data external + code changes from the last commit

yes that's correct

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-53fc5c/12707/summary.html
COMMIT: 67e5ed4
CMSSW: CMSSW_11_2_X_2021-02-03-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32642/12707/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2529619
  • DQMHistoTests: Total failures: 93
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2529503
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 35 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 151 log files, 37 edm output root files, 36 DQM output files

@silviodonato
Copy link
Contributor

If you have updated the code to #32813, please update the PR description (ie. please remove #32641)

@eyigitba
Copy link
Contributor Author

eyigitba commented Feb 9, 2021

If you have updated the code to #32813, please update the PR description (ie. please remove #32641)

Sorry about that. I updated the PR description to point to the correct PR.

@rekovic
Copy link
Contributor

rekovic commented Feb 10, 2021

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_11_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Feb 11, 2021

+1

@cmsbuild cmsbuild merged commit 367ff03 into cms-sw:CMSSW_11_2_X Feb 11, 2021
@christopheralanwest
Copy link
Contributor

There are many failing relvals in the 11_2_X IBs, with errors such as:

----- Begin Fatal Exception 12-Feb-2021 01:54:37 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 3 stream: 1
   [1] Running path 'FEVTDEBUGHLToutput_step'
   [2] Prefetching for module PoolOutputModule/'FEVTDEBUGHLToutput'
   [3] Prefetching for module RawDataCollectorByLabel/'rawDataCollector'
   [4] Prefetching for module L1TDigiToRaw/'gmtStage2Raw'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /data/cmsbld/jenkins/workspace/ib-run-relvals/CMSSW_11_2_X_2021-02-11-2300/poison:/data/cmsbld/jenkins/workspace/ib-run-relvals/CMSSW_11_2_X_2021-02-11-2300/src:/data/cmsbld/jenkins/workspace/ib-run-relvals/CMSSW_11_2_X_2021-02-11-2300/external/cc8_amd64_gcc9/data:/cvmfs/cms-ib.cern.ch/nweek-02667/cc8_amd64_gcc9/cms/cmssw-patch/CMSSW_11_2_X_2021-02-11-2300/poison:/cvmfs/cms-ib.cern.ch/nweek-02667/cc8_amd64_gcc9/cms/cmssw-patch/CMSSW_11_2_X_2021-02-11-2300/src:/cvmfs/cms-ib.cern.ch/nweek-02667/cc8_amd64_gcc9/cms/cmssw-patch/CMSSW_11_2_X_2021-02-11-2300/external/cc8_amd64_gcc9/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-relvals/CMSSW_11_2_X_2021-02-11-2300/pyRelval/135.1_TTbar_13+TTbarFS_13+HARVESTUP15FS+MINIAODMCUP15FS
----- End Fatal Exception -------------------------------------------------

These are apparently a consequence of merging this PR. Is a fix underway?

@eyigitba
Copy link
Contributor Author

This looks like the data file from cms-data/L1Trigger-L1TMuon#19 is missing somehow. I don't know why. @rekovic can we do something about this?

@qliphy
Copy link
Contributor

qliphy commented Feb 13, 2021

@eyigitba @rekovic @silviodonato @smuzaffar It seems that we need to update 11_2 tag for L1Trigger-L1TMuon to V01-03-00: similarly as done in the PR for master: cms-sw/cmsdist#6616

@smuzaffar
Copy link
Contributor

done here cms-sw/cmsdist#6646 and merged for next Ib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants