-
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
LLP GenFilter based on transverse displacement and pdgId - backport #37669 #37891
LLP GenFilter based on transverse displacement and pdgId - backport #37669 #37891
Conversation
A new Pull Request was created by @Raffaella07 (raffaellatramontano) for CMSSW_10_6_X. It involves the following packages:
@SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @GurpreetSinghChahal, @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-0b7308/24581/summary.html Comparison SummarySummary:
|
@smuzaffar , sorry if this has been asked many time.. could you point me to the instruction/documentation on how to trigger user addOn test, for example trigger this thanks.. |
@SiewYan , bot runs all tests which are mentioned in
|
@Raffaella07 , could you use @smuzaffar 's advice on your PR, add the mentioned line on top of your PR? I will re-trigger the test. The test result is needed for the record. Thanks! |
Thank you @smuzaffar , i will keep that in mind. |
Well, I'd rather do it in the master, so that it will get propagated to all future releases. |
+1 Thanks, I'll sign this off then. @Saptaparna |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. 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) |
+1 |
Thanks, Siewyan! |
###PR description:
The filter selects particles based on transverse displacement (by means of a lower and/or upper cut) and pdgIds.
The filter is developed for searches of long lived HNLs in B meson decays (@rmanzoni @pandolf @amlyon)
The filter is included in the /plugins subdirectory of GeneratorInterface/GenFilters .
###PR validation:
Filter behavior can be tested in the test subdirectory of GeneratorInterface/GenFilters through the module test_MCLongLivedFilter_cfg.py
Backporting #37669