-
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
updates to tau3mu HLT producer #20089
updates to tau3mu HLT producer #20089
Conversation
… pt, fix isolation condition logic
A new Pull Request was created by @rmanzoni (Riccardo Manzoni) for CMSSW_9_2_X. It involves the following packages: HLTrigger/Muon @Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
Pull request #20089 was updated. @Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard can you please check and sign again. |
-1 Tested at: c070b5e The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build ClangBuild
I found an error when building: >> Compiling /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/DQMServices/Core/src/DQMEDHarvester.cc >> Compiling /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/DQMServices/Core/src/DQMError.cc >> Compiling /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/DQMServices/Core/src/DQMOldReceiver.cc In file included from /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/src/SealModule.cc:49:0: /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/interface/HLTTriMuonIsolation.h: In member function 'virtual void HLTTriMuonIsolation::produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const': /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/interface/HLTTriMuonIsolation.h:237:26: error: assignment of member 'HLTTriMuonIsolation::ChAbsIsoCut_' in read-only object ChAbsIsoCut_ = EnableAbsIso_ ? ChargedAbsIsoCut_ : std::numeric_limits::infinity(); ^ /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/interface/HLTTriMuonIsolation.h:238:26: error: assignment of member 'HLTTriMuonIsolation::ChRelIsoCut_' in read-only object ChRelIsoCut_ = EnableRelIso_ ? ChargedRelIsoCut_ * itau.pt() : std::numeric_limits::infinity(); ^
I found a compilation error while trying to compile with clang: >> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/src/HLTMuonL1RegionalFilter.cc 2 warnings generated. >> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/src/SealModule.cc >> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/src/HLTMuonL1toL3TkPreFilter.cc In file included from /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/src/SealModule.cc:49: /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/interface/HLTTriMuonIsolation.h:237:26: error: cannot assign to non-static data member within const member function 'produce' ChAbsIsoCut_ = EnableAbsIso_ ? ChargedAbsIsoCut_ : std::numeric_limits::infinity(); ~~~~~~~~~~~~ ^ /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-08-08-2300/src/HLTrigger/Muon/interface/HLTTriMuonIsolation.h:98:22: note: member function 'HLTTriMuonIsolation::produce' is declared const here HLTTriMuonIsolation::produce(edm::StreamID sid, edm::Event & iEvent, edm::EventSetup const & iSetup) const ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_9_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_9_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @davidlange6, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
back port of #20088