-
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
Make PYTHIA 8 photon flux more configurable. #44549
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44549/39690
|
A new Pull Request was created by @hjbossi for master. It involves the following packages:
@cmsbuild, @bbilin, @alberto-sanchez, @mkirsano, @SiewYan, @GurpreetSinghChahal, @menglu21 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
After https://github.com/cms-sw/cmssw/blob/master/Configuration/Generator/python/Pythia8_GammaNucleus_5p36TeV_cfi.py is updated, this PR could be tested with relval workflow 180 and 181 |
1c866de
to
5455ef6
Compare
@stahlleiton This is now added, this should be good to be tested with relval workflow 180 and 181 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44549/39711
|
Pull request #44549 was updated. @alberto-sanchez, @SiewYan, @GurpreetSinghChahal, @cmsbuild, @mkirsano, @bbilin, @menglu21 can you please check and sign again. |
@cmsbuild please test |
@cmsbuild abort |
please test workflow 180,181 |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
@menglu21 : I am not sure I understand the cause of the test failure. What does "Exception: config PhysicsTools/NanoAOD/nano_cff has no function nanoL1TrigObjCustomizeFull" has to do with this PR? |
Hi @stahlleiton could you please have a check on #44316, I'm not sure why there is "RAW2DIGI,NANO:@L1DPG" in https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3dec8d/38716/runTheMatrixINPUT-results/2500.323_l1DPGNANO130Xrun3/cmdLog |
@menglu21 : seems most recent PR tests are working again, so please retrigger the tests again with workflow 180,181 , thanks |
please test workflow 180,181 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3dec8d/38775/summary.html 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. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@hjbossi |
Yes! It works with either one or both beams being proton beams! :) |
Many thanks! |
This PR is designed to make the process of incorporating the photon flux with Pythia 8 more configurable and, additionally, to allow the photon to be produced from either beam, as specified from the user. The output from the fragment does not change as a result of this PR (though the manner in which the user steers things does change - as updated in the fragment).
Verified that the new configuration runs with the photon being produced from either beam A or beam B (or both), that the default configurations for PbPb, OO, and XeXe work as expected, and that the user specifying new configurations also works.
Will need to prepare backports for release needed for MC production (13_0_X). Note that the current release is also fine for initial MC production, this PR just allows for additional user-set options.
@stahlleiton