-
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
Added time info to the displaced vertexes for muon guns #33382
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33382/21979
|
A new Pull Request was created by @cericeci (Carlos Erice) for master. It involves the following packages: IOMC/ParticleGuns @SiewYan, @mkirsano, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-16b3fa/14133/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:
|
+generators |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@cericeci do you need a backport to use it in production? please make a pr to the corresponding release. |
+1 |
PR description:
Not sure if it is needed to report this as an issue first, but as we already got a proposed fix I thought I'd be better to go with a PR instead.
As it stands now, particle guns with varying pT/dxy generate particles instantaneously in the displaced vertexes. This is rather unphysical and in some cases -depending on particle mass/momentum- it results in particles that reach into the outer detectors faster than lightspeed. This can throw the timing of local reconstruction algorithms off: either failing to reconstruct the physical object or assigning it a wrong BX which makes samples generated with this setup -DisplacedMuon guns for example- unreliable. We've checked this kind of effects happen for local L1 muon reconstruction, with DT trigger primitives suffering from both of these two effects.
The proposed fix is to add timing information to the vertexes to take into account the time of flight from the origin from an hypothetical invisible parnent.
Tagging @dildick as well as the original author in case he wants to comment.
PR validation:
scram build code-format run without code checks warnings/changes
scram build runs successfully without warnings