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

Making a new Secondary Dataset ReserveDMu #42065

Merged
merged 5 commits into from
Jun 26, 2023
Merged

Conversation

jordan-martins
Copy link
Contributor

This PR is constrained at /Configuration/Skimming:

  • creates Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py to make the HLT path selection for the new proposed SD. It is intended to run on the ParkingDoubleMuonLowMass PD
  • creates a test file Configuration/Skimming/test/test_ReserveDMu_SD_cfg.py
  • updates Configuration/Skimming/python/Skims_PDWG_cff.py with the desired data tier for the SD
  • updates the Configuration/Skimming/python/autoSkim.py to be picked up automatically either in T0 or in further ReRECOS

I am adding a new cff to handle the creation of a SD.
Adding the PDWG_ReserveDMu_SD_cff file
Adding the ReserveDMu SD for all the ParkingDoubleMuonLowMass PDs
Test file for the ReserveDMu Secondary Dataset
@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42065/36043

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jordan-martins (Jordan Martins) for master.

It involves the following packages:

  • Configuration/Skimming (pdmv)

@cmsbuild, @bbilin, @sunilUIET, @kskovpen can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @missirol, @fabiocos, @youyingli 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

@jordan-martins
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4a0b84/33353/summary.html
COMMIT: 59093f2
CMSSW: CMSSW_13_2_X_2023-06-22-2300/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42065/33353/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals

----- Begin Fatal Exception 23-Jun-2023 10:43:40 CEST-----------------------
An exception of category 'Configuration' occurred while
   [0] Processing  Event run: 165121 lumi: 62 event: 23609118 stream: 0
   [1] Running path 'ReserveDMuPath'
   [2] Calling method for module HLTHighLevel/'ReserveDMu'
Exception Message:
requested pattern "HLT_Dimuon0_Jpsi3p5_Muon2_v*" does not match any HLT paths
----- End Fatal Exception -------------------------------------------------

@trtomei
Copy link
Contributor

trtomei commented Jun 23, 2023

I guess that path was not available in Run2011 :)

@jordan-martins
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42065/36054

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

Pull request #42065 was updated. @bbilin, @sunilUIET can you please check and sign again.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4a0b84/33368/summary.html
COMMIT: 6a58feb
CMSSW: CMSSW_13_2_X_2023-06-23-1100/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42065/33368/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 14 lines to the logs
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3200270
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3200242
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 207 log files, 159 edm output root files, 48 DQM output files
  • TriggerResults: no differences found

@youyingli
Copy link
Contributor

@jordan-martins. Thanks for the help. Could this PR need to backport to 13_1_X and 13_0_X for data taking?

@perrotta
Copy link
Contributor

@cms-sw/pdmv-l2 you signed the 13_0_X backport: can we suppose that you also agree with this master version, and you can sign it (and the 13_1_X backport as well). Could you please confirm (with a "+1")

@jordan-martins @cms-sw/pdmv-l2 could you please also confirm that these changes will not be effective until explicitly switched on at Tier0? (In other words, it is not dangerous for data taking even if the 13_0_X version is merged in parallel with this master version)

@sunilUIET
Copy link
Contributor

sunilUIET commented Jun 26, 2023

+1

@cms-sw/pdmv-l2 you signed the 13_0_X backport: can we suppose that you also agree with this master version, and you can sign it (and the 13_1_X backport as well). Could you please confirm (with a "+1")

@jordan-martins @cms-sw/pdmv-l2 could you please also confirm that these changes will not be effective until explicitly switched on at Tier0? (In other words, it is not dangerous for data taking even if the 13_0_X version is merged in parallel with this master version)

Copy link
Contributor

@perrotta perrotta left a comment

Choose a reason for hiding this comment

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

Please, if you need to update further these files remove the explicit types, which is a safer way to code these configurations (not for this PR)

Comment on lines +6 to +7
ReserveDMu.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" )
ReserveDMu.HLTPaths = cms.vstring(
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ReserveDMu.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" )
ReserveDMu.HLTPaths = cms.vstring(
ReserveDMu.TriggerResultsTag = ( "TriggerResults", "", "HLT" )
ReserveDMu.HLTPaths = [

'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_Charge1_v*',
'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_v*',
'HLT_Trimuon5_3p5_2_Upsilon_Muon_v*',
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*')
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*')
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*']

'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_v*',
'HLT_Trimuon5_3p5_2_Upsilon_Muon_v*',
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*')
ReserveDMu.andOr = cms.bool( True )
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ReserveDMu.andOr = cms.bool( True )
ReserveDMu.andOr = True

# we want to intentionally throw and exception
# in case it does not match one of the HLT Paths
# set to False now, switch to on once matrix is updated
ReserveDMu.throw = cms.bool( False )
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ReserveDMu.throw = cms.bool( False )
ReserveDMu.throw = False

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

@perrotta
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 27ea50b into cms-sw:master Jun 26, 2023
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.

6 participants