-
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
[Fix] Make IncludeDY
optional
#39090
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39090/31605
|
A new Pull Request was created by @IzaakWN (Izaak) for master. It involves the following packages:
@SiewYan, @civanch, @mkirsano, @mdhildreth, @cmsbuild, @alberto-sanchez, @Saptaparna, @menglu21, @GurpreetSinghChahal can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
please test |
@@ -19,7 +19,8 @@ | |||
MuHadCut = cms.string('Mu.Pt > 18 && Had.Pt > 25 && Mu.Eta < 2.1'), | |||
MuMuCut = cms.string('Mu1.Pt > 17 && Mu2.Pt > 8'), | |||
Final_States = cms.vstring('ElEl','ElHad','ElMu','HadHad','MuHad','MuMu'), | |||
BosonPDGID = cms.int32(23) | |||
BosonPDGID = cms.int32(23), | |||
IncludeDY = cms.untracked.bool(True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that you want to set True
as default value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, you are right. I was testing it True
as well and forgot to update.
please abort |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39090/31606
|
Pull request #39090 was updated. @SiewYan, @civanch, @mkirsano, @mdhildreth, @cmsbuild, @alberto-sanchez, @Saptaparna, @menglu21, @GurpreetSinghChahal can you please check and sign again. |
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39090/31610
|
Pull request #39090 was updated. @SiewYan, @civanch, @mkirsano, @mdhildreth, @cmsbuild, @alberto-sanchez, @Saptaparna, @menglu21, @GurpreetSinghChahal can you please check and sign again. |
TauAnalysis/MCEmbeddingTools/python/EmbeddingPythia8Hadronizer_cfi.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrea Perrotta <[email protected]>
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39090/31612
|
Pull request #39090 was updated. @SiewYan, @civanch, @mkirsano, @mdhildreth, @cmsbuild, @alberto-sanchez, @Saptaparna, @menglu21, @GurpreetSinghChahal can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a42bf4/26883/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+1
|
merge |
PR description
Make
IncludeDY
optional to fix for issues reported for PR #38829, e.g. #38829 (comment)PR validation
Checked compilation with
scram
, code checks, code formats, and rancmsRun
.Backports
Pushed the same fixes to the backports #38936 and #38938.