Skip to content
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

add LumiCorrections records and definitions; adding LumiInfo.h members/methods #20651

Merged
merged 9 commits into from Oct 17, 2017

Conversation

capalmer85
Copy link
Contributor

This is for 94X. @arunhep suggested making these changes ahead of a PR for adding modules to be run at PCL because the record has to be in 94X.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20651/955

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @capalmer85 for master.

It involves the following packages:

CondCore/LuminosityPlugins
CondFormats/DataRecord
CondFormats/Luminosity
DataFormats/Luminosity

@perrotta, @ghellwig, @arunhep, @cerminar, @cmsbuild, @franzoni, @slava77, @ggovi, @lpernie can you please review it and eventually sign? Thanks.
@ghellwig, @mmusich, @seemasharmafnal, @rovere, @tocheng this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@capalmer85
Copy link
Contributor Author

Attn @samhiggie, @plujan

@arunhep
Copy link
Contributor

arunhep commented Sep 25, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 25, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23217/console Started: 2017/09/25 21:14

@cmsbuild
Copy link
Contributor

-1

Tested at: 854e135

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
630acaf
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23217/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23217/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23217/summary.html

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found an error when building:

plugin.cc:(.text._ZN16DataProxyWrapperI18LumiSectionDataRcdN4lumi15LumiSectionDataEN4cond18DefaultInitializerIS2_EEEC2ERNS3_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESH_PKc[_ZN16DataProxyWrapperI18LumiSectionDataRcdN4lumi15LumiSectionDataEN4cond18DefaultInitializerIS2_EEEC5ERNS3_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESH_PKc]+0x20d): undefined reference to `char const* edm::typelookup::className()'
plugin.cc:(.text._ZN16DataProxyWrapperI18LumiSectionDataRcdN4lumi15LumiSectionDataEN4cond18DefaultInitializerIS2_EEEC2ERNS3_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESH_PKc[_ZN16DataProxyWrapperI18LumiSectionDataRcdN4lumi15LumiSectionDataEN4cond18DefaultInitializerIS2_EEEC5ERNS3_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESH_PKc]+0x215): undefined reference to `std::type_info const& edm::typelookup::classTypeInfo()'
tmp/slc6_amd64_gcc630/src/CondCore/LuminosityPlugins/src/CondCoreLuminosityPlugins/plugin.o: In function `DataProxyWrapper >::DataProxyWrapper(cond::persistency::Session&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, char const*)':
plugin.cc:(.text._ZN16DataProxyWrapperI18LumiCorrectionsRcd15LumiCorrectionsN4cond18DefaultInitializerIS1_EEEC2ERNS2_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_PKc[_ZN16DataProxyWrapperI18LumiCorrectionsRcd15LumiCorrectionsN4cond18DefaultInitializerIS1_EEEC5ERNS2_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_PKc]+0x20d): undefined reference to `char const* edm::typelookup::className()'
plugin.cc:(.text._ZN16DataProxyWrapperI18LumiCorrectionsRcd15LumiCorrectionsN4cond18DefaultInitializerIS1_EEEC2ERNS2_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_PKc[_ZN16DataProxyWrapperI18LumiCorrectionsRcd15LumiCorrectionsN4cond18DefaultInitializerIS1_EEEC5ERNS2_11persistency7SessionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_PKc]+0x215): undefined reference to `std::type_info const& edm::typelookup::classTypeInfo()'
collect2: error: ld returned 1 exit status
gmake: *** [tmp/slc6_amd64_gcc630/src/CondCore/LuminosityPlugins/src/CondCoreLuminosityPlugins/libCondCoreLuminosityPlugins.so] Error 1
Leaving library rule at CondCore/LuminosityPlugins
>> Leaving Package CondCore/LuminosityPlugins
>> Package CondCore/LuminosityPlugins built
>> Subsystem CondCore built


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
630acaf
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23217/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23217/git-merge-result

@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@capalmer85
Copy link
Contributor Author

capalmer85 commented Sep 25, 2017 via email

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23770/console Started: 2017/10/14 08:45

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20651/23770/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2767139
  • DQMHistoTests: Total failures: 108
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2766860
  • DQMHistoTests: Total skipped: 171
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 10 edm output root files, 26 DQM output files

@perrotta
Copy link
Contributor

+1

@arunhep
Copy link
Contributor

arunhep commented Oct 14, 2017

+1

@@ -6,4 +6,5 @@
<class name="std::vector< lumi::HLTInfo >"/>
<class name="std::vector< lumi::TriggerInfo >"/>
<class name="std::vector< lumi::BunchCrossingInfo >"/>
<class name="LumiCorrections" class_version="0"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the class version is no longer needed for the persistency since ORA disappeared ( cmssw_7_2_X )

@ggovi
Copy link
Contributor

ggovi commented Oct 17, 2017

+1

@cmsbuild
Copy link
Contributor

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 now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

@davidlange6
Copy link
Contributor

merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants