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

Remove boost and root deps from SimDataFormats/EncodedEventId #33715

Merged
merged 5 commits into from May 27, 2021
Merged

Remove boost and root deps from SimDataFormats/EncodedEventId #33715

merged 5 commits into from May 27, 2021

Conversation

guitargeek
Copy link
Contributor

@guitargeek guitargeek commented May 12, 2021

Some dependency cleaning. No backport intended.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33715/22640

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @guitargeek (Jonas Rembser) for master.

It involves the following packages:

SimDataFormats/EncodedEventId

@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@apsallid, @ebrondol, @rovere, @fabiocos, @lecriste this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@silviodonato
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build HeaderConsistency
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0b47c2/15074/summary.html
COMMIT: dba6b5a
CMSSW: CMSSW_12_0_X_2021-05-12-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/33715/15074/install.sh to create a dev area with all the needed externals and cmssw changes.

Build

I found compilation error when building:

Copying tmp/slc7_amd64_gcc900/src/GeneratorInterface/Hydjet2Interface/src/GeneratorInterfaceHydjet2Interface/libGeneratorInterfaceHydjet2Interface.so to productstore area:
Leaving library rule at GeneratorInterface/Hydjet2Interface
Entering library rule at src/GeneratorInterface/Hydjet2Interface/test
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-12-2300/src/GeneratorInterface/Hydjet2Interface/test/Hydjet2Analyzer.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-12-2300/src/GeneratorInterface/Hydjet2Interface/test/Hydjet2Analyzer.cc: In member function 'virtual void Hydjet2Analyzer::analyze(const edm::Event&, const edm::EventSetup&)':
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-12-2300/src/GeneratorInterface/Hydjet2Interface/test/Hydjet2Analyzer.cc:554:23: error: 'Cos' is not a member of 'TMath'
  554 |           v2 = TMath::Cos(2 * (phiTrue));
      |                       ^~~
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-12-2300/src/GeneratorInterface/Hydjet2Interface/test/Hydjet2Analyzer.cc:555:23: error: 'Cos' is not a member of 'TMath'
  555 |           v3 = TMath::Cos(3 * (phiTrue - phi3));
      |                       ^~~


@cmsbuild
Copy link
Contributor

Pull request #33715 was updated. @SiewYan, @civanch, @mkirsano, @mdhildreth, @rekovic, @agrohsje, @alberto-sanchez, @cecilecaillol, @GurpreetSinghChahal can you please check and sign again.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33715/22661

  • This PR adds an extra 24KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0b47c2/15121/summary.html
COMMIT: 35b35db
CMSSW: CMSSW_12_0_X_2021-05-15-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/33715/15121/install.sh to create a dev area with all the needed externals and cmssw changes.

CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0b47c2/15121/llvm-analysis/cmsclangtidy.txt for details.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 183 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2648242
  • DQMHistoTests: Total failures: 1041
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2647179
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@cecilecaillol
Copy link
Contributor

+l1

@civanch
Copy link
Contributor

civanch commented May 17, 2021

@guitargeek , it seems FastSim is affected by this clean-up. @sbein , can you, please, have a look?

@guitargeek
Copy link
Contributor Author

Hi @sbein, are these changes OK for you?

@civanch
Copy link
Contributor

civanch commented May 26, 2021

+1

observed difference likely connected with small differences in computation of cosine.
I would suggest to merge this PR.

@guitargeek
Copy link
Contributor Author

Thanks! What about generators and upgrade? @agrohsje, @alberto-sanchez, @kpedro88, @srimanob.

@agrohsje
Copy link

+generators

@srimanob
Copy link
Contributor

+Upgrade

Technical PR to remove boost and root dependency. Small changes have been observed due to the calculation of trigonometry function.

@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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 31043f4 into cms-sw:master May 27, 2021
@guitargeek guitargeek deleted the EncodedEventId_1 branch May 27, 2021 07:29
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

7 participants