-
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
Adding GEN fragment (GluGluTo2Jets_ExHume) specific for PPS wf testing #32765
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32765/20923
|
A new Pull Request was created by @mundim for master. It involves the following packages: Configuration/Generator @SiewYan, @mkirsano, @jordan-martins, @chayanit, @wajidalikhan, @kpedro88, @cmsbuild, @GurpreetSinghChahal, @srimanob, @agrohsje, @alberto-sanchez can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
Please test |
the wf 12325.0, 11925.0, 12325.98, 11925.98, 12325.99 and 11925.99 (the ones with PU) failed in my area because of a missing secondary file. I hope it will not happen in the official testing area. |
-1 Failed Tests: RelVals RelVals |
@chayanit sorry, I forgot to mention you here. |
@@ -1288,4 +1288,5 @@ def __init__(self, howMuch, dataset): | |||
('TenTau_E_15_500_Eta3p1_pythia8_cfi', UpgradeFragment(Kby(9,100),'TenTau_15_500_Eta3p1')), | |||
('QCD_Pt_1800_2400_14TeV_TuneCP5_cfi', UpgradeFragment(Kby(9,50), 'QCD_Pt_1800_2400_14')), | |||
('DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff', UpgradeFragment(Kby(9,50),'DisplacedSUSY_stopToB_M_800_500mm_14')), |
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.
Would you mind to help me also update this line so I don't need to open new PR?
('DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff', UpgradeFragment(Kby(9,50),'DisplacedSUSY_14TeV')),
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.
Sure.
@@ -1288,4 +1288,5 @@ def __init__(self, howMuch, dataset): | |||
('TenTau_E_15_500_Eta3p1_pythia8_cfi', UpgradeFragment(Kby(9,100),'TenTau_15_500_Eta3p1')), | |||
('QCD_Pt_1800_2400_14TeV_TuneCP5_cfi', UpgradeFragment(Kby(9,50), 'QCD_Pt_1800_2400_14')), | |||
('DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff', UpgradeFragment(Kby(9,50),'DisplacedSUSY_stopToB_M_800_500mm_14')), | |||
('GluGluTo2Jets_M_300_2000_14TeV_Exhume_cff',UpgradeFragment(Kby(9,100),'GluGluTo2Jets_M_300_2000_14TeV')), |
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.
I'm afraid the string is a bit too long. I would request to change to ('GluGluTo2Jets_M_300_2000_14TeV_Exhume_cff',UpgradeFragment(Kby(9,100),'GluGluTo2Jets_14TeV')),
please test |
no need. I'm included as L2 PdmV to assign this PR already. Could you commit changes as I requested? Thanks. |
@mundim Can you show me what you got after run |
Hi. this is the output:
|
OK. We should select 11725.0 (noPU) and 11925.0 (PU) as they are standard scenario and not the Design ones. Can you update in relval_2017 file to these two workflows instead? @mundim |
I solved the conflict about relval_2017, but I'm not sure about the other 2 files (I used the latest IB as the base). |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32765/21176
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
Hello @mundim , @qliphy , @silviodonato any problem with this PR? It seems to conflict with others. How should we fix and move this PR? |
After having merged #32969 and #32868 everything should be already merged in master. |
Some how the proposed change in realval_2017.py have been ignored as well as some corrections in the SM parameters in the generator fragment. |
@mundim As mentioned in #32969 (comment) you can open a new PR to add all missing fixes. Thanks! |
@mundim |
It is ok with the gen fragment, but in the relval_2017.py file, lines 33 and 60 got added instead of changed, they are not duplicated. |
@mundim Right, thanks a lot. I've fixed it. Will you open the PR or shall I do it? |
Done already. thank you very much. |
moved to #32983 |
PR description:
Add a GEN fragment (ExHume generator, gluongluon -> 2 Jets, 14 TeV, central mass between 300 and 2000 GeV) to produce protons inside PPS acceptance to allow it to be properly tested.
PR validation:
scram b runtests
scram b code-checks
scram b code-format
ran without any issues.
standard runTheMatrix --jobsReports -l limited --ibeos
produced no error
runTheMatrix.py --what upgrade -l 11725.0,11925.0,11925.98,11925.99,12125.0,12325.0,12325.98,12325.99 -t 4 --command='-n 5
where the wf are the ones in which GluGluTo2Jets is present (as advised in #32352), produced no error for the ones with NO PU, but it was reported missing files for the PU ones