Skip to content

Conversation

@AndreaBellora
Copy link
Contributor

This PR is only to make the input variables of the producers consistent across the board and get the flexibility provided by InputTags. It has been tested both with the reco and PPS direct simulation workflows.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21209

ERROR: Build errors found during clang-tidy run.

RecoPPS/Local/interface/RPixClusterToHit.h:13:10: error: 'CondFormats/PPSObjects/interface/PPSPixelTopology.h' file not found [clang-diagnostic-error]
#include "CondFormats/PPSObjects/interface/PPSPixelTopology.h"
         ^
Suppressed 2326 warnings (2325 in non-user code, 1 with check filters).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:128: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2

@AndreaBellora
Copy link
Contributor Author

Just adding @jan-kaspar @fabferro to the list of people informed of the PR

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21212

ERROR: Build errors found during clang-tidy run.

RecoPPS/Local/interface/RPixClusterToHit.h:13:10: error: 'CondFormats/PPSObjects/interface/PPSPixelTopology.h' file not found [clang-diagnostic-error]
#include "CondFormats/PPSObjects/interface/PPSPixelTopology.h"
         ^
Suppressed 2326 warnings (2325 in non-user code, 1 with check filters).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:128: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2


desc.add<std::string>("label", "ctppsPixelRecHits")
desc.add<edm::InputTag>("label", edm::InputTag("ctppsPixelRecHits"))
->setComment("label of the RecHits input for the tracking algorithm");
Copy link
Contributor

Choose a reason for hiding this comment

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

Strictly speaking, this is not a "label" any more: perhaps "tag"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree, it would be definitely clearer to read. I'm updating it.

@AndreaBellora
Copy link
Contributor Author

It's not clear to me why are the checks failing: RecoPPS/Local/interface/RPixClusterToHit.h has not been touched by the PR. Is there anything I should do about it?

@perrotta
Copy link
Contributor

It's not clear to me why are the checks failing: RecoPPS/Local/interface/RPixClusterToHit.h has not been touched by the PR. Is there anything I should do about it?

It has been touched by #32868, merged a few hours ago.
You must rebase on a IB which includes it: I would suggest to wait for CMSSW_11_3_X_2021-02-23-1100, which will likely include it

@AndreaBellora
Copy link
Contributor Author

It's not clear to me why are the checks failing: RecoPPS/Local/interface/RPixClusterToHit.h has not been touched by the PR. Is there anything I should do about it?

It has been touched by #32868, merged a few hours ago.
You must rebase on a IB which includes it: I would suggest to wait for CMSSW_11_3_X_2021-02-23-1100, which will likely include it

Thank you very much. I'll wait for it and check how to do it exactly.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21213

ERROR: Build errors found during clang-tidy run.

RecoPPS/Local/interface/RPixClusterToHit.h:13:10: error: 'CondFormats/PPSObjects/interface/PPSPixelTopology.h' file not found [clang-diagnostic-error]
#include "CondFormats/PPSObjects/interface/PPSPixelTopology.h"
         ^
Suppressed 2326 warnings (2325 in non-user code, 1 with check filters).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:128: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2

@perrotta
Copy link
Contributor

code-checks

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21231

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

RecoPPS/Local

@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@jan-kaspar 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

@perrotta
Copy link
Contributor

please test
(it was enough retest based on the lates IB, which already contains the files modified by #32868: no need to rebase this PR)

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-32fdec/13057/summary.html
COMMIT: b6b23f9
CMSSW: CMSSW_11_3_X_2021-02-23-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/32971/13057/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

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

@perrotta
Copy link
Contributor

+1

  • Technical: Pixel digis accessed from the CTPPSPixelClusterProducer via InputTag, and not by the string label any more
  • Verified that there is no explicit configuration to update anywhere in CMSSW
  • Jenkins tests pass with no changes, as it should

@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)

@qliphy
Copy link
Contributor

qliphy commented Feb 25, 2021

+1

@cmsbuild cmsbuild merged commit 56f09e9 into cms-sw:master Feb 25, 2021
@forthommel forthommel mentioned this pull request Feb 25, 2021
3 tasks
@forthommel forthommel deleted the ctpps_pixel_InputTag branch February 25, 2021 15:39
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.

4 participants