Skip to content

Add minbias gen skim 12 4 x #43213

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

Open
wants to merge 2 commits into
base: CMSSW_12_4_X
Choose a base branch
from

Conversation

kfjack
Copy link
Contributor

@kfjack kfjack commented Nov 7, 2023

PR description:

As requested in https://its.cern.ch/jira/browse/PDMVMCPROD-100
5 new skims have been created based on the following criteria at generator:

  • 1 muon with pt > 7, |eta|<2.5 --> MinBiasGenSkim1Mu
  • 2 muons with pt > 2 and 2, |eta|<2.5 --> MinBiasGenSkim2Mu
  • 2 muons with pt > 4 and 3, |eta|<2.5, opposite sign, mass [0.2,8.5] --> MinBiasGenSkimOS2Mu
  • 2 muons with pt > 4 and 4, |eta|<2.5, opposite sign, mass [4.9,5.9] --> MinBiasGenSkimOS2MuB
  • 3 muons with pt > 5/2/2, |eta|<2.5 --> MinBiasGenSkim3Mu

These criteria were discussed in https://indico.cern.ch/event/1282524/#6-report-on-inclusive-mc

PR validation:

Test command:

  • Get https://cms-pdmv-prod.web.cern.ch/mcm/public/restapi/requests/get_fragment/BPH-GenericNoSmearGEN-00001/0 as InclusiveDileptonMinBias.py
  • cmsDriver.py Configuration/GenProduction/python/InclusiveDileptonMinBias.py --python_filename test.py --eventcontent RAWSIM --datatier GEN --fileout file:test.root --conditions auto:phase1_2022_realistic --beamspot Realistic25ns13p6TeVEarly2022Collision --step GEN,SKIM:MinBiasGenSkim1Mu+MinBiasGenSkim2Mu+MinBiasGenSkimOS2Mu+MinBiasGenSkimOS2MuB+MinBiasGenSkim3Mu --geometry DB:Extended --era Run3 --no_exec --mc -n 1000000 --nThreads 4

Should be able to see 5 skim files are produced according.

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:

This is a backport from PR #43212.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 7, 2023

A new Pull Request was created by @kfjack (Kai-Feng Chen) for CMSSW_12_4_X.

It involves the following packages:

  • Configuration/Skimming (pdmv)

@miquork, @cmsbuild, @sunilUIET, @AdrianoDee can you please review it and eventually sign? Thanks.
@youyingli, @fabiocos, @missirol, @Martin-Grunewald this is something you requested to watch as well.
@antoniovilela, @sextonkennedy, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 7, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43213/37545

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 7, 2023

Pull request #43213 was updated. @sunilUIET, @cmsbuild, @AdrianoDee, @miquork can you please check and sign again.

@AdrianoDee
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2023

-1

Failed Tests: RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b6296a/35697/summary.html
COMMIT: d027242
CMSSW: CMSSW_12_4_X_2023-11-07-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43213/35697/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals

----- Begin Fatal Exception 08-Nov-2023 15:09:32 CET-----------------------
An exception of category 'ProductNotFound' occurred while
   [0] Processing  Event run: 165121 lumi: 62 event: 23609118 stream: 0
   [1] Running path 'MinBiasGenSkimPath1Mu'
   [2] Calling method for module MCMultiParticleFilter/'MinBiasGenSkimFilter1'
Exception Message:
Principal::getByToken: Found zero products matching all criteria
Looking for type: edm::HepMCProduct
Looking for module label: generator
Looking for productInstanceName: unsmeared

   Additional Info:
      [a] If you wish to continue processing events after a ProductNotFound exception,
add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.

----- End Fatal Exception -------------------------------------------------

@AdrianoDee
Copy link
Contributor

@youyingli @Kiarendil @kfjack same here: is this still alive?

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 13, 2024

cms-bot internal usage

@AdrianoDee
Copy link
Contributor

-pdmv
(just to remove it from the pending list)

@cmsbuild
Copy link
Contributor

-1

Failed Tests: RelVals
Size: This PR adds an extra 12KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b6296a/44296/summary.html
COMMIT: d027242
CMSSW: CMSSW_12_4_X_2025-02-09-0000/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43213/44296/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals

----- Begin Fatal Exception 10-Feb-2025 15:19:10 CET-----------------------
An exception of category 'ProductNotFound' occurred while
   [0] Processing  Event run: 165121 lumi: 62 event: 23609118 stream: 0
   [1] Running path 'MinBiasGenSkimPath1Mu'
   [2] Calling method for module MCMultiParticleFilter/'MinBiasGenSkimFilter1'
Exception Message:
Principal::getByToken: Found zero products matching all criteria
Looking for type: edm::HepMCProduct
Looking for module label: generator
Looking for productInstanceName: unsmeared

   Additional Info:
      [a] If you wish to continue processing events after a ProductNotFound exception,
add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.

----- End Fatal Exception -------------------------------------------------

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.

3 participants