-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Added displaced muon information to the EMTF emulator DQM #45664
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45664/41202 |
A new Pull Request was created by @lrburack for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
+1
|
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. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The EMTF emulator DQM will now include the displaced muon pT and dxy information which was added to the EMTF in 2024. The code to make these plots already existed, but an era modifier to set 'hasDisplacementInfo' to true for 2024 Run3 data was necessary to make it appear.
There are two new DQM histograms showing unconstrained muon pT from the hardware and from the emulator.
The errorSummaryDen, errorSummaryNum, and mismatchRatio histograms have two new bins for unconstrained muon pt, and transverse displacement.
After inclusion of displaced muons, a much higher muon mismatch ratio should be expected because unconstrained muon pT assignment in the emulator slightly differs from the hardware due to fixed point vs floating point models. A normal unconstrained pT mismatch rate is high in the EMTF (~30%).
PR validation:
The DQM was successfully run locally on lxplus
dataset='/Muon0/Run2024F-ZMu-PromptReco-v1/RAW-RECO'
run='383449'
runTheMatrix.py -l limited -i all --ibeos: all passed except 1000.0_RunMinBias2011A which has a known issue when CMSSW is run from eos.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This PR is expected to be backported to 14_0_X so that it can be used in data taking.
@eyigitba