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

MTD reconstruction: time back-propagation accounting for variable speed along trajectory #36202

Merged
merged 12 commits into from
Dec 7, 2021

Conversation

fabiocos
Copy link
Contributor

@fabiocos fabiocos commented Nov 22, 2021

PR description:

This PR proposes a revision of last stage of RecoMTD, namely TrackExtenderWithMTD and TofPIDProducer to account for the fact that the particle speed along the trajectory is not constantly equal to the initial one, as assumed in the current code.

Effects are expected to be negligible for relativistic particles, but may induce O(several ps) biases for low momentum particles, depending on the mass used in the time back-propagation.

This PR adds three new ValueMap into the AOD event content, corresponding to the time of flight for three mass hypotheses (pion, kaon and proton) to be used by the TofPIDProducer.

The PR is based on the work documented in https://indico.cern.ch/event/1098101/contributions/4620485/attachments/2349416/4007038/MTDDPG_RECO_20211119.pdf

PR validation:

The code has been tested with both no PU and =200 samples (geometry scenario D77, 100 events).

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36202/26800

  • This PR adds an extra 32KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @fabiocos (Fabio Cossutti) for master.

It involves the following packages:

  • RecoMTD/TimingIDTools (upgrade, reconstruction)
  • RecoMTD/TrackExtender (upgrade, reconstruction)

@jpata, @AdrianoDee, @srimanob, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@fabiocos
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5441d/20669/summary.html
COMMIT: e207800
CMSSW: CMSSW_12_2_X_2021-11-22-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/36202/20669/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
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 206 differences found in the comparisons
  • DQMHistoTests: Total files compared: 42
  • DQMHistoTests: Total histograms compared: 3247021
  • DQMHistoTests: Total failures: 774
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3246225
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 41 files compared)
  • Checked 177 log files, 37 edm output root files, 42 DQM output files
  • TriggerResults: no differences found

RecoMTD/TimingIDTools/plugins/TOFPIDProducer.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
RecoMTD/TrackExtender/plugins/TrackExtenderWithMTD.cc Outdated Show resolved Hide resolved
@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 2, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36202/27074

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 2, 2021

Pull request #36202 was updated. @jpata, @AdrianoDee, @srimanob, @cmsbuild, @slava77 can you please check and sign again.

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 2, 2021

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 2, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5441d/20935/summary.html
COMMIT: afda4d7
CMSSW: CMSSW_12_2_X_2021-12-01-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/36202/20935/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
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 203 differences found in the comparisons
  • DQMHistoTests: Total files compared: 41
  • DQMHistoTests: Total histograms compared: 3041955
  • DQMHistoTests: Total failures: 783
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3041149
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 40 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 175 log files, 37 edm output root files, 41 DQM output files
  • TriggerResults: no differences found

@slava77
Copy link
Contributor

slava77 commented Dec 2, 2021

+reconstruction

for #36202 afda4d7

  • code changes are in line with the PR description and the follow up review
  • jenkins tests pass and comparisons with the baseline show moderate changes in MTD-related quantities in tracks (including in 4D vertices)
    • additionally, new products are saved Product added floatedmValueMap_trackExtenderWithMTD_generalTrackTofP_*, generalTrackTofK, and generalTrackTofPi

@srimanob
Copy link
Contributor

srimanob commented Dec 4, 2021

+Upgrade

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2021

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

@smuzaffar smuzaffar modified the milestones: CMSSW_12_2_X, CMSSW_12_3_X Dec 6, 2021
@qliphy
Copy link
Contributor

qliphy commented Dec 7, 2021

+1

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.

6 participants