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

Phase2-hgx358C Add a few new modes to enable cog computation for wafers as default for the future V19 version of HGCal #45366

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

bsunanda
Copy link
Contributor

@bsunanda bsunanda commented Jul 3, 2024

PR description:

Add a few new modes to enable cog computation for wafers as default for the future V19 version of HGCal

PR validation:

Use the runTheMatrix test workflow

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

Nothing special

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45366/40790

  • This PR adds an extra 92KB to repository

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45366/40791

  • This PR adds an extra 92KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

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

It involves the following packages:

  • Geometry/HGCalCommonData (geometry, upgrade)
  • Geometry/HGCalGeometry (geometry, upgrade)
  • SimCalorimetry/HGCalSimAlgos (simulation, upgrade)
  • SimG4CMS/Calo (simulation)
  • Validation/HGCalValidation (dqm)

@Dr15Jones, @antoniovagnerini, @bsunanda, @civanch, @cmsbuild, @makortel, @mdhildreth, @nothingface0, @rvenditti, @srimanob, @subirsarkar, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks.
@ReyerBand, @apsallid, @cseez, @fabiocos, @felicepantaleo, @hatakeyamak, @lecriste, @lgray, @martinamalberti, @missirol, @pfs, @rovere, @sameasy, @sethzenz, @slomeo, @thomreis, @vandreev11, @wang0jin, @youyingli this is something you requested to watch as well.
@antoniovilela, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@bsunanda
Copy link
Contributor Author

bsunanda commented Jul 3, 2024

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45366/40793

  • This PR adds an extra 96KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2024

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-21ee98/40197/summary.html
COMMIT: 0f76b00
CMSSW: CMSSW_14_1_X_2024-07-02-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/45366/40197/install.sh to create a dev area with all the needed externals and cmssw changes.

  • DAS Queries: The DAS query tests failed, see the summary page for details.

Comparison Summary

Summary:

  • You potentially added 6 lines to the logs
  • Reco comparison results: 4047 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3345088
  • DQMHistoTests: Total failures: 5390
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3339678
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 202 log files, 165 edm output root files, 48 DQM output files
  • TriggerResults: found differences in 2 / 46 workflows

@civanch
Copy link
Contributor

civanch commented Jul 3, 2024

+1

@srimanob
Copy link
Contributor

srimanob commented Jul 8, 2024

+Upgrade

@srimanob
Copy link
Contributor

srimanob commented Jul 8, 2024

Note for the next PR:

src/SimCalorimetry/HGCalSimAlgos/src/HGCalSciNoiseMap.cc:167:10: warning: Value stored to 'edge' during its initialization is never read [deadcode.DeadStores]
  167 |   double edge(refEdge_);  //start with reference 3cm of edge

@bsunanda
Copy link
Contributor Author

@nothingface0, @rvenditti, @syuvivida, @tjavaid Please approve this PR

1 similar comment
@bsunanda
Copy link
Contributor Author

@nothingface0, @rvenditti, @syuvivida, @tjavaid Please approve this PR

@bsunanda
Copy link
Contributor Author

@tjavaid Please approve this PR

@tjavaid
Copy link

tjavaid commented Jul 16, 2024

+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. @mandrenguyen, @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2)

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 59bdefa into cms-sw:master Jul 16, 2024
11 checks passed
@@ -233,7 +237,7 @@ GlobalPoint HGCalGeometry::getPosition(const DetId& detid, bool debug) const {
<< id.iCell2;
}
xy = m_topology.dddConstants().locateCell(
id.zSide, id.iLay, id.iSec1, id.iSec2, id.iCell1, id.iCell2, true, true, false, debug);
id.zSide, id.iLay, id.iSec1, id.iSec2, id.iCell1, id.iCell2, true, true, true, cog, debug);
Copy link
Contributor

Choose a reason for hiding this comment

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

@bsunanda was it intended to flip the norot value from false to true, while adding the cog parameter ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately the summary and comparisons of the test are not there any more.
@bsunanda , did you have a look at the 4047 differences found?

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.

8 participants