-
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
Backport DeepMET into CMSSW_10_6_X (original: #29764) #30612
Backport DeepMET into CMSSW_10_6_X (original: #29764) #30612
Conversation
…egular pat::MET as correction instead of saving them directly in the event
…for regular MiniAOD production so it does not interfere with other usage
A new Pull Request was created by @yongbinfeng (Yongbin Feng) for CMSSW_10_6_X. It involves the following packages: DataFormats/PatCandidates @perrotta, @jpata, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
backport of #29764 |
please test with cms-sw/cmsdist#6054 |
The tests are being triggered in jenkins.
|
-1 Tested at: 9a84389
I found compilation error when building: ++ . /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/external/python/2.7.14-pafccj/etc/profile.d/dependencies-setup.sh +++ test X/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/external/gcc/7.0.0-pafccj '!=' X +++ test X '!=' X +++ . /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/external/zlib-x86_64/1.2.11-pafccj/etc/profile.d/init.sh /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/external/python/2.7.14-pafccj/etc/profile.d/dependencies-setup.sh: line 2: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/external/zlib-x86_64/1.2.11-pafccj/etc/profile.d/init.sh: No such file or directory error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.CiedMp (%prep) RPM build errors: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.CiedMp (%prep) You can see the results of the tests here: |
could the test be restarted now? it seems from cmsdist test (cms-sw/cmsdist#6054) the build is working fine now. |
@cmsbuild please test |
done. deepMETProducer enabled only with run2_miniAOD_devel modifier now. please test it together with cms-sw/cmsdist#6054 |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
this should be merged with cms-sw/cmsdist#6054 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Backport DeepMET into CMSSW_10_6_X, in order to get it included in the next ReMiniAOD campaign. The cmsdist in CMSSW_10_6_X also needs to be updated, please test it together with
cms-sw/cmsdist#6054
The massive changes in
DataFormats/PatCandidates/interface/MET.h
,DataFormats/PatCandidates/src/MET.cc
andPhysicsTools/PatAlgos/plugins/PATMETSlimmer.cc
are from code-format checks and most of these are unrelated to DeepMET updates.PR validation:
tested with
runTheMatrix.py -l limited -i all --ibeos
, failed one test fromFlag_trkPOG_logErrorTooManyClusters
, which seems irrelevant to our updates. No clue where the problem comes from yet.if this PR is a backport please specify the original PR and why you need to backport that PR:
backport: #29764
@steggema @intrepid42