-
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
Fix generator interface to Geant4 #40820
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40820/34272
|
A new Pull Request was created by @civanch (Vladimir Ivantchenko) for master. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40820/34273
|
please test |
Pull request #40820 was updated. @civanch, @mdhildreth can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-93c62e/30747/summary.html Comparison SummarySummary:
|
@cmsbuild , please test workflow 11684.0 |
hold
|
Pull request has been put on hold by @tvami |
it didn't fail. The DAS query failed.... I am not sure what we are actually probing there. |
what's the timeline for that proposal? I remind that the displaced SUSY physics is currently broken for 2022 / 2023 MC. |
if there is no consensus on the solution, perhaps it should be re-discussed at a SIM meeting? @civanch what do you think? |
unhold
it would be nice if somebody from the displaced SUSY team would take initiative on the dedicated study comparing this PR and the solution proposed by Larry in the other thread. |
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
SIM meeting is 10 days from now and usually there is no experts available. More appropriate would be Exotica meeting for discussion. I fully agree to start wide discussion on the interface but if SUSY physics is currently broken may be correct to merge this PR, make needed backport and when better solution will be available make a new one. We also need to move discussion from 39427 to the new git issue. |
I really don’t know if my proposal in the other PR is a solution to this problem. I also don’t know if this PR is the solution to this problem. The plots are suggestive which is good. But looking at the change, this reintroduces the bug in the SM samples from the other PR. So that’s definitely not the way to go. It also reintroduced stau-specific code here which I think is a dangerous path to go down again. I do think this needs to be figured out and fixed in a more sustainable way, but as I said in the other thread, I don’t have the person power at this time to help make that happen. So if we can find a halfway solution like this (but not quite this one…) then I’d be fine with that. But as @tvami says — it’s not really our call… but this reverting of the other PR will affect SM samples. |
@CeliaFernandez can you perhaps circulate this proposal to the relevant e-groups? |
Sure! |
Hi all, does this fix affect long-lived staus (LLStaus), or is only relevant for processed with "displaced" signatures like R-hadrons, HNLs, etc? Tagging @shedprog , @sarafiorendi . |
@civanch @CeliaFernandez the target for 13_0_0 is in 4 days from now, and this is only the master PR that will have to be possibly backported after having been merged: do you have an ETA for the conclusions of your checks, or at least for a (motivated) decision about whether to merge this PR? |
AFAIK, the issue is going to be discussed on Feb 28th at the EXO general meeting. Perhaps some consensus or roadmap will be reached there. |
Hi @perrotta , I just wanted to clarify that I'm not currently doing any further checks on this. Unfortunately I'm not an expert on this part of the code and I don't feel qualified at this point to go through it. I simply noticed that something weird was going on with this sample when doing the validation. There will be a meeting next Tuesday to discuss this with the relevant people and I hope that can help to clarify to way to go. |
Hello all, we want to highlight to all in this thread that Celia will summarize the issue in the EXO General where we can discuss it all together: https://indico.cern.ch/event/1242612/#2-geant4-issue-in-handling-sim Thanks! |
+1
|
We want to ask if this PR will be back-ported to 12_4_X and 10_6_X? From EXO, currently there is no related request running, but we may need this fix for upcoming signal requests. |
Following up on this: I simulated some long-lived stau (m=250GeV, lifetime ctau0=100mm) events using To check if this PR affects us, I modified this [1] in
Note that we turn on So I'm tempted to say that the long-lived stau simulation in default In case anyone wants to take a look, our GEN-SIM, RECO, and MINIAOD files are in [3] for default [0] #39427 (comment) |
PR description:
New problem is discussed after the fix #39427 was introduced. Now for displaced jets.
In this PR the previous condition for select predefined daughters decays is restored and a new one is added , which is less strict then one in #39427.
PR validation:
incomplete
if will be approved should be backported to MC production releases.