-
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
Adding prescale index and L1 tables with per-type data to 75X #9441
Adding prescale index and L1 tables with per-type data to 75X #9441
Conversation
A new Pull Request was created by @avetisya for CMSSW_7_5_X. Adding prescale index and L1 tables with per-type data to 75X It involves the following packages: HLTrigger/JSONMonitoring @Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
-1 >> Compiling /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/FWCore/Version/src/GetFileFormatVersion.cc >> Compiling /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/FWCore/Version/src/GetReleaseVersion.cc >> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/HLTrigger/JSONMonitoring/plugins/SealModule.cc >> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/HLTrigger/JSONMonitoring/plugins/TriggerJSONMonitoring.cc /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/HLTrigger/JSONMonitoring/plugins/TriggerJSONMonitoring.cc: In member function 'virtual void TriggerJSONMonitoring::analyze(const edm::Event&, const edm::EventSetup&)': /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_5_X_2015-06-03-1100/src/HLTrigger/JSONMonitoring/plugins/TriggerJSONMonitoring.cc:135:31: error: 'class HLTConfigProvider' has no member named 'prescaleSet' prescaleIndex_ = hltConfig_.prescaleSet(iEvent, iSetup); ^ gmake: **\* [tmp/slc6_amd64_gcc491/src/HLTrigger/JSONMonitoring/plugins/HLTriggerJSONMonitoringPlugins/TriggerJSONMonitoring.o] Error 1 >> Building shared library tmp/slc6_amd64_gcc491/src/FWCore/Version/src/FWCoreVersion/libFWCoreVersion.so Copying tmp/slc6_amd64_gcc491/src/FWCore/Version/src/FWCoreVersion/libFWCoreVersion.so to productstore area: you can see the results of the tests here: |
@avetisya |
Hi Martin, Sorry, I was busy with on-call work and it's not easy to fully test this since every menu I've tried it with crashes for unrelated reasons. This version should work though. -- Aram |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
…es-75X Adding prescale index and L1 tables with per-type data to 75X
Forward porting #9301 to CMSSW_7_5_X. This adds the prescale index and L1 trigger tables split by event type.