Navigation Menu

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

Implementation of digitizer noise occupancy #39989

Merged

Conversation

suchandradutta
Copy link
Contributor

@suchandradutta suchandradutta commented Nov 4, 2022

PR description:

Implementation of noise occupancy in neighboring channels without containing signal Hits for strip like modules (PSS,SS) in the Phase2 Outer Tracker. The threshold cutoff for PSS and SS modules are updated to 4800e and 6000e respectively. Corresponding noise values are set as 1010e and 1263e considering the threshold to be 4.75sigmas. The add_noisy_cell method has been updated to use this cutoff. Other than this change,

  • we have switched off threshold smearing in all types of modules.
  • at the moment the configuration parameter ReadoutNoiseInElec is not used and kept with a dummy value for the time being

PR validation:

The performance were presented in Phase2 Tracker Simulation meetings
https://indico.cern.ch/event/1201188/contributions/5095554/attachments/2528800/4350459/Phase2Digitizer_Noise_occupancy_14102022.pdf

https://indico.cern.ch/event/1201186/contributions/5051043/attachments/2510200/4314408/Phase2Digitizer_Noise_occupancy_16092022.pdf

Suchandra added 2 commits November 3, 2022 19:13
…containing signal Hits for strip like (PSS,SS)modules. We have switched off threshold smearing in all types of modules. The threshold cutoff for PSS and SS modules are updated to 4800e and 6000e respectively. Corresponding noise values are set as 1010e and 1263e considering the threshold to be 4.75sigmas. At the moment the configuration parameter ReadoutNoiseInElec is not used and kept with a dummy value for the time being
@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2022

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39989/32918

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2022

A new Pull Request was created by @suchandradutta (Suchandra Dutta) for master.

It involves the following packages:

  • SimTracker/SiPhase2Digitizer (upgrade, simulation)

@cmsbuild, @AdrianoDee, @srimanob, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@beaucero, @VourMa, @mtosi, @GiacomoSguazzoni, @JanFSchulte, @rovere, @VinInn, @missirol, @trtomei, @mmusich, @threus, @dgulhan this is something you requested to watch as well.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.

cms-bot commands are listed here

if (addNoisyPixels_)
add_noisy_cells(pixdet, theHIPThresholdInE / theElectronPerADC_);
if (addNoisyPixels_) {
float thresholdInNoiseUnits = 99.9;
Copy link
Contributor

Choose a reason for hiding this comment

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

@suchandradutta , should this value be in the list of parameters?, is it const or may be era dependent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@civanch this is not era dependent. This a very large sigma value (somewhat arbitrary) to protect the add_noisy_cells function when the channel noise is zero.

@civanch
Copy link
Contributor

civanch commented Nov 5, 2022

@suchandradutta , PR needs some description.

@suchandradutta
Copy link
Contributor Author

@suchandradutta , PR needs some description.
Sorry! I did add the comment but somehow it did not show up. Added it again now

@civanch
Copy link
Contributor

civanch commented Nov 6, 2022

please test

@civanch
Copy link
Contributor

civanch commented Nov 9, 2022

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2022

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-13ff9d/28899/summary.html
COMMIT: b34f540
CMSSW: CMSSW_12_6_X_2022-11-08-2000/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/39989/28899/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: 11199 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3416402
  • DQMHistoTests: Total failures: 4852
  • DQMHistoTests: Total nulls: 14
  • DQMHistoTests: Total successes: 3411514
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 206 log files, 48 edm output root files, 48 DQM output files
  • TriggerResults: found differences in 3 / 46 workflows

@civanch
Copy link
Contributor

civanch commented Nov 9, 2022

+1

there is some changes in upgrade WFs , which should be expected if the noise sampling is changed.

@srimanob
Copy link
Contributor

+Upgrade

Note to @cms-sw/pdmv-l2, we should see its effect in the validation.

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

@rappoccio
Copy link
Contributor

+1

Minimal code changes, mostly updates to constants, PDMV should keep an eye on these in validation.

@cmsbuild cmsbuild merged commit 34f52b3 into cms-sw:master Nov 10, 2022
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

5 participants