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

SiStripHitEfficiencyWorker: adding consecutive missing hits recovery when one of the two hits is in an inactive module #45008

Merged
merged 1 commit into from
May 22, 2024

Conversation

mmusich
Copy link
Contributor

@mmusich mmusich commented May 21, 2024

PR description:

The goal of this PR is apply the correction introduced in PR #44858 to the SiStripHitEfficiencyWorker module which is run as part of the PromptCalibProdSiStripHitEff Prompt Calibration Loop workflows.
Features introduced (as per #44858 (comment)):

  • Improvement of the missing hits recovery within the strips, to take into account two consecutive missing hits when one is located in an inactive modules;
  • Expected output is a slight change in the hit efficiency per layer, as shown in the slides presented during the Strip calibration and local reconstruction meeting here ( Recovery of consecutive missing hits )

PR validation:

I've run the following script with and without this PR:

#!/bin/bash -ex

# CMSSW_14_1_X_2024-05-20-2300
# voms-proxy-init -voms cms

cmsDriver.py stepReAlCa \
	     -s ALCA:PromptCalibProdSiStripHitEff \
	     --conditions 130X_dataRun3_Express_v2 \
	     --scenario pp \
	     --data \
	     --era Run3 \
	     --datatier ALCARECO \
	     --eventcontent ALCARECO \
	     --processName=ReAlCa \
	     -n 100000 \
	     --dasquery='file dataset=/StreamExpress/Run2023C-SiStripCalMinBias-Express-v4/ALCARECO run=368724' \
	     --nThreads=4

cmsDriver.py stepHarvest \
	     -s ALCAHARVEST:SiStripHitEff \
	     --conditions 130X_dataRun3_Express_v2 \
	     --scenario pp \
	     --data \
	     --era Run3 \
	     --filein file:PromptCalibProdSiStripHitEff.root \
	     -n -1

and compared the ouptut:

  • for good modules only:

superimposed_histograms_good

  • for all modules:
    superimposed_histograms

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:

Not a backport, but will be backported together with #44858 to CMSSW_14_0_X for data-taking purposes.

…in an inactive module

Co-authored-by: Raphael Haeberle <[email protected]>
@cmsbuild
Copy link
Contributor

cmsbuild commented May 21, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45008/40289

  • This PR adds an extra 28KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • CalibTracker/SiStripHitEfficiency (alca)

@cmsbuild, @saumyaphor4252, @consuegs, @perrotta can you please review it and eventually sign? Thanks.
@yuanchao, @robervalwalsh, @rsreds, @gbenelli, @echabert, @mmusich, @tocheng this is something you requested to watch as well.
@sextonkennedy, @rappoccio, @antoniovilela you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor Author

mmusich commented May 21, 2024

test parameters:

  • workflows = 1001, 1001.2, 1001.3, 1001.4, 1002.3

@mmusich
Copy link
Contributor Author

mmusich commented May 21, 2024

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d2f477/39446/summary.html
COMMIT: 4288574
CMSSW: CMSSW_14_1_X_2024-05-20-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/45008/39446/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

@perrotta
Copy link
Contributor

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

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 052bfcb into cms-sw:master May 22, 2024
12 checks passed
@mmusich mmusich deleted the mm_dev_DenkMybu_HitsRecovery branch May 22, 2024 15:53
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