-
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
NANO: rework for Prompt (part3) #34714
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34714/24354
|
A new Pull Request was created by @mariadalfonso for master. It involves the following packages:
@perrotta, @gouskos, @silviodonato, @cmsbuild, @fgolf, @qliphy, @mariadalfonso, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34714/24368
|
Pull request #34714 was updated. @perrotta, @gouskos, @silviodonato, @fgolf, @qliphy, @mariadalfonso, @fabiocos, @davidlange6 can you please check and sign again. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
Hi all, |
+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 be automatically merged. |
@mariadalfonso @srimanob |
thanks @srimanob Commenting out the line should be fine. |
There are issues with 3 workflows in recent IB: Would you please have a look? |
yes, those are JMEnano and it is well known that they got broken after the work we had to do for prepare for prompt. If they create problem in operations you can comment like was done for 136.72413 (MET tool) and rehabilitate when/if jme fix them. |
Thanks @mariadalfonso Adding @kirschen @camclean Please have a look.
But still it would be nice to fix them, otherwise the issues will stay appearing in IB. |
May I suggest we open the issue to collect workflows which have issue with new NanoAOD, instead of adding more comment to closed PR? Should I ? For workflow .15, it was introduced together with JME to make sure we can always have NanoAOD that JME used for any derivation later. It was introduced in #29279 |
By the way, here is the PR to disable JME Nano workflows, #35140 |
Thanks Phat, yes that sounds good to me. |
Third PR migrate jet and met. Should be considered as the last part of the larger #34329
commit 6ec89e1 disactivate the MET recalibration for miniV2 and later, otherwise one get the following errors when RECO/mini/nano/DQM at the same time i.e. runs [*]
ValueError: Trying to override definition of pfMetPuppi while it is used by the task highlevelrecoTask
with cmsDriver command below [*]; this is prompted by an include like thisfrom PhysicsTools.PatAlgos.slimming.puppiForMET_cff import makePuppiesFromMiniAOD
pfMetSequence is kept ; the met-tool doesn't support task; this lead to "module order" problem
http://dalfonso.web.cern.ch/dalfonso/XPOG/METinduced_ModuleOrder_pr34714.txt
It pass the following command with the step2 from the 11634.0.
Added two workflows that run MINI,NANO,DQMmini,DQMnano:
136.72412 this is successful (MET is bypassed)
136.72413 this fail because of the MET is involved